Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc2535 EXPECT_INS_EQ(pred_get->GetDefaultValue(), value_phi); in TEST_F()
3358 EXPECT_INS_EQ(get->GetDefaultValue(), val); in TEST_F()
3543 EXPECT_INS_EQ(pred_gets[0]->GetDefaultValue(), val_phi); in TEST_F()
4049 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(0), c0); in TEST_F()
4050 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(1), c10); in TEST_F()
6875 HPhi* inst_value_phi = pred_get->GetDefaultValue()->AsPhi(); in TEST_F()
7059 HPhi* inst_value_phi = pred_get->GetDefaultValue()->AsPhi(); in TEST_F()
7670 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(1), c3); in TEST_F()
7774 EXPECT_INS_EQ(pred_get->GetDefaultValue(), c10); in TEST_F()
7979 EXPECT_INS_EQ(pred_get->GetDefaultValue(), c10) in TEST_F()
[all …]
H A Dinstruction_simplifier_test.cc207 EXPECT_INS_EQ(read_end->GetDefaultValue(), val_phi); in TEST_F()
300 EXPECT_INS_EQ(read_end->GetDefaultValue(), c3); in TEST_F()
H A Dload_store_elimination.cc872 HInstruction* GetDefaultValue(DataType::Type type) { in GetDefaultValue() function in art::LSEVisitor
1726 phi_inputs.push_back(GetDefaultValue(type)); in MaterializeNonLoopPhis()
1767 HInstruction* constant = GetDefaultValue(instruction->GetType()); in VisitGetLocation()
1976 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault()
2179 (other_value->IsDefault()) ? GetDefaultValue(type) : other_value->GetInstruction(); in MaterializeLoopPhis()
2241 HInstruction* input = value.IsDefault() ? GetDefaultValue(type) : value.GetInstruction(); in MaterializeLoopPhis()
3703 HInstruction* res = GetDefaultValue(read->GetType()); in GetPartialValueAt()
H A Dnodes.h6259 HInstruction* GetDefaultValue() const {
6269 GetDefaultValue() == other_get->GetDefaultValue();
H A Dinstruction_simplifier.cc951 HInstruction* default_val = pred_get->GetDefaultValue(); in VisitPredicatedInstanceFieldGet()
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp280 string old_value = old_field->GetDefaultValue() ? old_field->GetDefaultValue()->Literal() : ""; in are_compatible_parcelables()
281 string new_value = new_field->GetDefaultValue() ? new_field->GetDefaultValue()->Literal() : ""; in are_compatible_parcelables()
H A Daidl_dumpapi.cpp127 DumpConstantValue(v.GetType(), *v.GetDefaultValue()); in Visit()
H A Dgenerate_rust.cpp527 if (variable->GetDefaultValue()) { in GenerateParcelDefault()
620 if (first_field->GetDefaultValue()) { in GenerateParcelDefault()
H A Dgenerate_java.cpp400 if (!parcel->IsJavaOnlyImmutable() && variable->GetDefaultValue()) { in generate_parcel_class()
428 if (variable->GetDefaultValue()) { in generate_parcel_class()
H A Daidl_language.cpp666 if (GetDefaultValue()) { in HasUsefulDefaultValue()
725 traverse(*GetDefaultValue()); in TraverseChildren()
H A Daidl.cpp711 if (var->GetDefaultValue() && var->ValueString(AidlConstantValueDecorator).empty()) { in load_and_validate_aidl()
H A Dgenerate_ndk.cpp1047 if (variable->GetDefaultValue()) { in GenerateParcelHeader()
H A Daidl_language.h490 const AidlConstantValue* GetDefaultValue() const { return default_value_.get(); }
H A Dgenerate_cpp.cpp1222 if (variable->GetDefaultValue()) { in BuildParcelFields()