Searched defs:InstructionCodeGeneratorX86 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 175 milliseconds