Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 43) sorted by relevance

12

/art/test/435-try-finally-without-catch/
Dinfo.txt2 instructions with a `finally' clause but without any `catch' block,
22 improperly tried to remove its (their) instructions, sometimes
23 removing instructions used by others instructions, thus triggering
25 instructions in a proper fashion, by removing them as users first, and
/art/compiler/utils/
Dassembler.cc63 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions() argument
66 instructions.CopyFrom(0, from); in FinalizeInstructions()
68 ProcessFixups(instructions); in FinalizeInstructions()
/art/test/465-checker-clinit-gvn/
Dinfo.txt1 Check that we GVN HClinitCheck instructions.
/art/test/538-checker-embed-constants/
Dinfo.txt1 Test embedding of constants in assembler instructions.
/art/test/552-checker-x86-avx2-bit-manipulation/
Dinfo.txt1 Tests for generating bit manipulation instructions on x86
/art/benchmark/string-indexof/
Dinfo.txt1 Benchmarks for repeating String.indexOf() instructions in a loop.
/art/test/411-checker-instruct-simplifier-hrem/
Dinfo.txt1 Checker test for instruction_simplifier optimizations of integer remainder instructions.
/art/benchmark/const-class/
Dinfo.txt1 Benchmarks for repeating const-class instructions in a loop.
/art/benchmark/const-string/
Dinfo.txt1 Benchmarks for repeating const-string instructions in a loop.
/art/test/436-shift-constant/
Dinfo.txt1 Regression tests for shift instructions and constants larger than 8bits.
/art/test/551-checker-shifter-operand/
Dinfo.txt1 Test the merging of instructions into the shifter operand on arm64.
/art/test/550-checker-multiply-accumulate/
Dinfo.txt1 Test the merging of instructions into the shifter operand on arm64.
/art/benchmark/type-check/
Dinfo.txt1 Benchmarks for repeating check-cast and instance-of instructions in a loop.
/art/test/685-shifts/
Dinfo.txt1 Tests for the compiler when shift instructions have 0 or 1 as constant shifts.
/art/test/402-optimizing-control-flow/
Dinfo.txt1 A set of tests for testing control flow instructions on the optimizing compiler.
/art/test/679-locks/
Dinfo.txt1 Ensure FindLocksAtDexPc is able to pass through quickened instructions related
/art/test/411-checker-hdiv-hrem-pow2/
Dinfo.txt1 Test the optimization of integer division and remainder instructions when
/art/test/807-method-handle-and-mr/
Dinfo.txt1 Test stressing code generated for invoke-polymorphic instructions with
/art/test/656-loop-deopt/
Dinfo.txt2 remove environment uses of HDeoptimize instructions.
/art/test/567-checker-builder-intrinsics/
Dinfo.txt2 intrinsics. It also tests some simplifications for these instructions.
/art/test/411-checker-hdiv-hrem-const/
Dinfo.txt1 Checker test for optimizations of integer division and remainder instructions when
/art/test/505-simplifier-type-propagation/
Dinfo.txt3 instructions from one type to the same type.
/art/test/478-checker-clinit-check-pruning/
Dinfo.txt1 Test ensuring class initializations checks (and load class instructions)
/art/runtime/
Dnterp_helpers.cc149 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC() local
150 return *reinterpret_cast<const uint16_t**>(dex_pc_ptr) - instructions.Insns(); in NterpGetDexPC()
/art/dexlayout/
Ddexlayout_test.cc683 CodeItemInstructionAccessor instructions(*dex, item); in TEST_F() local
684 if (instructions.begin() != instructions.end()) { in TEST_F()
685 DexInstructionIterator last_instruction = instructions.begin(); in TEST_F()
686 for (auto dex_it = instructions.begin(); dex_it != instructions.end(); ++dex_it) { in TEST_F()
695 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()
700 EXPECT_TRUE(it2 < instructions.end()); in TEST_F()

12