Home
last modified time | relevance | path

Searched defs:taskInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp88 TaskInfo taskInfo { vm_, taskHandle }; in StartCpuProfilerForInfo() local
90 TaskInfo taskInfo { vm_, nullptr }; in StartCpuProfilerForInfo() local
146 TaskInfo taskInfo { vm_, taskHandle }; in StartCpuProfilerForFile() local
148 TaskInfo taskInfo { vm_, nullptr }; in StartCpuProfilerForFile() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp789 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); in TriggerConcurrentCallback() local
Djs_thread.h908 void SetTaskInfo(uintptr_t taskInfo) in SetTaskInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2970 GateRef taskInfo = builder_.Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in LowerResumeGenerator() local
Dinterpreter_stub.cpp1349 GateRef taskInfo = Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5102 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4090 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp6360 void *taskInfo = nullptr; in HWTEST_F_L0() local