HomeSort by relevance Sort by last modified time
    Searched refs:IsCalleeSaveMethod (Results 1 - 7 of 7) sorted by null

  /art/test/StackWalk/
stack_walk_jni.cc 57 if (m->IsCalleeSaveMethod() || m->IsNative()) {
  /art/runtime/mirror/
art_method-inl.h 184 inline bool ArtMethod::IsCalleeSaveMethod() const {
art_method.cc 157 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this);
art_method.h 352 bool IsCalleeSaveMethod() const;
  /art/test/ReferenceMap/
stack_walk_refmap_jni.cc 64 if (m->IsCalleeSaveMethod()) {
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 3741 milliseconds