Home | History | Annotate | Download | only in arm

Lines Matching defs:access

2737   // classes and it doesn't have to because you can't access it with natives
3103 HObjectAccess access = instr->hydrogen()->access();
3104 int offset = access.offset();
3107 if (access.IsExternalMemory()) {
3110 __ Load(result, operand, access.representation());
3121 if (!access.IsInobject()) {
3126 __ Load(result, operand, access.representation());
4153 HObjectAccess access = instr->hydrogen()->access();
4154 int offset = access.offset();
4156 if (access.IsExternalMemory()) {
4169 DCHECK(access.IsInobject());
4195 if (access.IsInobject()) {
4761 // not have easy access to the local context.
4825 // not have easy access to the local context.