Home
last modified time | relevance | path

Searched refs:GetImplicitNullChecksTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp350 for (auto icheck : codeinfo.GetImplicitNullChecksTable()) { in DetectSEGVFromNullCheck()
380 for (auto icheck : codeinfo.GetImplicitNullChecksTable()) { in DetectSEGVFromNullCheck()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h405 const auto &GetImplicitNullChecksTable() const in GetImplicitNullChecksTable() function