Searched refs:JitLockHolder (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.h | 142 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 D | jit_profiler.cpp | 53 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 D | ts_hcr_opt_pass.cpp | 61 Jit::JitLockHolder lock(compilationEnv_, "VisitStringEqual"); in VisitStringBinOp()
|
H A D | ntype_bytecode_lowering.cpp | 65 Jit::JitLockHolder lock(compilationEnv_, "LowerNTypedCreateArrayWithBuffer"); in Lower() 111 Jit::JitLockHolder lock(compilationEnv_, "LowerNTypedStOwnByName"); in Lower()
|
H A D | ntype_hcr_lowering.cpp | 26 Jit::JitLockHolder lock(compilationEnv_, "LowerCreateArray"); in VisitGate() 31 Jit::JitLockHolder lock(compilationEnv_, "LowerCreateArrayWithBuffer"); in VisitGate()
|
H A D | pass_manager.cpp | 158 Jit::JitLockHolder lock(compilationEnv_, "TSInlineLoweringPass"); in Compile()
|
H A D | typed_bytecode_lowering.cpp | 116 Jit::JitLockHolder lock(compilationEnv_, "TypedBytecodeLowering::Lower"); in Lower()
|
H A D | slowpath_lowering.cpp | 2773 Jit::JitLockHolder lock(compilationEnv_, "SlowPathLowering"); in LowerDefineFunc()
|
H A D | typed_native_inline_lowering.cpp | 1145 Jit::JitLockHolder lock(compilationEnv, "AllocateNewNumber"); in AllocateNewNumber()
|
Completed in 24 milliseconds