Home
last modified time | relevance | path

Searched refs:IsCalleeSaveMethod (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dcheck_reference_map_visitor.h36 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
46 if (m->IsCalleeSaveMethod()) { in VisitFrame()
Dquick_exception_handler.cc78 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
187 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
Dart_method-inl.h274 inline bool ArtMethod::IsCalleeSaveMethod() { in IsCalleeSaveMethod() function
Dart_method.cc195 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
Dart_method.h435 bool IsCalleeSaveMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Ddebugger.cc2955 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc296 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingMethod()
304 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingPc()
/art/oatdump/
Doatdump.cc1816 } else if (method->IsAbstract() || method->IsCalleeSaveMethod() || in DumpMethod()