Searched defs:taskInfo (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.cpp | 792 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_second_tests.cpp | 1728 void *taskInfo = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
|
| H A D | ffi_workload.cpp | 6376 void *taskInfo = nullptr; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 1349 GateRef taskInfo = Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset);
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 3010 GateRef taskInfo = builder_.Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in LowerResumeGenerator() local 3013 builder_.Store(VariableType::NATIVE_POINTER(), glue_, glue_, glueTaskOffset, taskInfo); in LowerResumeGenerator() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 5133 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 4169 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction() argument
|
Completed in 62 milliseconds