Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp30 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
50 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
67 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in FastGet() local
95 JSTaggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind k… in GetTaggedValueWithElementsKind()
126 JSTaggedType ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKi… in ConvertTaggedValueWithElementsKind()
Delement_accessor-inl.h67 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
Dtemplate_string.cpp49 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
Djs_stable_array.cpp1025 return IndexOfElements(elements, options, [](JSTaggedType rawValue) { in IndexOfUndefined()
1062 return IndexOfElements(elements, options, [searchValue](JSTaggedType rawValue) { in IndexOfInt()
1092 return IndexOfElements(elements, options, [](JSTaggedType rawValue) { in IndexOfDouble()
1103 return IndexOfElements(elements, options, [searchValue](JSTaggedType rawValue) { in IndexOfDouble()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1107 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local
1110 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local
1119 int32_t rawValue = value.GetInt(); in TryConvertConstant() local
1122 double rawValue = value.GetDouble(); in TryConvertConstant() local
1137 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstantToInt32() local
1140 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstantToInt32() local
1150 int32_t rawValue = value.GetInt(); in TryConvertConstantToInt32() local
1153 double rawValue = value.GetDouble(); in TryConvertConstantToInt32() local
1725 double rawValue; in GetDoubleValueFromConst() local
2104 int32_t rawValue = acc_.GetInt32FromConstant(int32_cnst); in VisitBigIntConstructor() local
Dgate_accessor.cpp1496 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1509 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
Dstub_builder.cpp10218 GateRef rawValue = GetValueFromMutantTaggedArray(elements, index); in GetTaggedValueWithElementsKind() local
10352 GateRef StubBuilder::SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, in SetValueWithElementsKind()
10473 …r::FastSetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef elements, GateRef rawValue, in FastSetValueWithElementsKind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1177 uint64_t rawValue = in LowerStateInst() local
1206 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp677 void RuntimeStubs::Dump(JSTaggedType rawValue) in Dump()
686 void RuntimeStubs::DebugDump(JSTaggedType rawValue) in DebugDump()
692 void RuntimeStubs::DumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DumpWithHint()
701 void RuntimeStubs::DebugDumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DebugDumpWithHint()
707 LOG_ECMA(DEBUG) << [](const char *hintStr, JSTaggedType rawValue) { in DebugDumpWithHint()