Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h160 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() function
Dinterpreter-inl.h2372 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock() function
/arkcompiler/runtime_core/runtime/
Dmethod.cpp333 uint32_t Method::FindCatchBlock(const Class *cls, uint32_t pc) const in FindCatchBlock() function in panda::Method
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp416 bool EcmaVM::FindCatchBlock(Method *method, uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::EcmaVM
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h172 …static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeade… in FindCatchBlock() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7102 uint32_t EcmaInterpreter::FindCatchBlock(Method *caller, uint32_t pc) in FindCatchBlock() function