Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h415 const uint32_t* vreg_end = &vregs_[NumberOfVRegs()]; in References() local
416 return reinterpret_cast<const StackReference<mirror::Object>*>(vreg_end); in References()