Home
last modified time | relevance | path

Searched refs:InstructionCodeGeneratorX86 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.cc833 InstructionCodeGeneratorX86::InstructionCodeGeneratorX86(HGraph* graph, CodeGeneratorX86* codegen) in InstructionCodeGeneratorX86() function in art::x86::InstructionCodeGeneratorX86
1125 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
1149 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto()
1157 void InstructionCodeGeneratorX86::VisitTryBoundary(HTryBoundary* try_boundary) { in VisitTryBoundary()
1168 void InstructionCodeGeneratorX86::VisitExit(HExit* exit ATTRIBUTE_UNUSED) { in VisitExit()
1172 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps()
1184 void InstructionCodeGeneratorX86::GenerateLongComparesAndJumps(HCondition* cond, in GenerateLongComparesAndJumps()
1280 void InstructionCodeGeneratorX86::GenerateFPCompare(Location lhs, in GenerateFPCompare()
1315 void InstructionCodeGeneratorX86::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch()
1365 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch()
[all …]
Dcode_generator_x86.h181 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
183 InstructionCodeGeneratorX86(HGraph* graph, CodeGeneratorX86* codegen);
303 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorX86);
582 InstructionCodeGeneratorX86 instruction_visitor_;
Dpc_relative_fixups_x86.cc140 InstructionCodeGeneratorX86::kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()