Home
last modified time | relevance | path

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

/aosp_15_r20/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.cc293 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()
H A Dmonitor.cc1454 void Monitor::VisitLocks(StackVisitor* stack_visitor, in VisitLocks()
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc1108 [&](const art::StackVisitor* stack_visitor) { in Run()