Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
54 if (m->IsCalleeSaveMethod()) { in VisitFrame()
Dquick_exception_handler.cc95 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
360 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
Dart_method-inl.h131 inline bool ArtMethod::IsCalleeSaveMethod() { in IsCalleeSaveMethod() function
Dart_method.h615 bool IsCalleeSaveMethod() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc240 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingMethod()
245 DCHECK((*sp)->IsCalleeSaveMethod()); in GetOuterMethod()
252 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingDexPc()
277 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingPcAddr()