Searched refs:FindCatchBlockInPandaFile (Results 1 – 5 of 5) sorted by relevance
157 uint32_t FindCatchBlockInPandaFile(Class *cls, uint32_t pc) const;
718 uint32_t IrBuilder::FindCatchBlockInPandaFile(Class *cls, uint32_t pc) const in FindCatchBlockInPandaFile() function in ark::compiler::IrBuilder856 … FindCatchBlockInPandaFile(static_cast<ark::Class *>(cls), throwPc))) { in ConnectThrowBlock()
393 uint32_t Method::FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const in FindCatchBlockInPandaFile() function in ark::Method433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock()
292 return MethodCast(m)->FindCatchBlockInPandaFile(ClassCast(cls), pc); in FindCatchBlock()
674 uint32_t FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const;