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.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 CheckFrameSize()
68 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type); in CheckPCOffset()
/art/runtime/arch/
Darch_test.cc68 ArtMethod* save_method = runtime->CreateCalleeSaveMethod(); in CheckFrameSize()
Dstub_test.cc50 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/compiler/
Dexception_test.cc182 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
Dcommon_compiler_test.cc174 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/art/runtime/
Druntime.h418 ArtMethod* CreateCalleeSaveMethod() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1504 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
2113 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime
/art/dex2oat/
Ddex2oat.cc2666 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()