Home
last modified time | relevance | path

Searched refs:GetRawValue (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h228 … 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/
Dlowering.cpp34 int64_t val = cst->CastToConstant()->GetRawValue(); in ConstantFitsCompareImm()
144 uint64_t val = cst->CastToConstant()->GetRawValue(); in InPlaceLowerIfImm()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp138 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/
Dtyped_array_helper_test.cpp134 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/
Dinst.cpp349 new_cnst = targetGraph->CreateInstConstant(GetRawValue(), is_support_int32); in Clone()
Dgraph.cpp390 auto existing_const = FindConstant(inst->GetType(), inst->GetRawValue()); in FindOrAddConstant()
Ddump.cpp272 (*out) << "0x" << std::hex << GetRawValue(); in DumpInputs()
Dinst.h2030 uint64_t GetRawValue() const in GetRawValue() function
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h308 JSHandle<JSTaggedValue> GetRawValue() const in GetRawValue() function
Djs_serializer.cpp974 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/
Dcommon.h363 CHECK(Constant, GetRawValue) in Compare()