Searched defs:rawValue (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| 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 k… in GetTaggedValueWithElementsKind() 118 JSTaggedType ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKi… in ConvertTaggedValueWithElementsKind()
|
| D | element_accessor-inl.h | 65 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
|
| D | template_string.cpp | 49 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1080 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
|
| D | gate_accessor.cpp | 1450 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local 1463 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
|
| D | stub_builder.cpp | 9337 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/ |
| D | lowering.cpp | 1186 uint64_t rawValue = in LowerStateInst() local 1215 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 720 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()
|