Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h60 DCHECK(HasCalleeSaveMethod(type)); in GetCalleeSaveMethod()
Druntime.h347 bool HasCalleeSaveMethod(CalleeSaveType type) const { in HasCalleeSaveMethod() function
Druntime.cc815 if (!HasCalleeSaveMethod(type)) { in Init()
/art/compiler/
Dcommon_compiler_test.cc309 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
/art/dex2oat/
Ddex2oat.cc507 if (!runtime->HasCalleeSaveMethod(type)) { in CreateRuntime()
/art/runtime/arch/
Dstub_test.cc43 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()