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.h447 bool HasCalleeSaveMethod(CalleeSaveType type) const { in HasCalleeSaveMethod() function
Druntime.cc1623 if (!HasCalleeSaveMethod(type)) { in Init()
/art/compiler/
Dcommon_compiler_test.cc126 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/art/runtime/arch/
Dstub_test.cc51 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/art/dex2oat/
Ddex2oat.cc2838 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
/art/dex2oat/linker/
Dimage_writer.cc3442 if (runtime->HasCalleeSaveMethod(idx) && runtime->GetCalleeSaveMethod(idx) == orig) { in CopyAndFixupMethod()