Searched defs:instructions (Results 1 – 7 of 7) sorted by relevance
72 void AssemblerBuffer::CopyInstructions(const MemoryRegion& instructions) { in CopyInstructions()
48 explicit DexInstructionPcPair(const uint16_t* instructions, uint32_t dex_pc) in DexInstructionPcPair()
209 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC() local
129 void ReferenceTypePropagation::Visit(ArrayRef<HInstruction* const> instructions) { in Visit()
1929 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments() local
2866 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()
1793 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F() local