Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h56 bool IsMethodPresentForOffset(uint32_t offset) const in IsMethodPresentForOffset() function
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1755 if (job_->IsMethodPresentForOffset(inst_.GetOffset())) { in CheckCtor()
3729 if (!job_->IsMethodPresentForOffset(offset)) { in GetCachedMethod()