Home
last modified time | relevance | path

Searched refs:FindCatchBlockInPandaFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h157 uint32_t FindCatchBlockInPandaFile(Class *cls, uint32_t pc) const;
Dir_builder.cpp718 uint32_t IrBuilder::FindCatchBlockInPandaFile(Class *cls, uint32_t pc) const in FindCatchBlockInPandaFile() function in ark::compiler::IrBuilder
856FindCatchBlockInPandaFile(static_cast<ark::Class *>(cls), throwPc))) { in ConnectThrowBlock()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp393 uint32_t Method::FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const in FindCatchBlockInPandaFile() function in ark::Method
433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock()
Dcompiler.cpp292 return MethodCast(m)->FindCatchBlockInPandaFile(ClassCast(cls), pc); in FindCatchBlock()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h674 uint32_t FindCatchBlockInPandaFile(const Class *cls, uint32_t pc) const;