Searched refs:GetCalleeSaveMethod (Results 1 – 10 of 10) sorted by relevance
63 inline mirror::ArtMethod* Runtime::GetCalleeSaveMethod(CalleeSaveType type) in GetCalleeSaveMethod() function
561 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) { in WalkStack()564 … mirror::ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack()
359 mirror::ArtMethod* GetCalleeSaveMethod(CalleeSaveType type)
377 CHECK(m == Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)); in InstrumentationRestoreStack()
43 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(type)); in FinishCalleeSaveFrameSetup()
61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)); in artInstrumentationMethodExitFromCode()
262 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsOnly)); in artSet64InstanceFromCode()
621 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()) in artQuickProxyInvokeHandler()
318 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()
795 runtime->GetCalleeSaveMethod(Runtime::kSaveAll)); in CreateImageRoots()797 runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)); in CreateImageRoots()799 runtime->GetCalleeSaveMethod(Runtime::kRefsAndArgs)); in CreateImageRoots()