Home
last modified time | relevance | path

Searched refs:SetCalleeSaveMethod (Results 1 – 9 of 9) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc43 r->SetCalleeSaveMethod(save_method, type); in CreateCalleeSaveMethod()
/art/runtime/arch/
Darch_test.cc42 r->SetCalleeSaveMethod(save_method, type); in CheckFrameSize()
Dstub_test.cc45 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/runtime/gc/space/
Dimage_space.cc772 runtime->SetCalleeSaveMethod( in Init()
774 runtime->SetCalleeSaveMethod( in Init()
776 runtime->SetCalleeSaveMethod( in Init()
/art/runtime/
Dexception_test.cc171 r->SetCalleeSaveMethod(save_method, Runtime::kSaveAll); in TEST_F()
Druntime.h405 void SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type);
Druntime.cc1028 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
1539 void Runtime::SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type) { in SetCalleeSaveMethod() function in art::Runtime
/art/compiler/
Dcommon_compiler_test.cc181 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/dex2oat/
Ddex2oat.cc1702 runtime->SetCalleeSaveMethod(runtime->CreateCalleeSaveMethod(), type); in CreateRuntime()