Searched defs:FindCatchBlock (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 83 uint32_t Method::FindCatchBlock(const JSThread *thread, uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::Method
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 161 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() function
|
| D | interpreter-inl.h | 2732 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 426 uint32_t Method::FindCatchBlock(const Class *cls, uint32_t pc) const in FindCatchBlock() function in ark::Method
|
| D | compiler.cpp | 310 uint32_t PandaRuntimeInterface::FindCatchBlock(MethodPtr m, ClassPtr cls, uint32_t pc) const in FindCatchBlock() function in ark::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 188 …static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeade… in FindCatchBlock() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 667 … virtual uint32_t FindCatchBlock([[maybe_unused]] MethodPtr method, [[maybe_unused]] ClassPtr cls, in FindCatchBlock() function
|