Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp34 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
50 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
59 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in FastGet() local
87 JSTaggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind k… in GetTaggedValueWithElementsKind()
118 JSTaggedType ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKi… in ConvertTaggedValueWithElementsKind()
Delement_accessor-inl.h65 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
Dtemplate_string.cpp49 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1080 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local
1084 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local
1093 int32_t rawValue = value.GetInt(); in TryConvertConstant() local
1097 double rawValue = value.GetDouble(); in TryConvertConstant() local
1112 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstantToInt32() local
1115 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstantToInt32() local
1125 int32_t rawValue = value.GetInt(); in TryConvertConstantToInt32() local
1128 double rawValue = value.GetDouble(); in TryConvertConstantToInt32() local
1689 double rawValue; in GetDoubleValueFromConst() local
2071 int32_t rawValue = acc_.GetInt32FromConstant(int32_cnst); in VisitBigIntConstructor() local
Dgate_accessor.cpp1450 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1463 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
Dstub_builder.cpp9337 GateRef rawValue = GetValueFromMutantTaggedArray(elements, index); in GetTaggedValueWithElementsKind() local
9389 GateRef StubBuilder::SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, in SetValueWithElementsKind()
9501 void StubBuilder::FastSetValueWithElementsKind(GateRef glue, GateRef elements, GateRef rawValue, in FastSetValueWithElementsKind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1186 uint64_t rawValue = in LowerStateInst() local
1215 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp720 void RuntimeStubs::Dump(JSTaggedType rawValue) in Dump()
725 void RuntimeStubs::DebugDump(JSTaggedType rawValue) in DebugDump()
730 void RuntimeStubs::DumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DumpWithHint()
738 void RuntimeStubs::DebugDumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DebugDumpWithHint()
743 LOG_ECMA(DEBUG) << [](const char *hintStr, JSTaggedType rawValue) { in DebugDumpWithHint()