Home
last modified time | relevance | path

Searched refs:a (Results 976 – 1000 of 1121) sorted by relevance

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

/art/test/530-checker-lse3/smali/
DStoreLoad.smali5 # You may obtain a copy of the License at
89 # sget-byte above instead of creating a new one.
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h319 ObjPtr<mirror::Object> a = GetVRegReference(B()); in HandleAGet() local
320 if (UNLIKELY(a == nullptr)) { in HandleAGet()
325 ObjPtr<ArrayType> array = ObjPtr<ArrayType>::DownCast(a); in HandleAGet()
336 ObjPtr<mirror::Object> a = GetVRegReference(B()); in HandleAPut() local
337 if (UNLIKELY(a == nullptr)) { in HandleAPut()
342 ObjPtr<ArrayType> array = ObjPtr<ArrayType>::DownCast(a); in HandleAPut()
971 ObjPtr<mirror::Object> a = GetVRegReference(B()); in APUT_OBJECT() local
972 if (UNLIKELY(a == nullptr)) { in APUT_OBJECT()
978 ObjPtr<mirror::ObjectArray<mirror::Object>> array = a->AsObjectArray<mirror::Object>(); in APUT_OBJECT()
1918 #define OPCODE_CASE(OPCODE, OPCODE_NAME, NAME, FORMAT, i, a, e, v) \ argument
[all …]
/art/tools/ahat/
DAndroid.bp5 // You may obtain a copy of the License at
/art/test/468-checker-bool-simplif-regression/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/599-checker-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/tools/tracefast-plugin/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/523-checker-can-throw-regression/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/tools/jvmti-agents/ti-alloc-sample/
DAndroid.bp6 // You may obtain a copy of the License at
/art/imgdiag/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/537-checker-debuggable/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/libdexfile/
DAndroid.bp6 // You may obtain a copy of the License at
54 // libz provides a stub from platform, shouldn't be statically linked
376 // Support library with a C++ API for accessing the libdexfile API for external
/art/test/458-checker-instruct-simplification/src/
DMain.java2205 public static int $noinline$getUint8FromByteArray(byte[] a) { in $noinline$getUint8FromByteArray() argument
2206 return a[0] & 0xff; in $noinline$getUint8FromByteArray()
2256 public static int $noinline$getUint16FromShortArray(short[] a) { in $noinline$getUint16FromShortArray() argument
2257 return a[0] & 0xffff; in $noinline$getUint16FromShortArray()
2304 public static int $noinline$getInt16FromCharArray(char[] a) { in $noinline$getInt16FromCharArray() argument
2305 return (short) a[0]; in $noinline$getInt16FromCharArray()
/art/test/004-JniTest/
Djni_test.cc33 static jint Java_Main_intFastNativeMethod(JNIEnv*, jclass, jint a, jint b, jint c);
34 static jint Java_Main_intCriticalNativeMethod(jint a, jint b, jint c);
778 static jint Java_Main_intFastNativeMethod(JNIEnv*, jclass, jint a, jint b, jint c) { in Java_Main_intFastNativeMethod() argument
779 return a + b + c; in Java_Main_intFastNativeMethod()
784 static jint Java_Main_intCriticalNativeMethod(jint a, jint b, jint c) { in Java_Main_intCriticalNativeMethod() argument
786 return a + b + c; in Java_Main_intCriticalNativeMethod()
/art/runtime/
Dclass_table.h111 bool operator()(const TableSlot& a, const TableSlot& b) const
114 bool operator()(const TableSlot& a, const DescriptorHashPair& b) const
/art/runtime/base/
Dtiming_logger.cc114 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator ()() argument
115 return a->Sum() > b->Sum(); in operator ()()
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py80 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
/art/compiler/utils/x86/
Dassembler_x86.h528 void comiss(XmmRegister a, XmmRegister b);
529 void comiss(XmmRegister a, const Address& b);
530 void comisd(XmmRegister a, XmmRegister b);
531 void comisd(XmmRegister a, const Address& b);
532 void ucomiss(XmmRegister a, XmmRegister b);
533 void ucomiss(XmmRegister a, const Address& b);
534 void ucomisd(XmmRegister a, XmmRegister b);
535 void ucomisd(XmmRegister a, const Address& b);
/art/test/978-virtual-interface/smali/
DMain.smali6 # * You may obtain a copy of the License at
/art/test/974-verify-interface-super/smali/
Dmain.smali5 # You may obtain a copy of the License at
/art/openjdkjvmti/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/435-new-instance/smali/
Dinstance.smali6 # You may obtain a copy of the License at
/art/test/685-shifts/smali/
DTest.smali5 # You may obtain a copy of the License at
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_smali.py98 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
/art/tools/
Dprebuilt_libjdwp_art_failures.txt47 …description: "Test fails with OPAQUE_FRAME error due to attempting a GetLocalReference on a proxy …
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc347 HInstruction* a = last_sub_right->InputAt(0); in TryReplaceSubSubWithSubAdd() local
350 last_sub_right->ReplaceInput(a, 1); in TryReplaceSubSubWithSubAdd()

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