Home
last modified time | relevance | path

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