Home
last modified time | relevance | path

Searched refs:a (Results 901 – 925 of 1121) sorted by relevance

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

/art/test/800-smali/smali/
Db_26579108.smali5 # You may obtain a copy of the License at
/art/tools/jvmti-agents/list-extensions/
DAndroid.bp6 // You may obtain a copy of the License at
DREADME.md3 listextensions is a jvmti agent that will print the details of all available jvmti extension
37 … other clients can use. The agent is given the 'type' of the ddms chunk and a 'data_size' byte-buf…
/art/test/595-error-class/smali/
Dmerge.smali6 # You may obtain a copy of the License at
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md3 dumpjvmti is a JVMTI agent designed for helping debug the working of the openjdkjvmti plugin. It
/art/test/553-invoke-super/smali/
Dinvokesuper.smali6 # You may obtain a copy of the License at
/art/test/535-regression-const-val/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/570-checker-osr-locals/smali/
DWeirdLoop.smali5 # You may obtain a copy of the License at
/art/test/162-method-resolution/jasmin/
DTest1Derived.j5 ; You may obtain a copy of the License at
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/972-default-imt-collision/smali/
DIface1.smali6 # * You may obtain a copy of the License at
/art/dex2oat/
Ddex2oat_options.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/utils/
Dswap_space.h64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator()
65 return reinterpret_cast<uintptr_t>(a.ptr) < reinterpret_cast<uintptr_t>(b.ptr); in operator()
/art/runtime/jni/
Dcheck_jni.cc136 jarray a; member
741 ObjPtr<mirror::Array> a = soa.Decode<mirror::Array>(array); in CheckPrimitiveArrayType() local
742 if (a->GetClass()->GetComponentType()->GetPrimitiveType() != type) { in CheckPrimitiveArrayType()
744 a->GetClass()->PrettyDescriptor().c_str(), PrettyDescriptor(type).c_str(), array); in CheckPrimitiveArrayType()
917 return CheckArray(soa, arg.a); in CheckPossibleHeapValue()
1196 ObjPtr<mirror::Array> a = soa.Decode<mirror::Array>(java_array); in CheckArray() local
1197 if (UNLIKELY(!Runtime::Current()->GetHeap()->IsValidObjectAddress(a.Ptr()))) { in CheckArray()
1202 a.Ptr()); in CheckArray()
1204 } else if (!a->IsArrayInstance()) { in CheckArray()
1205 AbortF("jarray argument has non-array type: %s", a->PrettyTypeOf().c_str()); in CheckArray()
[all …]
/art/test/1954-pop-frame-jit/
Dexpected.txt75 Test stopped during a ClassLoad event.
85 Test stopped during a ClassPrepare event.
101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/test/1955-pop-frame-jit-called/
Dexpected.txt75 Test stopped during a ClassLoad event.
85 Test stopped during a ClassPrepare event.
101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt75 Test stopped during a ClassLoad event.
85 Test stopped during a ClassPrepare event.
101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/compiler/optimizing/
Dreference_type_propagation.cc780 ReferenceTypeInfo ReferenceTypePropagation::MergeTypes(const ReferenceTypeInfo& a, in MergeTypes() argument
784 return a; in MergeTypes()
786 if (!a.IsValid()) { in MergeTypes()
790 bool is_exact = a.IsExact() && b.IsExact(); in MergeTypes()
792 ReferenceTypeInfo::TypeHandle a_type_handle = a.GetTypeHandle(); in MergeTypes()
797 if (a.GetTypeHandle().Get() == b.GetTypeHandle().Get()) { in MergeTypes()
799 } else if (a.IsSupertypeOf(b)) { in MergeTypes()
802 } else if (b.IsSupertypeOf(a)) { in MergeTypes()
/art/adbconnection/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/690-hiddenapi-same-name-methods/smali-ex/
DDirectMethods.smali6 # You may obtain a copy of the License at
/art/tools/jvmti-agents/titrace/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/501-null-constant-dce/smali/
DDCE.smali5 # You may obtain a copy of the License at
/art/test/682-double-catch-phi/smali/
DDoubleCatchPhi.smali5 # You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DMethodHandleNotInvoke.smali6 # You may obtain a copy of the License at
/art/test/448-multiple-returns/smali/
DMultipleReturns.smali5 # You may obtain a copy of the License at

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