Home
last modified time | relevance | path

Searched refs:catch_stack_map (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/
H A Dquick_exception_handler.cc253 StackMap catch_stack_map = code_info.GetCatchStackMapForDexPc(GetHandlerDexPc()); in SetCatchEnvironmentForOptimizedHandler() local
254 DCHECK(catch_stack_map.IsValid()); in SetCatchEnvironmentForOptimizedHandler()
255 DexRegisterMap catch_vreg_map = code_info.GetDexRegisterMapOf(catch_stack_map); in SetCatchEnvironmentForOptimizedHandler()