Searched defs:stack_visitor (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor.cc995 void Monitor::VisitLocks(StackVisitor* stack_visitor, void (*callback)(mirror::Object*, void*), argument
997 ArtMethod* m = stack_visitor->GetMethod();
1005 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0);
1027 uint32_t dex_pc = stack_visitor->GetDexPc(abort_on_failure);
1050 bool success = stack_visitor->GetVReg(m, monitor_register, kReferenceVReg, &value);
H A Dstack.h315 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) argument
316 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) {

Completed in 65 milliseconds