Home
last modified time | relevance | path

Searched refs:a (Results 951 – 975 of 1121) sorted by relevance

1...<<31323334353637383940>>...45

/art/runtime/
Dintern_table.cc324 bool InternTable::StringHashEquals::operator()(const GcRoot<mirror::String>& a, in operator ()() argument
329 return a.Read<kWithoutReadBarrier>()->Equals(b.Read<kWithoutReadBarrier>()); in operator ()()
332 bool InternTable::StringHashEquals::operator()(const GcRoot<mirror::String>& a, in operator ()() argument
337 ObjPtr<mirror::String> a_string = a.Read<kWithoutReadBarrier>(); in operator ()()
/art/runtime/verifier/
Dreg_type.cc597 static const RegType& SelectNonConstant(const RegType& a, const RegType& b) { in SelectNonConstant() argument
598 return a.IsConstantTypes() ? b : a; in SelectNonConstant()
601 static const RegType& SelectNonConstant2(const RegType& a, const RegType& b) { in SelectNonConstant2() argument
602 return a.IsConstantTypes() ? (b.IsZero() ? a : b) : a; in SelectNonConstant2()
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali5 # You may obtain a copy of the License at
41 # elimination pass to add a HDeoptimize. Not having the bounds check helped
110 # elimination pass to add a HDeoptimize. Not having the bounds check helped
/art/tools/jfuzz/
Djfuzz.cc466 uint32_t adjustLocal(Type tp, int32_t a) { in adjustLocal() argument
468 case kBoolean: boolean_local_ += a; return boolean_local_; in adjustLocal()
469 case kInt: int_local_ += a; return int_local_; in adjustLocal()
470 case kLong: long_local_ += a; return long_local_; in adjustLocal()
471 case kFloat: float_local_ += a; return float_local_; in adjustLocal()
472 default: double_local_ += a; return double_local_; in adjustLocal()
/art/dexoptanalyzer/
DAndroid.bp6 // You may obtain a copy of the License at
/art/tools/cpp-define-generator/
Dlockword.def6 * You may obtain a copy of the License at
Dmirror_array.def6 * You may obtain a copy of the License at
Dmirror_class.def6 * You may obtain a copy of the License at
/art/tools/jvmti-agents/field-counts/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/973-default-multidex/smali-multidex/
Diface.smali6 # You may obtain a copy of the License at
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp6 // You may obtain a copy of the License at
/art/profman/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/test/585-inline-unresolved/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DFakeSignaturePolymorphic.smali6 # You may obtain a copy of the License at
DUnresolved.smali6 # You may obtain a copy of the License at
DBetterFakeSignaturePolymorphic.smali6 # You may obtain a copy of the License at
/art/tools/jvmti-agents/chain-agents/
DAndroid.bp6 // You may obtain a copy of the License at
/art/tools/hiddenapi/
DAndroid.bp6 // You may obtain a copy of the License at
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/686-get-this/smali/
DTest.smali5 # You may obtain a copy of the License at
/art/libnativeloader/test/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/517-checker-builder-fallthrough/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/162-method-resolution/jasmin/
DTest5User.j5 ; You may obtain a copy of the License at

1...<<31323334353637383940>>...45