Searched refs:InstructionCodeGeneratorX86_64 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1022 InstructionCodeGeneratorX86_64::InstructionCodeGeneratorX86_64(HGraph* graph, function in class:art::x86_64::InstructionCodeGeneratorX86_64
1226 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) {
1250 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) {
1258 void InstructionCodeGeneratorX86_64::VisitTryBoundary(HTryBoundary* try_boundary) {
1269 void InstructionCodeGeneratorX86_64::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
1273 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond,
1284 void InstructionCodeGeneratorX86_64::GenerateCompareTest(HCondition* condition) {
1358 void InstructionCodeGeneratorX86_64::GenerateCompareTestAndBranch(HCondition* condition,
1408 void InstructionCodeGeneratorX86_64
[all...]
H A Dcode_generator_x86_64.h187 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator { class in namespace:art::x86_64
189 InstructionCodeGeneratorX86_64(HGraph* graph, CodeGeneratorX86_64* codegen);
284 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorX86_64);
553 InstructionCodeGeneratorX86_64 instruction_visitor_;

Completed in 51 milliseconds