Home
last modified time | relevance | path

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

/art/compiler/llvm/
Druntime_support_llvm_func_list.h67 V(FindCatchBlock, art_portable_find_catch_block_from_code) \
Dgbc_expander.cc80 using ::art::llvm::runtime_support::FindCatchBlock;
2774 irb_.CreateCall2(irb_.GetRuntime(FindCatchBlock), in GetLandingPadBasicBlock()
2898 case IntrinsicHelper::FindCatchBlock: { in ExpandIntrinsic()
2899 return ExpandToRuntime(FindCatchBlock, call_inst); in ExpandIntrinsic()
Dintrinsic_func_list.def131 _EVAL_DEF_INTRINSICS_FUNC(FindCatchBlock,
/art/runtime/mirror/
Dart_method.cc212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock() function in art::mirror::ArtMethod
Dart_method.h489 static uint32_t FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type,
/art/runtime/
Dquick_exception_handler.cc93 uint32_t found_dex_pc = mirror::ArtMethod::FindCatchBlock(method, to_find, dex_pc, in HandleTryItems()
/art/runtime/interpreter/
Dinterpreter_common.cc414 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc, in VisitFrame()
470 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc, in FindNextInstructionFollowingException()