Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h83 DCHECK(HasCalleeSaveMethod(type)); in GetCalleeSaveMethod()
Druntime.h416 bool HasCalleeSaveMethod(CalleeSaveType type) const { in HasCalleeSaveMethod() function
Druntime.cc1572 if (!HasCalleeSaveMethod(type)) { in Init()
/art/compiler/
Dcommon_compiler_test.cc113 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/art/runtime/arch/
Dstub_test.cc51 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/art/dex2oat/
Ddex2oat.cc2559 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
/art/dex2oat/linker/
Dimage_writer.cc3444 if (runtime->HasCalleeSaveMethod(idx) && runtime->GetCalleeSaveMethod(idx) == orig) { in CopyAndFixupMethod()