Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/jobs/
Djob.h32 Job(Method &method, const CachedMethod &cached_method, const MethodOptions &options) in Job()
135 void AddMethod(uint32_t offset, const CachedMethod &cached_method) in AddMethod()
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp53 auto &cached_method = job.JobCachedMethod(); in PrepareVerificationContext() local