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

  /art/test/common/
stack_inspect.cc 49 return caller.GetCurrentShadowFrame() != nullptr ? JNI_TRUE : JNI_FALSE;
154 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE;
  /art/test/1945-proxy-method-arguments/
get_args.cc 45 ShadowFrame* shadow_frame = GetCurrentShadowFrame();
  /art/runtime/
jni_env_ext.cc 181 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr);
182 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame());
stack.h 237 ShadowFrame* GetCurrentShadowFrame() const {
stack.cc 402 ShadowFrame* shadow_frame = GetCurrentShadowFrame();
439 ShadowFrame* shadow_frame = GetCurrentShadowFrame();
    [all...]
quick_exception_handler.cc 684 bool is_shadow = GetCurrentShadowFrame() != nullptr;
thread.cc     [all...]
  /art/openjdkjvmti/
ti_stack.cc     [all...]

Completed in 575 milliseconds