| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_string.cpp | 49 JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
|
| H A D | element_accessor.cpp | 34 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 kind) in GetTaggedValueWithElementsKind() argument 118 ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKind kind) ConvertTaggedValueWithElementsKind() argument [all...] |
| H A D | element_accessor-inl.h | 65 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.cpp | 1177 uint64_t rawValue = in LowerStateInst() local 1206 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_speculative_retype.cpp | 1082 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local 1086 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local 1095 int32_t rawValue = value.GetInt(); in TryConvertConstant() local 1099 double rawValue = value.GetDouble(); in TryConvertConstant() local 1114 int32_t rawValue = acc_.GetInt32FromConstant(gate); TryConvertConstantToInt32() local 1117 double rawValue = acc_.GetFloat64FromConstant(gate); TryConvertConstantToInt32() local 1127 int32_t rawValue = value.GetInt(); TryConvertConstantToInt32() local 1130 double rawValue = value.GetDouble(); TryConvertConstantToInt32() local 1691 double rawValue; GetDoubleValueFromConst() local 2073 int32_t rawValue = acc_.GetInt32FromConstant(int32_cnst); VisitBigIntConstructor() local [all...] |
| H A D | gate_accessor.cpp | 1478 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local 1491 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
|
| H A D | stub_builder.cpp | 9373 GateRef rawValue = GetValueFromMutantTaggedArray(elements, index); in GetTaggedValueWithElementsKind() local 9507 GateRef StubBuilder::SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, in SetValueWithElementsKind() argument 9619 FastSetValueWithElementsKind(GateRef glue, GateRef elements, GateRef rawValue, GateRef index, ElementsKind kind) FastSetValueWithElementsKind() argument 9627 SetValueToTaggedArray(VariableType::INT64(), glue, elements, index, rawValue); FastSetValueWithElementsKind() local 9635 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, rawValue); FastSetValueWithElementsKind() local 9640 SetValueToTaggedArray(VariableType::INT64(), glue, elements, index, rawValue); FastSetValueWithElementsKind() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 657 void RuntimeStubs::Dump(JSTaggedType rawValue) in Dump() argument 665 void RuntimeStubs::DebugDump(JSTaggedType rawValue) in DebugDump() argument 667 DebugDumpWithHint(reinterpret_cast<uintptr_t>(nullptr), rawValue); in DebugDump() local 670 void RuntimeStubs::DumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DumpWithHint() argument 678 void RuntimeStubs::DebugDumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DebugDumpWithHint() argument [all...] |