Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h202 bool VerifyAndMarkCurMethod(uint32_t methodOffset, std::unordered_set<EntityId> &newMethodSet) in VerifyAndMarkCurMethod() argument
222 newMethodSet.insert(std::move(methodId)); in VerifyAndMarkCurMethod()
249 std::unordered_set<EntityId> &newMethodSet, in SearchForCompilation() argument
288 [this, &newMethodSet, &mainMethodOffset, &dfs, &methodList, &importBfs] in SearchForCompilation()
292 if (!VerifyAndMarkCurMethod(methodOffset, newMethodSet)) { in SearchForCompilation()