Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/
Djsnapideserializevalue_fuzzer.cpp44 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/
Djsnapideleteserializationdata_fuzzer.cpp44 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/
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…
Djeq.obj.yaml24Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
875Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
949Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1024Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1138Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1254Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djne.obj.yaml24Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
877Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
952Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1028Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1143Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
1260Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djmp.yaml20 …Unconditionally transfer execution to an instruction at offset bytes from the beginning of the cur…
Djne.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
905Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
955Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djlt.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
905Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
955Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djgt.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
905Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
955Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djeq.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
909Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
959Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djle.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
905Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
955Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djge.yaml19Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
905Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
955Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
Djnez.yaml20 Transfer execution to an instruction at offset bytes
Djgtz.yaml20 Transfer execution to an instruction at offset bytes
Djeqz.yaml20 Transfer execution to an instruction at offset bytes
Djltz.yaml20 Transfer execution to an instruction at offset bytes
Djlez.yaml20 Transfer execution to an instruction at offset bytes
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h260 …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);
Djs_serializer.cpp210 // 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/
Dprofiler_impl.cpp175 LOG_DEBUGGER(ERROR) << "Transfer DFXJSNApi::StopCpuProfilerImpl is failure"; in Stop()
/arkcompiler/ets_runtime/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/arkcompiler/toolchain/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/arkcompiler/runtime_core/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/arkcompiler/ets_frontend/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,

12