Home
last modified time | relevance | path

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

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