Searched refs:FindCatchBlockInPandaFile (Results 1 – 3 of 3) sorted by relevance
393 uint32_t Method::FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const in FindCatchBlockInPandaFile() function in panda::Method433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock()
292 return MethodCast(m)->FindCatchBlockInPandaFile(ClassCast(cls), pc); in FindCatchBlock()
657 uint32_t FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const;