Home
last modified time | relevance | path

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

/art/compiler/sea_ir/debug/
Ddot_gen.cc132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Visit() local
/art/compiler/sea_ir/types/
Dtype_inference.cc151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ComputeTypes() local
/art/compiler/sea_ir/ir/
Dsea.cc38 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Traverse() local
299 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ConvertToSSA() local
359 std::vector<InstructionNode*>* instructions = crt_region->GetInstructions(); in RenameAsSSA() local
/art/compiler/utils/
Dassembler.cc70 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions()
/art/compiler/optimizing/
Dnodes.h689 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()
710 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator()
/art/runtime/
Delf_file.cc1301 uint8_t instructions[0]; member