Home
last modified time | relevance | path

Searched refs:kSaveRefsOnly (Results 1 – 9 of 9) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc80 CalleeSaveType::kSaveRefsOnly, in TEST_F()
81 RuntimeCalleeSaveFrame::GetReturnPcOffset(CalleeSaveType::kSaveRefsOnly)); in TEST_F()
Dquick_field_entrypoints.cc56 ArtMethod* outer = GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsOnly); in GetReferrer()
61 return GetCalleeSaveMethodCallerAndOuterMethod(self, CalleeSaveType::kSaveRefsOnly).caller; in GetReferrer()
/art/runtime/
Druntime-inl.h56 } else if (method == GetCalleeSaveMethodUnchecked(CalleeSaveType::kSaveRefsOnly)) { in GetRuntimeMethodFrameInfo()
57 return RuntimeCalleeSaveFrame::GetMethodFrameInfo(CalleeSaveType::kSaveRefsOnly); in GetRuntimeMethodFrameInfo()
Dart_method.cc854 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsOnly)) { in GetRuntimeMethodName()
Dclass_linker.cc1261 CalleeSaveType::kSaveRefsOnly); in InitFromBootImage()
/art/runtime/base/
Dcallee_save_type.h28 kSaveRefsOnly, // Only those callee-save registers that can hold references. enumerator
/art/tools/cpp-define-generator/
Druntime.def32 art::Runtime::GetCalleeSaveMethodOffset(art::CalleeSaveType::kSaveRefsOnly))
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S47 @ Load kSaveRefsOnly Method* into rTemp.
/art/dex2oat/linker/
Dimage_writer.cc2420 runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsOnly); in CalculateNewObjectOffsets()