Searched defs:rawValue (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 38 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()
|
| D | template_string.cpp | 51 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 842 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
|
| D | gate_accessor.cpp | 1389 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local 1402 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local
|
| D | stub_builder.cpp | 8176 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/ |
| D | lowering.cpp | 1044 uint64_t rawValue = in LowerStateInst() local 1073 uint64_t rawValue = inputInst->CastToConstant()->GetRawValue(); in LowerReturnInst() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 598 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()
|