Home
last modified time | relevance | path

Searched refs:type (Results 226 – 250 of 521) sorted by relevance

12345678910>>...21

/art/test/459-dead-phi/smali/
DEquivalentPhi.smali23 # rightly become a float after type propagation.
36 # for v3 with float type, which in turn will lead to creating
37 # a phi equivalent for v2 of type float. We used to forget to
/art/test/726-array-store/
Dinfo.txt1 Regression test on storing an invalid type into an array.
/art/runtime/
Dentrypoints_order_test.cc42 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \ argument
43 EXPECT_OFFSET_DIFF(type, first_field, type, second_field, diff, \
44 type ## _ ## first_field ## _ ## second_field)
48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
49 EXPECT_OFFSET_DIFF(type, prefix . first_field, type, prefix . second_field, diff, /* NOLINT */ \
50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
59 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ argument
60 EXPECT_OFFSET_DIFF_GT(type, first_field, type, second_field, diff, name)
/art/test/979-const-method-handle/
Dinfo.txt1 This test checks const-method-handle and const-method-type bytecodes.
/art/test/173-missing-field-type/
Dinfo.txt1 Tests handling of fields where the field type is missing (b/79751666).
/art/test/554-checker-rtp-checkcast/
Dinfo.txt1 Tests that phis with check-casted reference type inputs are typed.
/art/libartbase/base/
Dstl_util_identity.h36 using type = T; member
/art/test/1940-ddms-ext/
Dddm_ext.cc41 DdmCallbackData(jint type, jint size, jbyte* data) : type_(type), data_(data, data + size) {} in DdmCallbackData()
81 jint type = env->GetIntField(chunk, type_field_id); in Java_art_Test1940_processChunk() local
94 type, in Java_art_Test1940_processChunk()
159 static void JNICALL PublishCB(jvmtiEnv* jvmti, jint type, jint size, jbyte* bytes) { in PublishCB() argument
163 data->callbacks_received.emplace(type, size, bytes); in PublishCB()
Dexpected.txt24 Expected chunk type published: 1213221190
25 Expected chunk type published: 1297109829
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc91 DataType::Type type = mul->GetType(); in TryCombineMultiplyAccumulate() local
95 if (type != DataType::Type::kInt32) { in TryCombineMultiplyAccumulate()
100 if (!DataType::IsIntOrLongType(type)) { in TryCombineMultiplyAccumulate()
140 new (allocator) HMultiplyAccumulate(type, in TryCombineMultiplyAccumulate()
153 new (allocator) HMultiplyAccumulate(type, in TryCombineMultiplyAccumulate()
155 mul->GetBlock()->GetGraph()->GetConstant(type, 0), in TryCombineMultiplyAccumulate()
Dintrinsics_arm64.cc237 DataType::Type type, in GenReverseBytes() argument
242 switch (type) { in GenReverseBytes()
249 __ Rev(RegisterFrom(out, type), RegisterFrom(in, type)); in GenReverseBytes()
252 LOG(FATAL) << "Unexpected size for reverse-bytes: " << type; in GenReverseBytes()
282 DataType::Type type, in GenNumberOfLeadingZeros() argument
284 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in GenNumberOfLeadingZeros()
289 __ Clz(RegisterFrom(out, type), RegisterFrom(in, type)); in GenNumberOfLeadingZeros()
309 DataType::Type type, in GenNumberOfTrailingZeros() argument
311 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in GenNumberOfTrailingZeros()
316 __ Rbit(RegisterFrom(out, type), RegisterFrom(in, type)); in GenNumberOfTrailingZeros()
[all …]
/art/test/800-smali/smali/
Db_27799205_1.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_2.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
/art/dexdump/
Ddexdump.cc480 static void dumpEncodedValue(const DexFile* pDexFile, const u1** data, u1 type, u1 arg) { in dumpEncodedValue() argument
481 switch (type) { in dumpEncodedValue()
1621 const char* type = nullptr; in dumpMethodHandle() local
1626 type = "put-static"; in dumpMethodHandle()
1631 type = "get-static"; in dumpMethodHandle()
1636 type = "put-instance"; in dumpMethodHandle()
1641 type = "get-instance"; in dumpMethodHandle()
1646 type = "invoke-static"; in dumpMethodHandle()
1651 type = "invoke-instance"; in dumpMethodHandle()
1656 type = "invoke-constructor"; in dumpMethodHandle()
[all …]
/art/test/536-checker-needs-access-check/
Dinfo.txt1 Verifies that we don't remove type checks when we need to check for access rights.
/art/tools/veridex/
Dflow_analysis.h52 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue() argument
53 : source_(source), value_(0), reference_(reference), type_(type) {} in RegisterValue()
58 const VeriClass* type) in RegisterValue() argument
59 : source_(source), value_(value), reference_(reference), type_(type) {} in RegisterValue()
/art/test/585-inline-unresolved/
Dinfo.txt2 a method whose return type is unresolved.
/art/test/581-rtp/
Dinfo.txt1 Regression test for the reference type propagation pass
/art/test/592-checker-regression-bool-input/
Dinfo.txt2 type of a boolean input.
/art/test/531-regression-debugphi/
Dinfo.txt2 the same type, prohibited by SSAChecker.
/art/libelffile/dwarf/
Ddebug_abbrev_writer.h59 void AddAbbrevAttribute(Attribute name, Form type) { in AddAbbrevAttribute() argument
61 EncodeUnsignedLeb128(&current_abbrev_, type); in AddAbbrevAttribute()
/art/test/521-checker-array-set-null/
Dinfo.txt2 optimizations to remove type checks on array set operations work.
/art/test/2023-InvariantLoops_typecast/
Dinfo.txt2 In this case type casts are not sunk/hoisted.
/art/test/689-multi-catch/
Dinfo.txt2 to wrongly type an exception in a multi-catch handler.
/art/test/698-selects/
Dinfo.txt2 assumptions on what could be of a boolean type.

12345678910>>...21