Home
last modified time | relevance | path

Searched refs:CreateCalleeSaveMethod (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc42 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, CalleeSaveType type) in CreateCalleeSaveMethod() function in art::QuickTrampolineEntrypointsTest
51 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in CreateCalleeSaveMethod()
59 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckPCOffset()
/art/compiler/
Dexception_test.cc175 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
Dcommon_compiler_test.cc127 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/runtime/
Druntime.h474 ArtMethod* CreateCalleeSaveMethod() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1624 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
2312 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime
/art/runtime/arch/
Dstub_test.cc52 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/dex2oat/
Ddex2oat.cc2839 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()