Searched refs:FindCatchBlock (Results 1 – 7 of 7) sorted by relevance
/art/compiler/llvm/ |
D | runtime_support_llvm_func_list.h | 67 V(FindCatchBlock, art_portable_find_catch_block_from_code) \
|
D | gbc_expander.cc | 80 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()
|
D | intrinsic_func_list.def | 131 _EVAL_DEF_INTRINSICS_FUNC(FindCatchBlock,
|
/art/runtime/mirror/ |
D | art_method.cc | 212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock() function in art::mirror::ArtMethod
|
D | art_method.h | 489 static uint32_t FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type,
|
/art/runtime/ |
D | quick_exception_handler.cc | 93 uint32_t found_dex_pc = mirror::ArtMethod::FindCatchBlock(method, to_find, dex_pc, in HandleTryItems()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 414 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()
|