Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h176 double GetVRegDouble(size_t i) const { in GetVRegDouble() function
H A Dinterpreter_switch_impl-inl.h1782 double GetVRegDouble(size_t i) const { return shadow_frame_.GetVRegDouble(i); } in GetVRegDouble() function