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

  /art/runtime/
stack.cc 531 cur_shadow_frame_ = current_fragment->GetTopShadowFrame();
537 DCHECK(current_fragment->GetTopShadowFrame() == NULL);
stack.h 484 ShadowFrame* GetTopShadowFrame() const {
thread.h 369 (tlsPtr_.managed_stack.GetTopShadowFrame() != nullptr);
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 427 ShadowFrame* last_shadow_frame = self->GetManagedStack()->GetTopShadowFrame();

Completed in 493 milliseconds