Searched defs:taskInfo (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 88 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/ |
| D | ecma_vm.cpp | 789 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); in TriggerConcurrentCallback() local
|
| D | js_thread.h | 908 void SetTaskInfo(uintptr_t taskInfo) in SetTaskInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2970 GateRef taskInfo = builder_.Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in LowerResumeGenerator() local
|
| D | interpreter_stub.cpp | 1349 GateRef taskInfo = Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 5102 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 4090 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 6360 void *taskInfo = nullptr; in HWTEST_F_L0() local
|