Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Djava_frame_root_info.h49 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
H A Dquick_exception_handler.cc239 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()
H A Dmonitor.cc1444 void Monitor::VisitLocks(StackVisitor* stack_visitor, in VisitLocks()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1020 [&](const art::StackVisitor* stack_visitor) { in Run()