Home
last modified time | relevance | path

Searched defs:CreateCalleeSaveMethod (Results 1 – 2 of 2) 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
/aosp12/art/runtime/
H A Druntime.cc2528 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod() function in art::Runtime