Lines Matching defs:instruction
104 static bool IsArrayAccess(const HInstruction* instruction) { in IsArrayAccess()
108 static bool IsInstanceFieldAccess(const HInstruction* instruction) { in IsInstanceFieldAccess()
112 static bool IsStaticFieldAccess(const HInstruction* instruction) { in IsStaticFieldAccess()
116 static bool IsFieldAccess(const HInstruction* instruction) { in IsFieldAccess()
120 static const FieldInfo* GetFieldInfo(const HInstruction* instruction) { in GetFieldInfo()
289 HInstruction* instruction = instruction_node->GetInstruction(); in AddDependencies() local
385 static const std::string InstructionTypeId(const HInstruction* instruction) { in InstructionTypeId()
392 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotNode() local
441 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotGraph() local
466 const HInstruction* instruction = prev_select_->GetInstruction(); in SelectMaterializedCondition() local
625 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
633 void HScheduler::Schedule(HInstruction* instruction) { in Schedule()