Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeReference.h25 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference()
/arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/
Dbooleanrefnewbool_fuzzer.cpp36 [[maybe_unused]] Local<BooleanRef> ref = BooleanRef::New(vm, input); in BooleanRefNewBoolFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
Dpttypesremoteobjectgetvalue_fuzzer.cpp36 Local<JSValueRef> ref = obj.GetValue(); in PtTypesRemoteObjectGetValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h107 static void FreeGlobalCallBack(void* ref) in FreeGlobalCallBack()
113 static void NativeFinalizeCallBack(void* ref) in NativeFinalizeCallBack()
/arkcompiler/ets_runtime/test/fuzztest/int8arrayrefnew_fuzzer/
Dint8arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int8ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/
Dbigint64arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in BigInt64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefnew_fuzzer/
Duint32arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8arrayrefnew_fuzzer/
Duint8arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint8ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dataviewrefnew_fuzzer/
Ddataviewrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in DataViewRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/float32arrayrefnew_fuzzer/
Dfloat32arrayrefnew_fuzzer.cpp48 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Float32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biguint64arrayrefnew_fuzzer/
Dbiguint64arrayrefnew_fuzzer.cpp46 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in BigUint64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint16arrayrefnew_fuzzer/
Duint16arrayrefnew_fuzzer.cpp46 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/int16arrayrefnew_fuzzer/
Dint16arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/float64arrayrefnew_fuzzer/
Dfloat64arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Float64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8clampedarrayrefnew_fuzzer/
Duint8clampedarrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Uint8ClampedArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/int32arrayrefnew_fuzzer/
Dint32arrayrefnew_fuzzer.cpp47 Local<ArrayBufferRef> ref = ArrayBufferRef::New(vm, input); in Int32ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.h80 …ne void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTaggedType *ref, in RecordWeakReference()
Dparallel_marker-inl.h127 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference()
322 inline void SemiGCMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference()
408 inline void CompressGCMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp67 LReference ref = LReference::CreateLRef(pg, param, true); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcorrelatedUnions.ts490 const ref: MyObj = { constant
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp713 for (auto& ref : namedGroupReferences_) { in ValidateNamedGroupReferences() local
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h174 void SetReference(void *ref) in SetReference()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1587 void CopyableGlobal<T>::SetWeakCallback(void *ref, WeakRefClearCallBack freeGlobalCallBack, in SetWeakCallback()
1638 void Global<T>::SetWeakCallback(void *ref, WeakRefClearCallBack freeGlobalCallBack, in SetWeakCallback()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp85 JSPrimitiveRef *ref = JSPrimitiveRef::Cast(value.GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h545 IrConstructor &ref() // NOLINT(readability-identifier-naming) in ref() function

12