Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc959 uint8_t* next_frame = reinterpret_cast<uint8_t*>(cur_quick_frame_) + frame_size; in WalkStack() local
960 cur_quick_frame_ = reinterpret_cast<ArtMethod**>(next_frame); in WalkStack()