Home
last modified time | relevance | path

Searched full:transfer (Results 1 – 25 of 111) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dtaskpool_deprecated_usages.ets32 const transfer: ArrayBuffer[] =[]
35 task1.setTransferList(transfer); //error
39 task2.setCloneList(transfer) //error
43 test3.setCloneList([transfer]) //error
48 task4.setTransferList(transfer) //error
53 test5.setTransferList(transfer) //error
57 task6.setCloneList([transfer]) //error
60 task7.setTransferList(transfer) //error
61 new task7.setTransferList(transfer) //error
63 new Task(test1).setTransferList(transfer)
Dtaskpool_deprecated_usages2.ets21 const transfer: ArrayBuffer[] =[]
24 task.setTransferList(transfer)
25 new taskpool1.Task(test1).setTransferList(transfer);
28 typeof task3.setTransferList(transfer);
33 task4.setCloneList(transfer) //error
D@ohos.taskpool.ets22 setTransferList(transfer?: ArrayBuffer[]): void{}
33 setTransferList(transfer?: ArrayBuffer[]): void{}
Dtaskpool_deprecated_usages3.ets20 setTransferList(transfer?: ArrayBuffer[]): void{}
/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_holder.h43 …istered to this ThreadHolder, they will share the same ThreadState. And be responsible for transfer
73 // Transfer to Running no matter in Running or Native.
76 // Transfer to Native no matter in Running or Native.
79 // If current in Native, transfer to Running and return true;
83 // If current in Running, transfer to Native and return true;
Dthread_state_transition.h25 // Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNIN…
88 // Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNIN…
104 // Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNIN…
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp104 const JSHandle<JSTaggedValue> &transfer, in WriteValue() argument
109 if (!defaultTransfer_ && !PrepareTransfer(thread, transfer)) { in WriteValue()
392 bool transfer = transferDataSet_.find(ToUintPtr(object)) != transferDataSet_.end(); in SerializeJSArrayBufferPrologue() local
396 if (transfer) { in SerializeJSArrayBufferPrologue()
399 …std::string errorMessage = "Serialize don't support arraybuffer in both transfer list and clone li… in SerializeJSArrayBufferPrologue()
409 "considering transfer it"; in SerializeJSArrayBufferPrologue()
432 bool transfer = transferDataSet_.find(ToUintPtr(object)) != transferDataSet_.end(); in SerializeJSSharedArrayBufferPrologue() local
433 if (arrayBuffer->IsDetach(thread_) || transfer) { in SerializeJSSharedArrayBufferPrologue()
434 … std::string errorMessage = "Serialize don't support detached or transfer shared array buffer"; in SerializeJSSharedArrayBufferPrologue()
498 bool ValueSerializer::PrepareTransfer(JSThread *thread, const JSHandle<JSTaggedValue> &transfer) in PrepareTransfer() argument
[all …]
Dvalue_serializer.h29 // clear transfer obj set after serialization in ~ValueSerializer()
37 …ue(JSThread *thread, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &transfer,
55 bool PrepareTransfer(JSThread *thread, const JSHandle<JSTaggedValue> &transfer);
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DGenericDataFlow.ts22 * define custom flow graphs, transfer functions, and meet operations.
26 * implement custom data flow analyses by defining appropriate transfer functions
75 * Represents the transfer function used in data flow analysis.
76 * The transfer function computes the output value (out set) of a node
95 * for performing data flow analysis, such as the flow graph, transfer function,
107 * The transfer function used to compute out sets from in sets.
DDataflowProblem.ts21 * Transfer the outFact of srcStmt to the inFact of tgtStmt
/arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/
Djsnapideserializevalue_fuzzer.cpp43 Local<JSValueRef> transfer(JSValueRef::Undefined(vm)); in JSNApiDeserializeValueFuzzTest() local
44 … void *serializationData = JSNApi::SerializeValue(vm, value, transfer, JSValueRef::Undefined(vm)); in JSNApiDeserializeValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapideleteserializationdata_fuzzer/
Djsnapideleteserializationdata_fuzzer.cpp43 Local<JSValueRef> transfer(JSValueRef::Undefined(vm)); in JSNApiDeleteSerializationDataFuzzTest() local
44 … void* serializationData = JSNApi::SerializeValue(vm, value, transfer, JSValueRef::Undefined(vm)); in JSNApiDeleteSerializationDataFuzzTest()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp48 LOG_FULL(DEBUG) << "attaching for transfer"; in Attach()
71 LOG_FULL(DEBUG) << "detaching for transfer"; in Detach()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp46 LOG_FULL(DEBUG) << "attaching for transfer"; in Attach()
66 LOG_FULL(DEBUG) << "detaching for transfer"; in Detach()
/arkcompiler/ets_frontend/ets2panda/linter/test/main/oh_modules/
D@ohos.worker.d.ets19 postMessage(message: any, transfer?: Transferable[]): void;
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djnez.obj.yaml24Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
389Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
409Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
430Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
495Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
562Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djeqz.obj.yaml24Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
389Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
408Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
428Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
495Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
564Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DInteropTransferHelper.ets.j258 public static transfer{{ typed_array.type_name }}ToStatic(dynamicObject: Any): Object {
72 public static transfer{{ typed_array.type_name }}ToDynamic(staticObject: Object): Any {
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/
DViewTree.ts47 * Custom component value transfer
49 * - value: ArkField | ArkMethod, parent component transfer value.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djnez.obj.yaml20Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
295Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
314Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
378Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djeqz.obj.yaml20Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
295Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
313Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
379Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D8_statements.rst525 control transfer
551 control transfer
600 control transfer
689 control transfer
714 control transfer
850 control transfer
910 control transfer
/arkcompiler/runtime_core/static_core/scripts/sdk/docker/
Dpanda_sdk_in_container.md22 command with env transfer
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_test_utils.cpp124 napi_throw_error(env, nullptr, "Please transfer the correct parameters"); in CheckXRefsNumber()
158 napi_throw_error(env, nullptr, "Please transfer the correct parameters"); in CheckMarkNumber()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
D01_concurrency_overview.rst143 #. we can't transfer such objects to the coroutines if we are operating in M:N mode
144 #. we can't transfer such objects to the TaskPool
146 If it is possible we need to locate issue with incorrect usage/transfer at Frontend level. If not, …

12345