Searched defs:FindCatchBlock (Results 1 – 6 of 6) sorted by relevance
160 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() function
2372 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock() function
333 uint32_t Method::FindCatchBlock(const Class *cls, uint32_t pc) const in FindCatchBlock() function in panda::Method
416 bool EcmaVM::FindCatchBlock(Method *method, uint32_t pc) const in FindCatchBlock() function in panda::ecmascript::EcmaVM
172 …static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeade… in FindCatchBlock() function
7102 uint32_t EcmaInterpreter::FindCatchBlock(Method *caller, uint32_t pc) in FindCatchBlock() function