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

/art/runtime/
H A Dstack.cc230 bool* updated_vreg_flags = thread_->GetUpdatedVRegFlags(frame_id);
458 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true;
494 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true;
495 thread_->GetUpdatedVRegFlags(frame_id)[vreg + 1] = true;
H A Dquick_exception_handler.cc366 updated_vregs = GetThread()->GetUpdatedVRegFlags(frame_id);
H A Dthread.cc297 bool* GetUpdatedVRegFlags() { function in class:art::FrameIdToShadowFrame
344 bool* Thread::GetUpdatedVRegFlags(size_t frame_id) { function in class:art::Thread
348 return record->GetUpdatedVRegFlags();
369 record->GetUpdatedVRegFlags()[i] = false;
H A Dthread.h959 bool* GetUpdatedVRegFlags(size_t frame_id) REQUIRES_SHARED(Locks::mutator_lock_);

Completed in 117 milliseconds