Home
last modified time | relevance | path

Searched refs:HasCalleeSaveMethod (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/
H A Druntime-inl.h83 DCHECK(HasCalleeSaveMethod(type)); in GetCalleeSaveMethod()
H A Druntime.h462 bool HasCalleeSaveMethod(CalleeSaveType type) const { in HasCalleeSaveMethod() function
H A Druntime.cc1811 if (!HasCalleeSaveMethod(type)) { in Init()
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc176 if (!runtime->HasCalleeSaveMethod(type)) { in SetUp()
/aosp12/art/runtime/arch/
H A Dstub_test.cc51 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2725 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3298 if (runtime->HasCalleeSaveMethod(idx) && runtime->GetCalleeSaveMethod(idx) == orig) { in CopyAndFixupMethod()