Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A 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()
/aosp12/art/compiler/
H A Dexception_test.cc176 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
H A Dcommon_compiler_test.cc177 runtime->SetCalleeSaveMethod(runtime->CreateCalleeSaveMethod(), type); in SetUp()
/aosp12/art/runtime/
H A Druntime.h489 ArtMethod* CreateCalleeSaveMethod() REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc1812 SetCalleeSaveMethod(CreateCalleeSaveMethod(), type); in Init()
2528 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime
/aosp12/art/runtime/arch/
H A Dstub_test.cc52 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2726 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()