Searched refs:updated_vregs (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc362 const bool* updated_vregs; local
367 updated_vregs = nullptr;
369 updated_vregs = GetThread()->GetUpdatedVRegFlags(frame_id);
370 DCHECK(updated_vregs != nullptr);
372 HandleOptimizingDeoptimization(method, new_frame, updated_vregs);
373 if (updated_vregs != nullptr) {
374 // Calling Thread::RemoveDebuggerShadowFrameMapping will also delete the updated_vregs
404 const bool* updated_vregs)
427 if (updated_vregs != nullptr && updated_vregs[vre
[all...]

Completed in 62 milliseconds