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.cc41 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type) in CreateCalleeSaveMethod() function in art::QuickTrampolineEntrypointsTest
50 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in CreateCalleeSaveMethod()
58 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckFrameSize()
67 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckPCOffset()
/art/runtime/arch/
Darch_test.cc50 ArtMethod* save_method = runtime->CreateCalleeSaveMethod(); in CheckFrameSize()
Dstub_test.cc46 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/compiler/
Dexception_test.cc171 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
Dcommon_compiler_test.cc164 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/runtime/
Druntime.h428 ArtMethod* CreateCalleeSaveMethod() SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc1225 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
1695 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime
/art/dex2oat/
Ddex2oat.cc2240 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()