Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
49 if (m->IsCalleeSaveMethod()) { in VisitFrame()
Dquick_exception_handler.cc106 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
405 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
Dart_method-inl.h129 inline bool ArtMethod::IsCalleeSaveMethod() { in IsCalleeSaveMethod() function
Dart_method.h559 bool IsCalleeSaveMethod() REQUIRES_SHARED(Locks::mutator_lock_);
Ddebugger.cc2976 DCHECK(method->IsCalleeSaveMethod()); in PostException()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc324 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingMethod()
329 DCHECK((*sp)->IsCalleeSaveMethod()); in GetOuterMethod()
336 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingDexPc()
362 DCHECK((*sp)->IsCalleeSaveMethod()); in GetCallingPc()