Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
H A Dinterpreter_switch_impl-inl.h1788 void SetVRegLong(size_t i, int64_t val) { shadow_frame_.SetVRegLong(i, val); } in SetVRegLong() function