Home
last modified time | relevance | path

Searched defs:taskInfo (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp792 void *taskInfo = reinterpret_cast<void*>(thread_->GetTaskInfo()); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1728 void *taskInfo = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
H A Dffi_workload.cpp6376 void *taskInfo = nullptr; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1349 GateRef taskInfo = Load(VariableType::NATIVE_POINTER(), obj, taskInfoOffset); in DECLARE_ASM_HANDLER() local
H A Dslowpath_lowering.cpp3010 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 Dinterpreter-inl.cpp5133 uintptr_t taskInfo = obj->GetTaskInfo(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4169 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction() argument

Completed in 62 milliseconds