Searched refs:instructions (Results 1 – 8 of 8) sorted by relevance
70 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions() argument73 instructions.CopyFrom(0, from); in FinalizeInstructions()75 ProcessFixups(instructions); in FinalizeInstructions()
1 A set of tests for testing control flow instructions on the optimizing compiler.
151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ComputeTypes() local152 std::copy(instructions->begin(), instructions->end(), std::back_inserter(worklist)); in ComputeTypes()
132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Visit() local133 for (std::vector<InstructionNode*>::const_iterator cit = instructions->begin(); in Visit()134 cit != instructions->end(); cit++) { in Visit()
38 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Traverse() local39 for (std::vector<InstructionNode*>::const_iterator cit = instructions->begin(); in Traverse()40 cit != instructions->end(); cit++) { in Traverse()299 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ConvertToSSA() local300 for (std::vector<InstructionNode*>::iterator inst_it = instructions->begin(); in ConvertToSSA()301 inst_it != instructions->end(); inst_it++) { in ConvertToSSA()359 std::vector<InstructionNode*>* instructions = crt_region->GetInstructions(); in RenameAsSSA() local360 for (std::vector<InstructionNode*>::const_iterator instructions_it = instructions->begin(); in RenameAsSSA()361 instructions_it != instructions->end(); instructions_it++) { in RenameAsSSA()
26 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
689 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator() argument690 : instruction_(instructions.first_instruction_) { in HInstructionIterator()710 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() argument711 : instruction_(instructions.last_instruction_) { in HBackwardInstructionIterator()
1301 uint8_t instructions[0]; member