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.cc28 static mirror::ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, in CreateCalleeSaveMethod() function in art::QuickTrampolineEntrypointsTest
/art/runtime/
Druntime.cc1249 mirror::ArtMethod* Runtime::CreateCalleeSaveMethod(CalleeSaveType type) { in CreateCalleeSaveMethod() function in art::Runtime