Home
last modified time | relevance | path

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

/art/test/004-StackWalk/
Dstack_walk_jni.cc55 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
/art/runtime/
Dquick_exception_handler.cc75 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
189 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc62 if (m->IsCalleeSaveMethod()) { in VisitFrame()
/art/runtime/mirror/
Dart_method.cc159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
Dart_method-inl.h311 inline bool ArtMethod::IsCalleeSaveMethod() { in IsCalleeSaveMethod() function
Dart_method.h467 bool IsCalleeSaveMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc220 DCHECK(sp->AsMirrorPtr()->IsCalleeSaveMethod()); in GetCallingMethod()
228 DCHECK(sp->AsMirrorPtr()->IsCalleeSaveMethod()); in GetCallingPc()
/art/runtime/interpreter/
Dinterpreter_common.cc400 DCHECK(method->IsCalleeSaveMethod()); in VisitFrame()
/art/oatdump/
Doatdump.cc1330 } else if (method->IsAbstract() || method->IsCalleeSaveMethod() || in Callback()