Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 32) sorted by relevance

12

/art/test/dexdump/
Dstaticfields.txt48 access : 0x0019 (PUBLIC STATIC FINAL)
53 access : 0x0019 (PUBLIC STATIC FINAL)
58 access : 0x0019 (PUBLIC STATIC FINAL)
63 access : 0x0019 (PUBLIC STATIC FINAL)
68 access : 0x0019 (PUBLIC STATIC FINAL)
73 access : 0x0019 (PUBLIC STATIC FINAL)
78 access : 0x0019 (PUBLIC STATIC FINAL)
83 access : 0x0019 (PUBLIC STATIC FINAL)
88 access : 0x0019 (PUBLIC STATIC FINAL)
93 access : 0x0019 (PUBLIC STATIC FINAL)
[all …]
Dbytecodes.txt52 access : 0x0401 (PUBLIC ABSTRACT)
83 access : 0x0401 (PUBLIC ABSTRACT)
110 access : 0x0019 (PUBLIC STATIC FINAL)
116 access : 0x10001 (PUBLIC CONSTRUCTOR)
158 access : 0x10001 (PUBLIC CONSTRUCTOR)
198 access : 0x0019 (PUBLIC STATIC FINAL)
205 access : 0x10001 (PUBLIC CONSTRUCTOR)
247 access : 0x10001 (PUBLIC CONSTRUCTOR)
288 access : 0x000a (PRIVATE STATIC)
292 access : 0x000a (PRIVATE STATIC)
[all …]
Dcheckers.txt49 access : 0x0002 (PRIVATE)
54 access : 0x10001 (PUBLIC CONSTRUCTOR)
70 access : 0x0012 (PRIVATE FINAL)
100 access : 0x0001 (PUBLIC)
116 access : 0x0001 (PUBLIC)
160 access : 0x0001 (PUBLIC)
279 access : 0x0001 (PUBLIC)
317 access : 0x0001 (PUBLIC)
409 access : 0x0001 (PUBLIC)
433 access : 0x0001 (PUBLIC)
[all …]
/art/test/121-modifiers/src/
DAsm.java106 if ((classNode.access & Opcodes.ACC_INTERFACE) == 0) { in modify()
111 classNode.access |= classFlagsOr; in modify()
116 fieldNode.access |= fieldFlagsOr; in modify()
122 methodNode.access |= methodFlagsOr; in modify()
/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc30 void InstructionSimplifierArm64Visitor::TryExtractArrayAccessAddress(HInstruction* access, in TryExtractArrayAccessAddress() argument
49 if (access->IsArraySet() && in TryExtractArrayAccessAddress()
50 access->AsArraySet()->GetValue()->GetType() == Primitive::kPrimNot) { in TryExtractArrayAccessAddress()
63 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessAddress()
64 access->ReplaceInput(address, 0); in TryExtractArrayAccessAddress()
67 access->AddSideEffects(SideEffects::DependsOnGC()); in TryExtractArrayAccessAddress()
69 DCHECK(access->GetSideEffects().Includes(SideEffects::DependsOnGC())); in TryExtractArrayAccessAddress()
Dinstruction_simplifier_arm64.h38 void TryExtractArrayAccessAddress(HInstruction* access,
/art/test/024-illegal-access/
Dinfo.txt1 Test that an attempt to access a private field results in a verification
2 error. Also try to access a non-public class in a different package with
/art/test/026-access/
Dexpected.txt1 access test
/art/test/414-static-fields/
Dinfo.txt1 Simple test for static field access.
/art/test/601-method-access/
Dinfo.txt1 Regression test for method access checks.
/art/test/527-checker-array-access-split/
Dinfo.txt1 Test arm64-specific array access optimization.
/art/test/542-unresolved-access-check/
Dinfo.txt1 Test unresolved/access checks entry points with the JIT.
/art/test/121-modifiers/
Dinfo.txt1 This is a test checking the modifier (access flags) handling of ART.
/art/test/536-checker-needs-access-check/
Dinfo.txt1 Verifies that we don't remove type checks when we need to check for access rights.
Dexpected.txt4 Got expected error instanceof (keep LoadClass with access check)
/art/test/507-referrer/
Dinfo.txt2 to do incorrect access checks on static fields when inlining.
/art/test/508-referrer-method/
Dinfo.txt2 to do incorrect access checks on static calls when inlining.
/art/test/042-new-instance/
Dinfo.txt2 looking for correct handling of access rights and abstract classes.
/art/test/068-classloader/
Dexpected.txt3 Got expected access exception #1
/art/test/800-smali/smali/
Db_27799205_6.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_2.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_1.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_4.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_5.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_3.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).

12