Searched refs:GenEntrySequence (Results 1 - 11 of 11) sorted by relevance

/art/compiler/dex/quick/
H A Dquick_cfi_test.cc104 m2l->GenEntrySequence(nullptr, m2l->GetCompilationUnit()->target64 ?
H A Dmir_to_lir.cc1240 GenEntrySequence(&mir_graph_->reg_location_[start_vreg], mir_graph_->GetMethodLoc());
H A Dmir_to_lir.h1340 virtual void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) = 0;
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc152 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { function in class:art::X86Mir2Lir
H A Dcodegen_x86.h263 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h172 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
H A Dcall_arm.cc367 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc290 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { function in class:art::Arm64Mir2Lir
H A Dcodegen_arm64.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc248 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { function in class:art::MipsMir2Lir
H A Dcodegen_mips.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);

Completed in 833 milliseconds