Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp84 TaskInfo taskInfo { vm_, taskHandle }; in StartCpuProfilerForInfo() local
86 TaskInfo taskInfo { vm_, nullptr }; in StartCpuProfilerForInfo() local
142 TaskInfo taskInfo { vm_, taskHandle }; in StartCpuProfilerForFile() local
144 TaskInfo taskInfo { vm_, nullptr }; in StartCpuProfilerForFile() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp1374 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); in TriggerConcurrentCallback() local
Djs_thread.h1057 void SetTaskInfo(uintptr_t taskInfo) in SetTaskInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1739 void *taskInfo = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
Dffi_workload.cpp6376 void *taskInfo = nullptr; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3255 …GateRef taskInfo = builder_.LoadWithoutBarrier(VariableType::NATIVE_POINTER(), obj, taskInfoOffset… in LowerResumeGenerator() local
Dinterpreter_stub.cpp1423 GateRef taskInfo = LoadPrimitive(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5171 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4621 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()