Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp30 …JSTaggedType rawValue = Barriers::GetTaggedValue(thread, elements, TaggedArray::DATA_OFFSET + offs… in Get() local
50 JSTaggedType rawValue = Barriers::GetTaggedValue(thread, elements->GetData(), offset); in Get() local
68 JSTaggedType rawValue = Barriers::GetTaggedValue(thread, elements->GetData(), offset); in FastGet() local
96 JSTaggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind k… in GetTaggedValueWithElementsKind()
127 JSTaggedType ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKi… in ConvertTaggedValueWithElementsKind()
Delement_accessor-inl.h68 JSTaggedValue rawValue = value.GetTaggedValue(); in FastSet() local
Dtemplate_string.cpp49 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
Ddependent_infos.cpp80 … JSTaggedValue rawValue = dependentInfos->Get(thread, i + FUNCTION_SLOT_OFFSET).GetWeakRawValue(); in TriggerLazyDeoptimization() local
Djs_stable_array.cpp1028 … [](JSTaggedType rawValue) { return rawValue == base::SPECIAL_HOLE; }); in IndexOfUndefined()
1063 return IndexOfElements(thread, elements, options, [searchValue](JSTaggedType rawValue) { in IndexOfInt()
1094 return IndexOfElements(thread, elements, options, [](JSTaggedType rawValue) { in IndexOfDouble()
1104 return IndexOfElements(thread, elements, options, [searchValue](JSTaggedType rawValue) { in IndexOfDouble()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1013 uint64_t rawValue = acc_.GetConstantValue(gate); in TryConvertConstantToBool() local
1023 int32_t rawValue = value.GetInt(); in TryConvertConstantToBool() local
1161 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local
1164 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local
1173 int32_t rawValue = value.GetInt(); in TryConvertConstant() local
1176 double rawValue = value.GetDouble(); in TryConvertConstant() local
1191 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstantToInt32() local
1194 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstantToInt32() local
1204 int32_t rawValue = value.GetInt(); in TryConvertConstantToInt32() local
1207 double rawValue = value.GetDouble(); in TryConvertConstantToInt32() local
[all …]
Dconstant_folding.cpp255 uint64_t rawValue = acc_.GetConstantValue(input); in VisitREV() local
Dgate_accessor.cpp1518 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1531 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
Dstub_builder.cpp10929 GateRef rawValue = GetValueFromMutantTaggedArray(elements, index); in GetTaggedValueWithElementsKind() local
11063 GateRef StubBuilder::SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, in SetValueWithElementsKind()
11184 …r::FastSetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef elements, GateRef rawValue, in FastSetValueWithElementsKind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1211 uint64_t rawValue = in LowerStateInst() local
1240 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp693 void RuntimeStubs::Dump(JSTaggedType rawValue) in Dump()
702 void RuntimeStubs::DebugDump(JSTaggedType rawValue) in DebugDump()
708 void RuntimeStubs::DumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DumpWithHint()
717 void RuntimeStubs::DebugDumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DebugDumpWithHint()
723 LOG_ECMA(DEBUG) << [](const char *hintStr, JSTaggedType rawValue) { in DebugDumpWithHint()