Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp49 JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
H A 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 kind) in GetTaggedValueWithElementsKind() argument
118 ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKind kind) ConvertTaggedValueWithElementsKind() argument
[all...]
H A Delement_accessor-inl.h65 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp1177 uint64_t rawValue = in LowerStateInst() local
1206 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp1082 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 Dgate_accessor.cpp1478 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1491 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
H A Dstub_builder.cpp9373 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 Druntime_stubs.cpp657 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...]

Completed in 30 milliseconds