Home
last modified time | relevance | path

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

/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/test/465-checker-clinit-gvn/
Dinfo.txt1 Check that we GVN HClinitCheck instructions.
/art/test/436-shift-constant/
Dinfo.txt1 Regression tests for shift instructions and constants larger than 8bits.
/art/test/402-optimizing-control-flow/
Dinfo.txt1 A set of tests for testing control flow instructions on the optimizing compiler.
/art/compiler/utils/
Dassembler.cc71 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions() argument
74 instructions.CopyFrom(0, from); in FinalizeInstructions()
76 ProcessFixups(instructions); in FinalizeInstructions()
/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/compiler/dex/quick/mips/
DREADME.mips26 room to fully describe def/use info for Arm and x86 instructions. However,
42 instructions in the encoding map are given a length of 8 bytes to include
/art/compiler/optimizing/
Dnodes.h1600 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator() argument
1601 : instruction_(instructions.first_instruction_) { in HInstructionIterator()
1621 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() argument
1622 : instruction_(instructions.last_instruction_) { in HBackwardInstructionIterator()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S519 …ldrex r1, [r0, #MIRROR_OBJECT_LOCK_WORD_OFFSET] @ Need to use atomic instructions for read barri…