Searched refs:instructions (Results 1 – 16 of 16) sorted by relevance
/art/test/435-try-finally-without-catch/ |
D | info.txt | 2 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/test/465-checker-clinit-gvn/ |
D | info.txt | 1 Check that we GVN HClinitCheck instructions.
|
/art/test/538-checker-embed-constants/ |
D | info.txt | 1 Test embedding of constants in assembler instructions.
|
/art/test/436-shift-constant/ |
D | info.txt | 1 Regression tests for shift instructions and constants larger than 8bits.
|
/art/test/551-checker-shifter-operand/ |
D | info.txt | 1 Test the merging of instructions into the shifter operand on arm64.
|
/art/test/550-checker-multiply-accumulate/ |
D | info.txt | 1 Test the merging of instructions into the shifter operand on arm64.
|
/art/test/402-optimizing-control-flow/ |
D | info.txt | 1 A set of tests for testing control flow instructions on the optimizing compiler.
|
/art/test/505-simplifier-type-propagation/ |
D | info.txt | 3 instructions from one type to the same type.
|
/art/test/478-checker-clinit-check-pruning/ |
D | info.txt | 1 Test ensuring class initializations checks (and load class instructions)
|
/art/compiler/utils/ |
D | assembler.cc | 82 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions() argument 85 instructions.CopyFrom(0, from); in FinalizeInstructions() 87 ProcessFixups(instructions); in FinalizeInstructions()
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 183 # Register v0 holds different constants at two throwing instructions. Runtime is 213 # Register v0 holds different integer values at two throwing instructions. 251 # Register pair (v0, v1) holds different long values at two throwing instructions. 302 # Register v0 holds different float values at two throwing instructions. Runtime 344 # Register pair (v0, v1) holds different double values at two throwing instructions. 386 # Register v0 holds different integer values at two throwing instructions. 435 # Register pair (v0, v1) holds different double values at two throwing instructions.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 3 NOTE: Find rebuilding instructions at the bottom of this file. 55 note be used on RETURN-class instructions. 139 The generation tool does *not* print a warning if your instructions 141 oversized handler. On architectures with fixed-width instructions this
|
/art/compiler/optimizing/ |
D | inliner.cc | 1119 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in TryBuildAndInlineHelper() local 1120 !instructions.Done(); in TryBuildAndInlineHelper() 1121 instructions.Advance()) { in TryBuildAndInlineHelper() 1122 HInstruction* current = instructions.Current(); in TryBuildAndInlineHelper()
|
D | nodes.h | 2194 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator() argument 2195 : instruction_(instructions.first_instruction_) { in HInstructionIterator() 2215 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() argument 2216 : instruction_(instructions.last_instruction_) { in HBackwardInstructionIterator()
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 204 # Test that DCE removes catch phi uses of instructions defined in dead try blocks. 277 # Test that DCE does not remove catch phi uses of instructions defined outside
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 597 …ldrex r1, [r0, #MIRROR_OBJECT_LOCK_WORD_OFFSET] @ Need to use atomic instructions for read barri…
|