Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc63 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions()
/art/runtime/
Dnterp_helpers.cc149 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC() local
/art/libdexfile/dex/
Ddex_instruction_iterator.h48 explicit DexInstructionPcPair(const uint16_t* instructions, uint32_t dex_pc) in DexInstructionPcPair()
/art/dexlayout/
Dcompact_dex_writer.cc169 IterationRange<DexInstructionIterator> instructions = code_item->Instructions(); in WriteCodeItem() local
Ddexlayout_test.cc683 CodeItemInstructionAccessor instructions(*dex, item); in TEST_F() local
Ddex_ir_builder.cc1014 IterationRange<DexInstructionIterator> instructions = code->Instructions(); in GetIdsFromByteCode() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc213 const CodeItemDataAccessor& instructions = unit_.GetCodeItemAccessor(); in Compile() local
/art/dex2oat/
Ddex2oat_test.cc2008 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F() local
2322 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F() local
/art/compiler/optimizing/
Dinliner.cc1808 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments() local
Dnodes.h2656 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()
2680 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions) in HInstructionIteratorHandleChanges()
2699 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator()