Home
last modified time | relevance | path

Searched defs:tagged (Results 1 – 20 of 20) 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.cpp525 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 0); in HWTEST_F_L0() local
899 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
930 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h87 …ine JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
127 …line JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
169 …ne JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
185 …e JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
199 …ne JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
207 inline int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
214 inline uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
219 inline int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
227 inline uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
232 inline int8_t JSTaggedValue::ToInt8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt8()
[all …]
Djs_tagged_value.cpp59 …STaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToPropertyKey()
347 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive()
377 …edValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in OrdinaryToPrimitive()
408 JSHandle<JSTaggedValue> tagged(thread, val); in ToString() local
412 …Handle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToString()
459 …JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanonicalNumericIndexString()
478 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject()
958 bool JSTaggedValue::CanBeHeldWeakly(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanBeHeldWeakly()
977 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex()
1206 JSHandle<JSTaggedValue> JSTaggedValue::ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged) in ToNumeric()
Djs_tagged_number.h165 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
Djs_typed_array.cpp602 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
Djs_object.cpp1767 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp113 …::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged()
234 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
261 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject()
270 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
279 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
289 …FunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in GeneratorFunctionRemoteObject()
299 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
310 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
322 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject()
472 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
Dassembler_emitter_test.cpp783 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
824 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h110 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt64OfTInt() local
116 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt32OfTInt() local
128 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetDoubleOfTDouble() local
135 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetBooleanOfTBoolean() local
Dstub_builder.cpp6110 GateRef StubBuilder::ToNumber(GateRef glue, GateRef tagged) in ToNumber()
/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/snapshot/mem/
Dsnapshot_processor.cpp1596 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h147 JSTaggedValue tagged = JSFunction::Call(info); in RuntimeInstanceofByHandler() local
1871 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
Druntime_stubs.cpp2077 JSTaggedValue tagged = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2939 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h616 JSTaggedValue tagged = in ExecuteNative() local