Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp38 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
54 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() local
82 JSTaggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind k… in GetTaggedValueWithElementsKind()
111 JSTaggedType ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKi… in ConvertTaggedValueWithElementsKind()
Dtemplate_string.cpp51 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp842 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local
846 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local
855 int32_t rawValue = value.GetInt(); in TryConvertConstant() local
859 double rawValue = value.GetDouble(); in TryConvertConstant() local
Dgate_accessor.cpp1389 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1402 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
Dstub_builder.cpp8176 GateRef rawValue = GetValueFromMutantTaggedArray(elements, index); in GetTaggedValueWithElementsKind() local
8228 GateRef StubBuilder::SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, in SetValueWithElementsKind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1044 uint64_t rawValue = in LowerStateInst() local
1073 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp598 void RuntimeStubs::Dump(JSTaggedType rawValue) in Dump()
607 void RuntimeStubs::DebugDump(JSTaggedType rawValue) in DebugDump()
612 void RuntimeStubs::DumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DumpWithHint()
620 void RuntimeStubs::DebugDumpWithHint(uintptr_t hintStrAddress, JSTaggedType rawValue) in DebugDumpWithHint()
625 LOG_ECMA(DEBUG) << [](const char *hintStr, JSTaggedType rawValue) { in DebugDumpWithHint()