Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_quick_method_header.cc102 StackMap stack_map = code_info.GetCatchStackMapForDexPc(dex_pc_list); in ToNativeQuickPcForCatchHandlers()
H A Dstack_map.h424 StackMap GetCatchStackMapForDexPc(ArrayRef<const uint32_t> dex_pcs) const { in GetCatchStackMapForDexPc() function
/aosp_15_r20/art/compiler/optimizing/
H A Dstack_map_stream.cc164 StackMap stack_map = code_info.GetCatchStackMapForDexPc( in BeginStackMapEntry()
/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc309 DCHECK_EQ(catch_stack_map.Row(), code_info.GetCatchStackMapForDexPc(dex_pc_list).Row()); in SetCatchEnvironmentForOptimizedHandler()