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

  /art/runtime/
stack.cc 287 cur_shadow_frame_ = current_fragment->GetTopShadowFrame();
292 DCHECK(current_fragment->GetTopShadowFrame() == NULL);
stack.h 368 ShadowFrame* GetTopShadowFrame() const {
thread.h 340 return managed_stack_.GetTopQuickFrame() != NULL || managed_stack_.GetTopShadowFrame() != NULL;
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 56 milliseconds