Searched refs:access (Results 1 – 25 of 32) sorted by relevance
12
48 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 …]
52 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 …]
49 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 …]
106 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()
30 void InstructionSimplifierArm64Visitor::TryExtractArrayAccessAddress(HInstruction* access, in TryExtractArrayAccessAddress() argument49 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()
38 void TryExtractArrayAccessAddress(HInstruction* access,
1 Test that an attempt to access a private field results in a verification2 error. Also try to access a non-public class in a different package with
1 access test
1 Simple test for static field access.
1 Regression test for method access checks.
1 Test arm64-specific array access optimization.
1 Test unresolved/access checks entry points with the JIT.
1 This is a test checking the modifier (access flags) handling of ART.
1 Verifies that we don't remove type checks when we need to check for access rights.
4 Got expected error instanceof (keep LoadClass with access check)
2 to do incorrect access checks on static fields when inlining.
2 to do incorrect access checks on static calls when inlining.
2 looking for correct handling of access rights and abstract classes.
3 Got expected access exception #1
4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).