Home
last modified time | relevance | path

Searched defs:tagged (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp82 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, length); in CreateBuiltinsDataView() local
133 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, 10); in HWTEST_F_L0() local
165 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
196 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); in HWTEST_F_L0() local
227 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
242 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
271 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
300 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
322 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
344 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
[all …]
Dbuiltins_arraybuffer_test.cpp95 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 5); in HWTEST_F_L0() local
110 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
Dbuiltins_sharedarraybuffer_test.cpp105 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 18); in HWTEST_F_L0() local
119 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local
161 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local
Dbuiltins_atomics_test.cpp527 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 0); in HWTEST_F_L0() local
903 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
934 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h88 …ine JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
128 …line JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
170 …ne JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
186 …e JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
200 …ne JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
208 inline int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
215 inline uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
220 inline int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
228 inline uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
233 inline int8_t JSTaggedValue::ToInt8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt8()
[all …]
Djs_tagged_value.cpp57 …STaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToPropertyKey()
339 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive()
369 …edValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in OrdinaryToPrimitive()
399 JSHandle<JSTaggedValue> tagged(thread, val); in ToString() local
403 …Handle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToString()
450 …JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanonicalNumericIndexString()
469 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject()
901 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex()
1090 JSHandle<JSTaggedValue> JSTaggedValue::ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged) in ToNumeric()
Djs_tagged_number.h162 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
Djs_typed_array.cpp560 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
Djs_object.cpp1534 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp111 …::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged()
187 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
214 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject()
223 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
232 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
242 …FunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in GeneratorFunctionRemoteObject()
252 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
263 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
275 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject()
380 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray()
[all …]
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp695 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
730 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h95 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt64OfTInt() local
112 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetDoubleOfTDouble() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1524 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp784 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1805 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2195 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h605 JSTaggedValue tagged = in ExecuteNative() local