HomeSort by relevance Sort by last modified time
    Searched refs:InstructionCodeGeneratorX86_64 (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator_x86_64.h 101 class InstructionCodeGeneratorX86_64 : public HGraphVisitor {
103 InstructionCodeGeneratorX86_64(HGraph* graph, CodeGeneratorX86_64* codegen);
120 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorX86_64);
187 InstructionCodeGeneratorX86_64 instruction_visitor_;
code_generator_x86_64.cc 159 InstructionCodeGeneratorX86_64::InstructionCodeGeneratorX86_64(HGraph* graph,
244 void InstructionCodeGeneratorX86_64::LoadCurrentMethod(CpuRegister reg) {
366 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) {
379 void InstructionCodeGeneratorX86_64::VisitExit(HExit* exit) {
397 void InstructionCodeGeneratorX86_64::VisitIf(HIf* if_instr) {
433 void InstructionCodeGeneratorX86_64::VisitLocal(HLocal* local) {
441 void InstructionCodeGeneratorX86_64::VisitLoadLocal(HLoadLocal* load) {
467 void InstructionCodeGeneratorX86_64::VisitStoreLocal(HStoreLocal* store) {
480 void InstructionCodeGeneratorX86_64::VisitCondition(HCondition* comp)
    [all...]

Completed in 524 milliseconds