Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp39 ForAllCachedMethods([&](Method const *method) { types->GetMethodSignature(method); }); in UpdateTypes()
Djob.h110 void ForAllCachedMethods(Handler &&handler) const in ForAllCachedMethods() function