Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc34 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type) in CreateCalleeSaveMethod() function in art::QuickTrampolineEntrypointsTest
42 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in CreateCalleeSaveMethod()
52 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckFrameSize()
61 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckPCOffset()
/art/runtime/arch/
Darch_test.cc41 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in CheckFrameSize()
Dstub_test.cc45 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/runtime/
Dexception_test.cc170 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
Druntime.h407 ArtMethod* CreateCalleeSaveMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Druntime.cc1028 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
1473 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime
/art/compiler/
Dcommon_compiler_test.cc181 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/dex2oat/
Ddex2oat.cc1696 runtime->SetCalleeSaveMethod(runtime->CreateCalleeSaveMethod(), type); in CreateRuntime()