Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.cc175 NthCallerVisitor zeroth_caller(self, 0, false); in GetJavaCallFrame() local
176 zeroth_caller.WalkStack(); in GetJavaCallFrame()
177 if (zeroth_caller.caller == nullptr) { in GetJavaCallFrame()
180 } else if (zeroth_caller.GetCurrentQuickFrame() == nullptr) { in GetJavaCallFrame()
182 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()
183 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
186 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentQuickFrame()); in GetJavaCallFrame()