Home
last modified time | relevance | path

Searched refs:a (Results 701 – 725 of 1121) sorted by relevance

1...<<21222324252627282930>>...45

/art/test/VerifierDeps/
DMySub1SoftVerificationFailure.smali5 # You may obtain a copy of the License at
DMyClassWithNoSuper.smali5 # You may obtain a copy of the License at
DMySub2SoftVerificationFailure.smali5 # You may obtain a copy of the License at
DMyClassExtendingInterface.smali5 # You may obtain a copy of the License at
DMyResult.smali5 # You may obtain a copy of the License at
DMySocketTimeoutException.smali5 # You may obtain a copy of the License at
DMySSLSocket.smali5 # You may obtain a copy of the License at
/art/test/030-bad-finalizer/
Dinfo.txt2 this situation and abort the VM (so you will likely see a stacktrace like
/art/test/166-bad-interface-super/jasmin/
DBadSuper2.j5 ; You may obtain a copy of the License at
/art/test/HiddenApiStubs/
DHiddenApi6 * You may obtain a copy of the License at
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali6 # * You may obtain a copy of the License at
/art/test/907-get-loaded-classes/src/art/
DTest907.java32 A a = new A(); in doTest() local
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali5 # You may obtain a copy of the License at
66 # this caused out-of-range access triggering a DCHECK() in dchecked_vector<>.
/art/compiler/driver/
Dcompiler_options_map.def6 * You may obtain a copy of the License at
30 // If a default value is omitted here, T{} is used as the default value, which is
/art/compiler/optimizing/
Dreference_type_propagation_test.cc47 ReferenceTypeInfo MergeTypes(const ReferenceTypeInfo& a, in MergeTypes() argument
49 return propagation_->MergeTypes(a, b, graph_->GetHandleCache()); in MergeTypes()
Dinduction_var_range.cc49 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul() argument
50 if (a > 0 && b > 0 && a > (std::numeric_limits<int64_t>::max() / b)) { in SafeMul()
53 return a * b; in SafeMul()
581 int64_t a = 0; in GetPolynomial() local
583 if (IsConstant(info->op_a->op_a, kExact, &a) && CanLongValueFitIntoInt(a) && a >= 0 && in GetPolynomial()
593 Value x = MulValue(Value(a), t); in GetPolynomial()
607 int64_t a = 0; in GetGeometric() local
609 if (IsConstant(info->op_a, kExact, &a) && in GetGeometric()
610 CanLongValueFitIntoInt(a) && in GetGeometric()
614 const bool is_min_a = a >= 0 ? is_min : !is_min; in GetGeometric()
[all …]
Dinduction_var_range.h47 Value(HInstruction* i, int32_t a, int32_t b) in Value()
48 : instruction(a != 0 ? i : nullptr), a_constant(a), b_constant(b), is_known(true) {} in Value()
/art/test/958-methodhandle-stackframe/src-art/
DMain.java28 public static void testDelegate_allTypes(boolean z, char a, short b, int c, long d, in testDelegate_allTypes() argument
31 System.out.println("char: " + a); in testDelegate_allTypes()
/art/runtime/base/
Dtiming_logger.h53 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator()
54 return a->Name() < b->Name(); in operator()
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_java.py92 tops = set(filter(lambda a: not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
/art/test/954-invoke-polymorphic-verifier/smali/
DMain.smali6 # You may obtain a copy of the License at
80 # A test method called "invoke", but on a class other than MethodHandle.
88 # A test method called "invokeExact" that is native varargs, but is on a class
/art/test/166-bad-interface-super/smali/
DBadSuper2.smali5 # You may obtain a copy of the License at
DBadSuper1.smali5 # You may obtain a copy of the License at
/art/test/800-smali/smali/
Db_22331663_pass.smali9 # Construct a java.lang.Object completely. This makes v4 of reference type.
Db_121245951_3.smali19 # This should cause a runtime failure, and not merge into the

1...<<21222324252627282930>>...45