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

  /art/test/common/
stack_inspect.cc 47 return caller.GetCurrentShadowFrame() != nullptr ? JNI_TRUE : JNI_FALSE;
152 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE;
  /art/runtime/
jni_env_ext.cc 175 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr);
176 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame());
stack.h 238 ShadowFrame* GetCurrentShadowFrame() const {
stack.cc 401 ShadowFrame* shadow_frame = GetCurrentShadowFrame();
438 ShadowFrame* shadow_frame = GetCurrentShadowFrame();
    [all...]
quick_exception_handler.cc 682 bool is_shadow = GetCurrentShadowFrame() != nullptr;
thread.cc     [all...]

Completed in 87 milliseconds