Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Dassembler.cc72 void AssemblerBuffer::CopyInstructions(const MemoryRegion& instructions) { in CopyInstructions()
/art/libdexfile/dex/
Ddex_instruction_iterator.h48 explicit DexInstructionPcPair(const uint16_t* instructions, uint32_t dex_pc) in DexInstructionPcPair()
/art/runtime/
Dnterp_helpers.cc209 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC() local
/art/compiler/optimizing/
Dreference_type_propagation.cc129 void ReferenceTypePropagation::Visit(ArrayRef<HInstruction* const> instructions) { in Visit()
Dinliner.cc1929 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments() local
Dnodes.h2866 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()
/art/dex2oat/
Ddex2oat_test.cc1793 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F() local