/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_dataview_test.cpp | 82 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 …]
|
D | builtins_arraybuffer_test.cpp | 95 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 5); in HWTEST_F_L0() local 110 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
|
D | builtins_sharedarraybuffer_test.cpp | 105 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
|
D | builtins_atomics_test.cpp | 525 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/ |
D | js_tagged_value-inl.h | 85 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 …]
|
D | js_tagged_value.cpp | 61 …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 …]
|
D | js_tagged_number.h | 165 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
|
D | js_typed_array.cpp | 612 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
|
D | js_object.cpp | 2033 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 116 …::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/ |
D | lcr_circuit_builder.h | 90 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
|
D | stub_builder.cpp | 7729 GateRef StubBuilder::ToNumber(GateRef glue, GateRef tagged) in ToNumber()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | emitter_test.cpp | 695 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
|
D | assembler_emitter_test.cpp | 783 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/ |
D | emitter_test.cpp | 701 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/ |
D | mir_function.h | 1059 void SetFormalWordsTypeTagged(uint8 *tagged) in SetFormalWordsTypeTagged() 1072 void SetLocalWordsTypeTagged(uint8 *tagged) in SetLocalWordsTypeTagged()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | tagged_value_test.cpp | 784 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1608 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 297 int32_t DebuggerApi::GetObjectHash(const EcmaVM *ecmaVM, const JSHandle<JSTaggedValue> &tagged) in GetObjectHash()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 151 JSTaggedValue tagged = JSFunction::Call(info); in RuntimeInstanceofByHandler() local 2058 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
|
D | runtime_stubs.cpp | 740 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/ |
D | jsnapi_expo.cpp | 269 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 637 JSTaggedValue tagged = in ExecuteNative() local
|