Home
last modified time | relevance | path

Searched refs:JitGCLockHolder (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h189 class JitGCLockHolder { class in panda::ecmascript::Jit
191 explicit JitGCLockHolder(JSThread *thread) : thread_(thread) in JitGCLockHolder() function in panda::ecmascript::Jit::JitGCLockHolder
213 ~JitGCLockHolder() in ~JitGCLockHolder()
225 NO_COPY_SEMANTIC(JitGCLockHolder);
226 NO_MOVE_SEMANTIC(JitGCLockHolder);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.cpp221 Jit::JitGCLockHolder lock(hostThread); in AllocFromFortAndCopy()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1090 Jit::JitGCLockHolder lock(GetEcmaVM()->GetJSThread()); in CollectGarbage()

Completed in 6 milliseconds