Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp83 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/
Druntime_interface.h161 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() function
Dinterpreter-inl.h2732 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp426 uint32_t Method::FindCatchBlock(const Class *cls, uint32_t pc) const in FindCatchBlock() function in ark::Method
Dcompiler.cpp310 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/
Dtest_runtime_interface.h188 …static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeade… in FindCatchBlock() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h667 … virtual uint32_t FindCatchBlock([[maybe_unused]] MethodPtr method, [[maybe_unused]] ClassPtr cls, in FindCatchBlock() function