Home
last modified time | relevance | path

Searched refs:JobMethod (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dverification_context.h46 plugin_ {plugin::GetLanguagePlugin(job->JobMethod()->GetClass()->GetSourceLang())}
48 Method const *method = job->JobMethod();
87 return job_->JobMethod(); in GetMethod()
H A Dabsint.cpp61 auto *method = job->JobMethod(); in PrepareVerificationContext()
142 const void *codeStart = verifCtx.GetJob()->JobMethod()->GetInstructions(); in VerifyEntryPoints()
H A Dabs_int_inl.cpp80 auto const *method = job_->JobMethod(); in SetReg()
H A Dabs_int_inl.h60 DBG_MANAGED_BRK(debugCtx, job_->JobMethod()->GetUniqId(), inst_.GetOffset()); \
172 const auto &method = job_->JobMethod();
2533 auto const *jobMethod = job_->JobMethod(); in CheckLaunch()
2541 LOG_VERIFIER_DEBUG_CALL_FROM_TO(job_->JobMethod()->GetFullName(), method->GetFullName()); in CheckLaunch()
2766 auto const *jobMethod = job_->JobMethod(); in CheckFieldAccessByName()
3150 auto const *jobMethod = job_->JobMethod(); in HandleIsinstance()
3258 auto const *jobMethod = job_->JobMethod(); in CheckCall()
3266 LOG_VERIFIER_DEBUG_CALL_FROM_TO(job_->JobMethod()->GetFullName(), method->GetFullName()); in CheckCall()
4199 auto const *jobMethod = job_->JobMethod(); in CheckFieldAccessPlugin()
4358 LOG_VERIFIER_DEBUG_CALL_FROM_TO(job_->JobMethod() in CheckInstanceClass()
[all...]
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.h86 Method const *JobMethod() const in JobMethod() function in ark::verifier::Job

Completed in 9 milliseconds