Home
last modified time | relevance | path

Searched refs:JitLockHolder (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h142 class JitLockHolder { class in panda::ecmascript::Jit
144 explicit JitLockHolder(JSThread *thread) : thread_(nullptr), scope_(thread->GetEcmaVM()) in JitLockHolder() function in panda::ecmascript::Jit::JitLockHolder
156 explicit JitLockHolder(const CompilationEnv *env, CString message) : thread_(nullptr), in JitLockHolder() function in panda::ecmascript::Jit::JitLockHolder
172 ~JitLockHolder() in ~JitLockHolder()
185 NO_COPY_SEMANTIC(JitLockHolder);
186 NO_MOVE_SEMANTIC(JitLockHolder);
H A Djit_profiler.cpp53 Jit::JitLockHolder lock(thread); in ProfileBytecode()
64 Jit::JitLockHolder lock(thread); in ProfileBytecode()
74 Jit::JitLockHolder lock(thread); in ProfileBytecode()
85 Jit::JitLockHolder lock(thread); in ProfileBytecode()
97 Jit::JitLockHolder lock(thread); in ProfileBytecode()
108 Jit::JitLockHolder lock(thread); in ProfileBytecode()
119 Jit::JitLockHolder lock(thread); in ProfileBytecode()
131 Jit::JitLockHolder lock(thread); in ProfileBytecode()
165 Jit::JitLockHolder lock(thread); in ProfileBytecode()
185 Jit::JitLockHolder loc in ProfileBytecode()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_hcr_opt_pass.cpp61 Jit::JitLockHolder lock(compilationEnv_, "VisitStringEqual"); in VisitStringBinOp()
H A Dntype_bytecode_lowering.cpp65 Jit::JitLockHolder lock(compilationEnv_, "LowerNTypedCreateArrayWithBuffer"); in Lower()
111 Jit::JitLockHolder lock(compilationEnv_, "LowerNTypedStOwnByName"); in Lower()
H A Dntype_hcr_lowering.cpp26 Jit::JitLockHolder lock(compilationEnv_, "LowerCreateArray"); in VisitGate()
31 Jit::JitLockHolder lock(compilationEnv_, "LowerCreateArrayWithBuffer"); in VisitGate()
H A Dpass_manager.cpp158 Jit::JitLockHolder lock(compilationEnv_, "TSInlineLoweringPass"); in Compile()
H A Dtyped_bytecode_lowering.cpp116 Jit::JitLockHolder lock(compilationEnv_, "TypedBytecodeLowering::Lower"); in Lower()
H A Dslowpath_lowering.cpp2773 Jit::JitLockHolder lock(compilationEnv_, "SlowPathLowering"); in LowerDefineFunc()
H A Dtyped_native_inline_lowering.cpp1145 Jit::JitLockHolder lock(compilationEnv, "AllocateNewNumber"); in AllocateNewNumber()

Completed in 24 milliseconds