Searched defs:JitLockHolder (Results 1 - 1 of 1) 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 |
Completed in 2 milliseconds