Home
last modified time | relevance | path

Searched refs:GetJSThreadNoCheck (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp141 JSThread *thread = vm->GetJSThreadNoCheck(); in GetNativeStack()
156 … if (!vm->GetJSThreadNoCheck()->CpuProfilerCheckJSTaggedType(extraInfoValue.GetRawData())) { in GetNativeStack()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h71 [[maybe_unused]] JSThread *thread = (vm)->GetJSThreadNoCheck(); \
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.cpp69 RSetWorkListHandler *handler = new RSetWorkListHandler(heap, localVm->GetJSThreadNoCheck()); in CollectLocalVMRSet()
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp25 : CompilationEnv(jitVm), hostThread_(jsVm->GetJSThreadNoCheck()), jsFunction_(jsFunction) in JitCompilationEnv()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h224 JSThread *GetJSThreadNoCheck() const in GetJSThreadNoCheck() function
Decma_string-inl.h221 *thread = vm->GetJSThreadNoCheck(); in GetDebuggerThread()
Decma_string_table.cpp183 thread = signalState ? vm->GetJSThreadNoCheck() : vm->GetJSThread(); in GetOrInternString()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp438 ProfileTypeAccessorLockScope accessorLockScope(vm_->GetJSThreadNoCheck()); in ConvertICByName()
648 ProfileTypeAccessorLockScope accessorLockScope(vm_->GetJSThreadNoCheck()); in ConvertICByValue()