Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp350 std::deque<std::shared_ptr<JitTask>> taskQueue; in InstallTasks() local
408 auto &taskQueue = info.installJitTasks_; in ClearTaskWithVm() local
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts866 const taskQueue = Array.from(this.compileFiles.values()); constant