Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
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); in HWTEST_F_L0() local
298 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
312 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); // 8: data len in GetCommonInt32() local
342 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
355 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
[all …]
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); in HWTEST_F_L0() local
277 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); in HWTEST_F_L0() local
311 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 5); in HWTEST_F_L0() local
351 JSTaggedValue tagged = BuiltTestUtil::CreateBuiltinsSendableArrayBuffer(thread, 6); in HWTEST_F_L0() local
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
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
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
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp82 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, JSTaggedValue tagged) in ToNumber()
124 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
129 JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
171 JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
187 JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
201 JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
209 int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
216 uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
221 int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
229 uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
[all …]
Djs_tagged_number.h166 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
Djs_typed_array.cpp643 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
Djs_tagged_value-inl.h1385 inline JSTaggedNumber JSTaggedValue::StringToDouble(JSTaggedValue tagged) in StringToDouble()
Djs_object.cpp2173 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp116 …::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged()
240 void RemoteObject::AppendingHashToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in AppendingHashToDescription()
254 void RemoteObject::AppendingSendableDescription(Local<JSValueRef> tagged, std::string &description) in AppendingSendableDescription()
261 …:string RemoteObject::ResolveClassNameToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in ResolveClassNameToDescription()
271 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
303 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject()
313 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
325 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
338 …FunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in GeneratorFunctionRemoteObject()
351 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
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
Dstub_builder.cpp8841 GateRef StubBuilder::ToNumber(GateRef glue, GateRef tagged) in ToNumber()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp822 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
1223 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
1287 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
1349 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); variable
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/runtime_core/static_core/assembler/tests/
Demitter_test.cpp701 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
736 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1054 void SetFormalWordsTypeTagged(uint8 *tagged) in SetFormalWordsTypeTagged()
1067 void SetLocalWordsTypeTagged(uint8 *tagged) in SetLocalWordsTypeTagged()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp287 int32_t DebuggerApi::GetObjectHash(const EcmaVM *ecmaVM, const JSHandle<JSTaggedValue> &tagged) in GetObjectHash()
304 void DebuggerApi::GetObjectClassName(const EcmaVM *ecmaVM, Local<JSValueRef> &tagged, std::string &… in GetObjectClassName()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1587 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp670 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h159 JSTaggedValue tagged = JSFunction::Call(info); in RuntimeInstanceofByHandler() local
2228 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
Druntime_stubs.cpp863 JSHandle<JSObject> tagged = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
893 …JSHandle<JSTaggedValue> tagged = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp242 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
260 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in Uint32Value() local
276 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in Int32Value() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp627 JSTaggedValue tagged; in ExecuteNative() local