| /arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/ |
| D | jsnapideserializevalue_fuzzer.cpp | 44 Local<JSValueRef> transfer(JSValueRef::Undefined(vm)); in JSNApiDeserializeValueFuzzTest() local 45 void *serializationData = JSNApi::SerializeValue(vm, value, transfer); in JSNApiDeserializeValueFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapideleteserializationdata_fuzzer/ |
| D | jsnapideleteserializationdata_fuzzer.cpp | 44 Local<JSValueRef> transfer(JSValueRef::Undefined(vm)); in JSNApiDeleteSerializationDataFuzzTest() local 45 void* serializationData = JSNApi::SerializeValue(vm, value, transfer); in JSNApiDeleteSerializationDataFuzzTest()
|
| /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…
|
| D | jeq.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 875 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 949 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1024 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1138 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1254 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jne.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 877 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 952 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1028 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1143 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1260 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jmp.yaml | 20 …Unconditionally transfer execution to an instruction at offset bytes from the beginning of the cur…
|
| D | jne.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jlt.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jgt.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeq.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 909 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 959 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jle.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jge.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jnez.yaml | 20 Transfer execution to an instruction at offset bytes
|
| D | jgtz.yaml | 20 Transfer execution to an instruction at offset bytes
|
| D | jeqz.yaml | 20 Transfer execution to an instruction at offset bytes
|
| D | jltz.yaml | 20 Transfer execution to an instruction at offset bytes
|
| D | jlez.yaml | 20 Transfer execution to an instruction at offset bytes
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.h | 260 …e(JSThread *thread, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &transfer); 264 bool PrepareTransfer(JSThread *thread, const JSHandle<JSTaggedValue> &transfer); 265 bool FinalizeTransfer(JSThread *thread, const JSHandle<JSTaggedValue> &transfer);
|
| D | js_serializer.cpp | 210 // Transfer ownership of buffer, should not use this Serializer after release 1950 JSThread *thread, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &transfer) in WriteValue() argument 1956 if (!PrepareTransfer(thread, transfer)) { in WriteValue() 1962 if (!FinalizeTransfer(thread, transfer)) { in WriteValue() 1976 bool Serializer::PrepareTransfer(JSThread *thread, const JSHandle<JSTaggedValue> &transfer) in PrepareTransfer() argument 1978 if (transfer->IsUndefined()) { in PrepareTransfer() 1981 if (!transfer->IsJSArray()) { in PrepareTransfer() 1984 int len = base::ArrayHelper::GetArrayLength(thread, transfer); in PrepareTransfer() 1987 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() 1989 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, transfer, k); in PrepareTransfer() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | profiler_impl.cpp | 175 LOG_DEBUGGER(ERROR) << "Transfer DFXJSNApi::StopCpuProfilerImpl is failure"; in Stop()
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|