Searched refs:stdCoreObject (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 733 auto *stdCoreObject = rta->ResolveType(method, stdCoreObjectId.GetOffset()); in FindCatchBlockInPandaFile() local 738 …[&pcOffset, cls, pc, rta, method, stdCoreObject](panda_file::CodeDataAccessor::TryBlock &tryBlock)… in FindCatchBlockInPandaFile() 743 …[&pcOffset, &cls, &rta, &method, &stdCoreObject](panda_file::CodeDataAccessor::CatchBlock &catchBl… in FindCatchBlockInPandaFile() 752 if (handlerClass == stdCoreObject) { in FindCatchBlockInPandaFile()
|