Searched refs:next_frame (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack.cc778 uint8_t* next_frame = reinterpret_cast<uint8_t*>(cur_quick_frame_) + frame_size; local
779 cur_quick_frame_ = reinterpret_cast<ArtMethod**>(next_frame);

Completed in 52 milliseconds