Home
last modified time | relevance | path

Searched refs:GetCalleeSaveMethod (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Druntime-inl.h63 inline mirror::ArtMethod* Runtime::GetCalleeSaveMethod(CalleeSaveType type) in GetCalleeSaveMethod() function
Dstack.cc561 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) { in WalkStack()
564 … mirror::ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack()
Druntime.h359 mirror::ArtMethod* GetCalleeSaveMethod(CalleeSaveType type)
Dinstrumentation.cc377 CHECK(m == Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)); in InstrumentationRestoreStack()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h43 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(type)); in FinishCalleeSaveFrameSetup()
Dquick_instrumentation_entrypoints.cc61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)); in artInstrumentationMethodExitFromCode()
Dquick_field_entrypoints.cc262 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsOnly)); in artSet64InstanceFromCode()
Dquick_trampoline_entrypoints.cc621 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()) in artQuickProxyInvokeHandler()
/art/runtime/mirror/
Dart_method-inl.h318 if (this == runtime->GetCalleeSaveMethod(Runtime::CalleeSaveType(i))) { in IsCalleeSaveMethod()
454 } else if (method == runtime->GetCalleeSaveMethod(Runtime::kSaveAll)) { in GetName()
456 } else if (method == runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)) { in GetName()
458 } else if (method == runtime->GetCalleeSaveMethod(Runtime::kRefsAndArgs)) { in GetName()
/art/compiler/
Dimage_writer.cc795 runtime->GetCalleeSaveMethod(Runtime::kSaveAll)); in CreateImageRoots()
797 runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)); in CreateImageRoots()
799 runtime->GetCalleeSaveMethod(Runtime::kRefsAndArgs)); in CreateImageRoots()