Home
last modified time | relevance | path

Searched defs:tagged (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_arraybuffer_test.cpp54 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsArrayBuffer(thread, 5); in HWTEST_F_L0() local
69 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
H A Dbuiltins_sharedarraybuffer_test.cpp65 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 18); in HWTEST_F_L0() local
79 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local
121 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local
H A Dbuiltins_sendable_arraybuffer_test.cpp35 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 10); in SendableArrayBufferSliceTest() local
88 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); in HWTEST_F_L0() local
104 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); in HWTEST_F_L0() local
154 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
171 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 10); in HWTEST_F_L0() local
266 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); HWTEST_F_L0() local
277 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); HWTEST_F_L0() local
311 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); HWTEST_F_L0() local
351 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 6); HWTEST_F_L0() local
[all...]
H A Dbuiltins_atomics_test.cpp401 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 0); in HWTEST_F_L0() local
619 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
638 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
H A Dbuiltins_dataview_test.cpp171 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, length); in CreateBuiltinsDataView() local
198 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, 10); in HWTEST_F_L0() local
230 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
252 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); in HWTEST_F_L0() local
273 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
283 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
298 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
312 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); // 8: data len GetCommonInt32() local
342 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
355 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
367 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
383 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 12, 0); HWTEST_F_L0() local
402 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
417 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
432 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
448 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 4, 0); HWTEST_F_L0() local
462 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); HWTEST_F_L0() local
477 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); BigInt64Common() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_number.h166 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble() argument
H A Djs_typed_array.cpp643 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber() argument
[all...]
H A Djs_tagged_value.cpp82 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, JSTaggedValue tagged) in ToNumber() argument
124 ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToNumber() argument
129 ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToBigInt() argument
171 ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToBigInt64() argument
187 ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToBigUint64() argument
201 ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToInteger() argument
209 ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToInt32() argument
216 ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToUint32() argument
221 ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToInt16() argument
229 ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToUint16() argument
234 ToInt8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToInt8() argument
242 ToUint8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToUint8() argument
247 ToUint8Clamp(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToUint8Clamp() argument
263 ToLength(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToLength() argument
277 RequireObjectCoercible(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, const char *message) RequireObjectCoercible() argument
308 ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToPropertyKey() argument
752 ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, PreferredPrimitiveType type) ToPrimitive() argument
783 OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, PreferredPrimitiveType type) OrdinaryToPrimitive() argument
818 ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToString() argument
869 NativePointerToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) NativePointerToString() argument
880 CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) CanonicalNumericIndexString() argument
900 ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToObject() argument
1387 CanBeHeldWeakly(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) CanBeHeldWeakly() argument
1406 ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) ToIndex() argument
1428 ToArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, uint32_t *output) ToArrayLength() argument
1667 StringToNumber(JSTaggedValue tagged) StringToNumber() argument
1696 ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged) ToNumeric() argument
[all...]
H A Djs_tagged_value-inl.h1385 inline JSTaggedNumber JSTaggedValue::StringToDouble(JSTaggedValue tagged) in StringToDouble() argument
H A Djs_object.cpp2185 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_value_test.cpp674 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString() argument
/arkcompiler/runtime_core/assembler/tests/
H A 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
H A Dassembler_emitter_test.cpp822 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in HWTEST_F() local
1223 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in HWTEST_F() local
1287 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in HWTEST_F() local
1349 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp704 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
739 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h140 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt64OfTInt() local
146 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt32OfTInt() local
187 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetDoubleOfTDouble() local
194 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetBooleanOfTBoolean() local
H A Dstub_builder.cpp8834 GateRef StubBuilder::ToNumber(GateRef glue, GateRef tagged) in ToNumber() argument
8860 GateRef StubBuilder::ToIndex(GateRef glue, GateRef tagged) in ToIndex() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1587 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queue, in SerializeTaggedField() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp287 int32_t DebuggerApi::GetObjectHash(const EcmaVM *ecmaVM, const JSHandle<JSTaggedValue> &tagged) in GetObjectHash() argument
304 void DebuggerApi::GetObjectClassName(const EcmaVM *ecmaVM, Local<JSValueRef> &tagged, std::string &className) in GetObjectClassName() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h159 JSTaggedValue tagged = JSFunction::Call(info); in RuntimeInstanceofByHandler() local
H A Druntime_stubs.cpp803 JSHandle<JSObject> tagged = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
833 JSHandle<JSTaggedValue> tagged = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp627 JSTaggedValue tagged; in ExecuteNative() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp116 std::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged() argument
240 AppendingHashToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, std::string &description) AppendingHashToDescription() argument
254 AppendingSendableDescription(Local<JSValueRef> tagged, std::string &description) AppendingSendableDescription() argument
261 ResolveClassNameToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) ResolveClassNameToDescription() argument
271 PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) PrimitiveRemoteObject() argument
303 StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) StringRemoteObject() argument
313 SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) SymbolRemoteObject() argument
325 FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) FunctionRemoteObject() argument
338 GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) GeneratorFunctionRemoteObject() argument
351 ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, const std::string &classname) ObjectRemoteObject() argument
365 ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, const std::string &classname, const std::string &subtype) ObjectRemoteObject() argument
380 DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) DescriptionForObject() argument
533 DescriptionForNativePointer(const Local<NativePointerRef> &tagged) DescriptionForNativePointer() argument
541 DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) DescriptionForArray() argument
547 DescriptionForRegexp(const EcmaVM *ecmaVm, Local<RegExpRef> tagged) DescriptionForRegexp() argument
554 DescriptionForDate(const EcmaVM *ecmaVm, Local<DateRef> tagged) DescriptionForDate() argument
560 DescriptionForMap(const EcmaVM *ecmaVm, Local<MapRef> tagged) DescriptionForMap() argument
606 DescriptionForWeakMap(const EcmaVM *ecmaVm, Local<WeakMapRef> tagged) DescriptionForWeakMap() argument
650 DescriptionForSet(const EcmaVM *ecmaVm, Local<SetRef> tagged) DescriptionForSet() argument
685 DescriptionForWeakSet(const EcmaVM *ecmaVm, Local<WeakSetRef> tagged) DescriptionForWeakSet() argument
718 DescriptionForDataView(Local<DataViewRef> tagged) DescriptionForDataView() argument
724 DescriptionForError(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) DescriptionForError() argument
757 DescriptionForArrayBuffer(const EcmaVM *ecmaVm, Local<ArrayBufferRef> tagged) DescriptionForArrayBuffer() argument
764 DescriptionForSharedArrayBuffer(const EcmaVM *ecmaVm, Local<ArrayBufferRef> tagged) DescriptionForSharedArrayBuffer() argument
771 DescriptionForUint8Array(const EcmaVM *ecmaVm, Local<TypedArrayRef> tagged) DescriptionForUint8Array() argument
778 DescriptionForInt8Array(const EcmaVM *ecmaVm, Local<TypedArrayRef> tagged) DescriptionForInt8Array() argument
785 DescriptionForInt16Array(const EcmaVM *ecmaVm, Local<TypedArrayRef> tagged) DescriptionForInt16Array() argument
792 DescriptionForInt32Array(const EcmaVM *ecmaVm, Local<TypedArrayRef> tagged) DescriptionForInt32Array() argument
799 DescriptionForPrimitiveNumber(const EcmaVM *ecmaVm, const Local<JSValueRef> &tagged) DescriptionForPrimitiveNumber() argument
806 DescriptionForPrimitiveString(const EcmaVM *ecmaVm, const Local<JSValueRef> &tagged) DescriptionForPrimitiveString() argument
813 DescriptionForPrimitiveBoolean(const EcmaVM *ecmaVm, const Local<JSValueRef> &tagged) DescriptionForPrimitiveBoolean() argument
820 DescriptionForGeneratorObject(const EcmaVM *ecmaVm, const Local<JSValueRef> &tagged) DescriptionForGeneratorObject() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_function.h1015 void SetFormalWordsTypeTagged(uint8 *tagged) in SetFormalWordsTypeTagged() argument
1028 void SetLocalWordsTypeTagged(uint8 *tagged) in SetLocalWordsTypeTagged() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp248 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
266 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in Uint32Value() local
282 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); Int32Value() local
[all...]

Completed in 90 milliseconds