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 | 886 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); in TriggerConcurrentCallback() local
|
| D | js_thread.h | 927 void SetTaskInfo(uintptr_t taskInfo) in SetTaskInfo()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1728 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 | 2907 GateRef taskInfo = builder_.Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in LowerResumeGenerator() local
|
| D | interpreter_stub.cpp | 1343 GateRef taskInfo = Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 5124 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 4334 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()
|