Searched refs:GetVRegFromOptimizedCode (Results 1 - 2 of 2) sorted by path

/art/runtime/
H A Dstack.cc196 return GetVRegFromOptimizedCode(m, vreg, kind, val);
230 bool StackVisitor::GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind, function in class:art::StackVisitor
351 bool success = GetVRegFromOptimizedCode(m, vreg, kind_lo, &low_32bits);
352 success &= GetVRegFromOptimizedCode(m, vreg + 1, kind_hi, &high_32bits);
H A Dstack.h639 bool GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind,

Completed in 36 milliseconds