Home
last modified time | relevance | path

Searched defs:GetVRegLong (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h169 int64_t GetVRegLong(size_t i) const { in GetVRegLong() function
H A Dinterpreter_switch_impl-inl.h1780 int64_t GetVRegLong(size_t i) const { return shadow_frame_.GetVRegLong(i); } in GetVRegLong() function