Searched defs:rawValue (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 30 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()
|
| D | element_accessor-inl.h | 67 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
|
| D | template_string.cpp | 49 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
|
| D | js_stable_array.cpp | 1025 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/ |
| D | number_speculative_retype.cpp | 1107 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
|
| D | gate_accessor.cpp | 1496 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local 1509 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
|
| D | stub_builder.cpp | 10218 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/ |
| D | lowering.cpp | 1177 uint64_t rawValue = in LowerStateInst() local 1206 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 677 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()
|