Home
last modified time | relevance | path

Searched defs:catchPc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp152 …hResolving::ConnectThrowCatchImpl(BasicBlock *catchBlock, BasicBlock *throwBlock, uint32_t catchPc, in ConnectThrowCatchImpl()
205 auto catchPc = runtime->FindCatchBlock(method, cls, thr0w->GetPc()); in ConnectThrowCatch() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp844 …::FindAppropriateCatchBlock(const TryCodeBlock &tryBlock, BasicBlock *throwBlock, uint32_t catchPc) in FindAppropriateCatchBlock()