| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | taskpool_deprecated_usages.ets | 32 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)
|
| D | taskpool_deprecated_usages2.ets | 21 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.ets | 22 setTransferList(transfer?: ArrayBuffer[]): void{} 33 setTransferList(transfer?: ArrayBuffer[]): void{}
|
| D | taskpool_deprecated_usages3.ets | 20 setTransferList(transfer?: ArrayBuffer[]): void{}
|
| /arkcompiler/runtime_core/common_interfaces/thread/ |
| D | thread_holder.h | 43 …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;
|
| D | thread_state_transition.h | 25 // 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/ |
| D | value_serializer.cpp | 104 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 …]
|
| D | value_serializer.h | 29 // 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/ |
| D | GenericDataFlow.ts | 22 * 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.
|
| D | DataflowProblem.ts | 21 * Transfer the outFact of srcStmt to the inFact of tgtStmt
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/ |
| D | jsnapideserializevalue_fuzzer.cpp | 43 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/ |
| D | jsnapideleteserializationdata_fuzzer.cpp | 43 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/ |
| D | js_sendable_arraybuffer.cpp | 48 LOG_FULL(DEBUG) << "attaching for transfer"; in Attach() 71 LOG_FULL(DEBUG) << "detaching for transfer"; in Detach()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 46 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.ets | 19 postMessage(message: any, transfer?: Transferable[]): void;
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jnez.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 389 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 409 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 430 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 495 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 562 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeqz.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 389 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 408 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 428 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 495 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 564 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | InteropTransferHelper.ets.j2 | 58 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/ |
| D | ViewTree.ts | 47 * Custom component value transfer 49 * - value: ArkField | ArkMethod, parent component transfer value.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jnez.obj.yaml | 20 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 295 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 314 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 378 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeqz.obj.yaml | 20 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 295 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 313 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 379 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 8_statements.rst | 525 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/ |
| D | panda_sdk_in_container.md | 22 command with env transfer
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | mark_test_utils.cpp | 124 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/ |
| D | 01_concurrency_overview.rst | 143 #. 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, …
|