Home
last modified time | relevance | path

Searched defs:tagged (Results 1 – 23 of 23) 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.h85 inline JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, JSTaggedValue tagged) in ToNumber()
127 …ine JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
132 …line JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
174 …ne JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
190 …e JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
204 …ne JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
212 inline int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
219 inline uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
224 inline int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
232 inline uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
[all …]
Djs_tagged_value.cpp61 …STaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToPropertyKey()
434 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive()
465 …edValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in OrdinaryToPrimitive()
496 JSHandle<JSTaggedValue> tagged(thread, val); in ToString() local
500 …Handle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToString()
551 …ring> JSTaggedValue::NativePointerToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in NativePointerToString()
562 …JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanonicalNumericIndexString()
582 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject()
1067 bool JSTaggedValue::CanBeHeldWeakly(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanBeHeldWeakly()
1086 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex()
[all …]
Djs_tagged_number.h165 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
Djs_typed_array.cpp612 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
Djs_object.cpp2033 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 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
281 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject()
290 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
300 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
311 …FunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in GeneratorFunctionRemoteObject()
322 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
334 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
347 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h90 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt64OfTInt() local
96 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt32OfTInt() local
108 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetDoubleOfTDouble() local
115 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetBooleanOfTBoolean() local
Dstub_builder.cpp7729 GateRef StubBuilder::ToNumber(GateRef glue, GateRef tagged) in ToNumber()
/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/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.h1059 void SetFormalWordsTypeTagged(uint8 *tagged) in SetFormalWordsTypeTagged()
1072 void SetLocalWordsTypeTagged(uint8 *tagged) in SetLocalWordsTypeTagged()
/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.cpp1608 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp297 int32_t DebuggerApi::GetObjectHash(const EcmaVM *ecmaVM, const JSHandle<JSTaggedValue> &tagged) in GetObjectHash()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h151 JSTaggedValue tagged = JSFunction::Call(info); in RuntimeInstanceofByHandler() local
2058 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
Druntime_stubs.cpp740 JSHandle<JSObject> tagged = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
770 …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.cpp269 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h637 JSTaggedValue tagged = in ExecuteNative() local