Home
last modified time | relevance | path

Searched defs:ref (Results 1 - 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dref_updater.cpp24 ObjectHeader *BaseRefUpdater<LanguageConfig>::UpdateRefToMovedObject(ObjectHeader *object, ObjectHeader *ref, in UpdateRefToMovedObject() argument
/arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/
H A Dbooleanrefnewbool_fuzzer.cpp36 [[maybe_unused]] Local<BooleanRef> ref = BooleanRef::New(vm, input); in BooleanRefNewBoolFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtypeReference.h24 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeReference.h25 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
H A Dpttypesremoteobjectgetvalue_fuzzer.cpp36 Local<JSValueRef> ref = obj.GetValue(); in PtTypesRemoteObjectGetValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/int32arrayrefnew_fuzzer/
H A Dint32arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefbytelength_fuzzer/
H A Duint32arrayrefbytelength_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint32ArrayRefByteLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint16arrayrefnew_fuzzer/
H A Duint16arrayrefnew_fuzzer.cpp46 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefnew_fuzzer/
H A Duint32arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8arrayrefnew_fuzzer/
H A Duint8arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint8ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8clampedarrayrefnew_fuzzer/
H A Duint8clampedarrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint8ClampedArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dataviewrefnew_fuzzer/
H A Ddataviewrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in DataViewRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/float64arrayrefnew_fuzzer/
H A Dfloat64arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Float64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/int16arrayrefnew_fuzzer/
H A Dint16arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/
H A Dbigint64arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in BigInt64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biguint64arrayrefnew_fuzzer/
H A Dbiguint64arrayrefnew_fuzzer.cpp46 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in BigUint64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/float32arrayrefnew_fuzzer/
H A Dfloat32arrayrefnew_fuzzer.cpp48 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Float32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/int8arrayrefnew_fuzzer/
H A Dint8arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int8ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbig64array_fuzzer/
H A Djsvaluerefisbig64array_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in JSValueRefIsBigInt64ArrayFuzzTest() local
74 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in JSValueRefIsBigUint64ArrayRefNewFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs-inl.h25 ALWAYS_INLINE inline bool EtsReferenceNullish(EtsCoroutine *coro, EtsObject *ref) in EtsReferenceNullish() argument
30 ALWAYS_INLINE inline bool IsRefNullish(EtsCoroutine *coro, EtsObject *ref) in IsRefNullish() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dshared_reference.cpp107 auto ref = reinterpret_cast<SharedReference *>(data); in FinalizeJSWeak() local
H A Dshared_reference_storage.cpp24 static inline void Kill(SharedReference *ref) in Kill() argument
30 static inline bool CheckAlive(SharedReference *ref) in CheckAlive() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker.h85 virtual inline void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTaggedType *ref, in RecordWeakReference() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp78 auto ref = inst->GetDataFlowInput(0); in TryEliminateIsInstance() local
129 auto ref = inst->GetDataFlowInput(0); in TryEliminateCheckCast() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
H A Dtest_proxy_reference_storage_1.cpp48 SharedReference *ref = storage_->CreateETSObjectRef(InteropCtx::Current(), etsObject, jsObj); in CreateReference() local
62 void RemoveReference(SharedReference *ref) in RemoveReference() argument
86 SharedReference *ref = CreateReference(etsObject); in TEST_F() local
102 SharedReference *ref = CreateReference(etsObject); TEST_F() local
129 SharedReference *ref = CreateReference(etsObject); TEST_F() local
[all...]

Completed in 6 milliseconds

123