Home
last modified time | relevance | path

Searched refs:that (Results 476 – 489 of 489) sorted by relevance

1...<<11121314151617181920

/art/test/
DREADME.chroot.md32 Note that using this chroot-based approach requires root access to the device
DAndroid.bp341 // This is the list of non-special OnLoad things and excludes BCI and anything that depends
503 // many problems with how we export headers that are making doing this the 'right' way
661 // shim classes. We use one that exposes the common functionality.
981 // Note that due to linker constraints the gtests must be in the apex.
1337 // An empty.dex that is empty and uncompressed for the dex2oat tests.
1346 // An empty.dex that is empty and uncompressed and aligned for the dex2oat tests.
DREADME.md37 (i.e. `build`, `run`, or `check`). Note that the default logic of the "run" step
/art/runtime/mirror/
Dclass-inl.h1166 inline bool Class::CanAccess(ObjPtr<Class> that) { in CanAccess() argument
1167 return that->IsPublic() || this->IsInSamePackage(that); in CanAccess()
Dclass.h602 bool IsInSamePackage(ObjPtr<Class> that) REQUIRES_SHARED(Locks::mutator_lock_);
607 bool CanAccess(ObjPtr<Class> that) REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc527 bool Class::IsInSamePackage(ObjPtr<Class> that) { in IsInSamePackage() argument
529 ObjPtr<Class> klass2 = that; in IsInSamePackage()
/art/tools/
Dlibcore_fugu_failures.txt5 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/compiler/
DAndroid.bp17 // TODO We should really separate out those files that are actually needed for both variants of an
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali148 # Test simplification of double Boolean negation. Note that sometimes
DSmaliTests.smali390 # Test simplification of double Boolean negation. Note that sometimes
/art/test/955-methodhandles-smali/smali/
DMain.smali160 # Note that the callsite type here is String type(Object, Object); so the runtime
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1451 * Note that this stub writes to r0, r4, and r12.
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali258 # // The parallel move that used to exhaust the ARM64 parallel move
/art/test/dexdump/
Dcheckers.txt921 …move and jump forward and backward (but not over a distance). Please note that many variants of ch…

1...<<11121314151617181920