Home
last modified time | relevance | path

Searched defs:stack_visitor (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Djava_frame_root_info.h47 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dquick_exception_handler.cc239 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()
Dmonitor.cc1456 void Monitor::VisitLocks(StackVisitor* stack_visitor, in VisitLocks()
/art/runtime/jit/
Djit_code_cache.cc1053 [&](const art::StackVisitor* stack_visitor) { in Run()