Searched defs:is_for_catch_handler (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_quick_method_header.cc68 bool is_for_catch_handler,
78 // maps first, then catch stack maps. We use `is_for_catch_handler` to select
81 LIKELY(is_for_catch_handler) ? code_info.GetCatchStackMapForDexPc(dex_pc, encoding)
66 ToNativeQuickPc(ArtMethod* method, const uint32_t dex_pc, bool is_for_catch_handler, bool abort_on_failure) const argument

Completed in 53 milliseconds