Home
last modified time | relevance | path

Searched refs:m_ (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DworkerQueue.cpp29 std::lock_guard<std::mutex> lock(m_); in Signal()
49 std::unique_lock<std::mutex> lock(m_); in ~WorkerQueue()
62 std::unique_lock<std::mutex> lock(queue->m_); in Worker()
78 std::unique_lock<std::mutex> lock(m_); in Consume()
103 std::unique_lock<std::mutex> lock(m_); in Wait()
H A DworkerQueue.h40 std::mutex m_; member in panda::es2panda::util::WorkerJob
62 std::mutex m_; member in panda::es2panda::util::WorkerQueue
H A DsymbolTable.h82 std::mutex m_; member in panda::es2panda::util::SymbolTable
H A DsymbolTable.cpp135 std::lock_guard<std::mutex> lock(m_); in FillSymbolTable()
H A DpatchFix.h117 std::mutex m_; member in panda::es2panda::panda::es2panda::panda::es2panda::util::PatchFix
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompileQueue.cpp39 std::unique_lock<std::mutex> lock(m_); in ~CompileQueue()
52 std::unique_lock<std::mutex> lock(m_); in Schedule()
69 std::unique_lock<std::mutex> lock(queue->m_); in Worker()
85 std::unique_lock<std::mutex> lock(m_); in Consume()
110 std::unique_lock<std::mutex> lock(m_); in Wait()
H A DcompileJob.cpp23 std::unique_lock<std::mutex> lock(m_); in Run()
42 std::lock_guard<std::mutex> lock(m_); in Signal()
H A DcompileJob.h65 std::mutex m_; member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::CompileJob
H A DcompileQueue.h56 std::mutex m_; member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::CompileQueue
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerContext.h67 std::lock_guard lock(m_); in NewLiteralIndex()
73 return m_; in Mutex()
124 std::mutex m_; member in panda::es2panda::panda::es2panda::compiler::CompilerContext
H A DcompileQueue.cpp41 std::unique_lock<std::mutex> lock(m_); in Run()
61 std::unique_lock<std::mutex> lock(m_); in Run()
274 std::unique_lock<std::mutex> lock(m_); in Schedule()
297 std::unique_lock<std::mutex> lock(m_); in Schedule()
320 std::unique_lock<std::mutex> lock(m_); in Schedule()
349 std::unique_lock<std::mutex> lock(m_); in Schedule()
/arkcompiler/ets_frontend/es2panda/aot/
H A DemitFiles.cpp47 std::unique_lock<std::mutex> lock(m_); in Schedule()
129 std::unique_lock<std::mutex> lock(m_); in Run()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.h138 return m_; in GetEmitterLock()
165 std::mutex m_; member in panda::panda::es2panda::panda::es2panda::panda::es2panda::compiler::Emitter
H A Demitter.cpp655 std::lock_guard<std::mutex> lock(m_); in AddFunction()
682 std::lock_guard<std::mutex> lock(m_); in AddScopeNamesRecord()
935 std::lock_guard<std::mutex> lock(m_); in AddSourceTextModuleRecord()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js24775 m_(t, i, e);
24780 function m_(t, e, i) {
24840 m_(t, i, e);
[all...]

Completed in 39 milliseconds