Searched refs:LoadCurrentMethod (Results 1 – 10 of 10) sorted by relevance
149 void LoadCurrentMethod(XRegister reg);327 void LoadCurrentMethod(vixl::Register current_method);
272 void LoadCurrentMethod(GpuRegister current_method);
267 void LoadCurrentMethod(Register reg);
269 void LoadCurrentMethod(Register reg);
258 void LoadCurrentMethod(CpuRegister reg);
968 void CodeGeneratorARM64::LoadCurrentMethod(vixl::Register current_method) { in LoadCurrentMethod() function in art::arm64::CodeGeneratorARM642028 LoadCurrentMethod(temp.X()); in GenerateStaticOrDirectCall()2109 codegen_->LoadCurrentMethod(out.X()); in VisitLoadClass()2113 codegen_->LoadCurrentMethod(out.X()); in VisitLoadClass()2161 codegen_->LoadCurrentMethod(out.X()); in VisitLoadString()2300 codegen_->LoadCurrentMethod(current_method.X()); in VisitNewArray()2326 codegen_->LoadCurrentMethod(current_method.X()); in VisitNewInstance()
950 void CodeGeneratorMIPS64::LoadCurrentMethod(GpuRegister current_method) { in LoadCurrentMethod() function in art::mips64::CodeGeneratorMIPS642404 LoadCurrentMethod(temp); in GenerateStaticOrDirectCall()2488 codegen_->LoadCurrentMethod(out); in VisitLoadClass()2493 codegen_->LoadCurrentMethod(out); in VisitLoadClass()2543 codegen_->LoadCurrentMethod(out); in VisitLoadString()2704 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(2)); in VisitNewArray()2726 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(1)); in VisitNewInstance()
1256 void CodeGeneratorARM::LoadCurrentMethod(Register reg) { in LoadCurrentMethod() function in art::arm::CodeGeneratorARM2610 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(1)); in VisitNewInstance()2630 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(2)); in VisitNewArray()3800 codegen_->LoadCurrentMethod(out); in VisitLoadClass()3804 codegen_->LoadCurrentMethod(out); in VisitLoadClass()3862 codegen_->LoadCurrentMethod(out); in VisitLoadString()4092 LoadCurrentMethod(temp); in GenerateStaticOrDirectCall()
381 LoadCurrentMethod(temp); in GenerateStaticOrDirectCall()587 void CodeGeneratorX86_64::LoadCurrentMethod(CpuRegister reg) { in LoadCurrentMethod() function in art::x86_64::CodeGeneratorX86_643025 codegen_->LoadCurrentMethod(CpuRegister(calling_convention.GetRegisterAt(1))); in VisitNewInstance()3047 codegen_->LoadCurrentMethod(CpuRegister(calling_convention.GetRegisterAt(2))); in VisitNewArray()4128 codegen_->LoadCurrentMethod(out); in VisitLoadClass()4132 codegen_->LoadCurrentMethod(out); in VisitLoadClass()4177 codegen_->LoadCurrentMethod(CpuRegister(out)); in VisitLoadString()
529 void CodeGeneratorX86::LoadCurrentMethod(Register reg) { in LoadCurrentMethod() function in art::x86::CodeGeneratorX862971 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(1)); in VisitNewInstance()2992 codegen_->LoadCurrentMethod(calling_convention.GetRegisterAt(2)); in VisitNewArray()3213 LoadCurrentMethod(temp); in GenerateStaticOrDirectCall()4281 codegen_->LoadCurrentMethod(out); in VisitLoadClass()4285 codegen_->LoadCurrentMethod(out); in VisitLoadClass()4340 codegen_->LoadCurrentMethod(out); in VisitLoadString()