Searched refs:GetRawValue (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | graph_comparator.h | 228 … same = static_cast<uint32_t>(c1->GetRawValue()) == static_cast<uint32_t>(c2->GetRawValue()); in Compare() 231 same = c1->GetRawValue() == c2->GetRawValue(); in Compare()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | lowering.cpp | 34 int64_t val = cst->CastToConstant()->GetRawValue(); in ConstantFitsCompareImm() 144 uint64_t val = cst->CastToConstant()->GetRawValue(); in InPlaceLowerIfImm()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 138 JSHandle<JSTaggedValue> value1 = result.GetRawValue(); in JSPlainObjectTest2() 145 JSHandle<JSTaggedValue> value3 = result1.GetRawValue(); in JSPlainObjectTest2() 186 JSHandle<JSTaggedValue> resValue1 = res1.GetRawValue(); in NativeBindingObjectTest2() 189 JSHandle<JSTaggedValue> resValue2 = res2.GetRawValue(); in NativeBindingObjectTest2() 212 JSHandle<JSTaggedValue> resValue1 = res1.GetRawValue(); in NativeBindingObjectTest3() 215 JSHandle<JSTaggedValue> resValue2 = res2.GetRawValue(); in NativeBindingObjectTest3() 218 JSHandle<JSTaggedValue> resValue3 = res3.GetRawValue(); in NativeBindingObjectTest3() 221 JSHandle<JSTaggedValue> resValue4 = res4.GetRawValue(); in NativeBindingObjectTest3() 224 JSHandle<JSTaggedValue> resValue5 = res5.GetRawValue(); in NativeBindingObjectTest3() 227 JSHandle<JSTaggedValue> resValue6 = res6.GetRawValue(); in NativeBindingObjectTest3() [all …]
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | typed_array_helper_test.cpp | 134 EXPECT_EQ(result0.GetRawValue().GetTaggedValue().GetInt(), 127); // 127 : -129 to int8 127 in HWTEST_F_L0() 135 EXPECT_EQ(result1.GetRawValue().GetTaggedValue().GetInt(), -128); // -128 : -128 to int8 -128 in HWTEST_F_L0() 136 EXPECT_EQ(result2.GetRawValue().GetTaggedValue().GetInt(), -128); // -128 : 128 to int8 -128 in HWTEST_F_L0()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.cpp | 349 new_cnst = targetGraph->CreateInstConstant(GetRawValue(), is_support_int32); in Clone()
|
D | graph.cpp | 390 auto existing_const = FindConstant(inst->GetType(), inst->GetRawValue()); in FindOrAddConstant()
|
D | dump.cpp | 272 (*out) << "0x" << std::hex << GetRawValue(); in DumpInputs()
|
D | inst.h | 2030 uint64_t GetRawValue() const in GetRawValue() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 308 JSHandle<JSTaggedValue> GetRawValue() const in GetRawValue() function
|
D | js_serializer.cpp | 974 JSHandle<JSTaggedValue> detachVal = JSObject::GetProperty(thread_, obj, detach).GetRawValue(); in WriteNativeBindingObject() 975 JSHandle<JSTaggedValue> attackVal = JSObject::GetProperty(thread_, obj, attach).GetRawValue(); in WriteNativeBindingObject()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | common.h | 363 CHECK(Constant, GetRawValue) in Compare()
|