Searched defs:FindCatchBlock (Results 1 – 7 of 7) sorted by relevance
83 uint32_t Method::FindCatchBlock(uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::Method
161 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() function
2733 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock() function
426 uint32_t Method::FindCatchBlock(const Class *cls, uint32_t pc) const in FindCatchBlock() function in ark::Method
276 uint32_t PandaRuntimeInterface::FindCatchBlock(MethodPtr m, ClassPtr cls, uint32_t pc) const in FindCatchBlock() function in ark::PandaRuntimeInterface
192 …static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeade… in FindCatchBlock() function
570 … virtual uint32_t FindCatchBlock([[maybe_unused]] MethodPtr method, [[maybe_unused]] ClassPtr cls, in FindCatchBlock() function