Searched defs:taskInfo (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 84 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/ |
| D | ecma_vm.cpp | 1374 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); in TriggerConcurrentCallback() local
|
| D | js_thread.h | 1057 void SetTaskInfo(uintptr_t taskInfo) in SetTaskInfo()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1739 void *taskInfo = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 6376 void *taskInfo = nullptr; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 3255 …GateRef taskInfo = builder_.LoadWithoutBarrier(VariableType::NATIVE_POINTER(), obj, taskInfoOffset… in LowerResumeGenerator() local
|
| D | interpreter_stub.cpp | 1423 GateRef taskInfo = LoadPrimitive(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 5171 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 4621 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()
|