Home | History | Annotate | Download | only in arm

Lines Matching defs:access

2693   // classes and it doesn't have to because you can't access it with natives
3057 HObjectAccess access = instr->hydrogen()->access();
3058 int offset = access.offset();
3061 if (access.IsExternalMemory()) {
3074 if (access.IsInobject()) {
4161 HObjectAccess access = instr->hydrogen()->access();
4162 int offset = access.offset();
4164 if (access.IsExternalMemory()) {
4180 ASSERT(access.IsInobject());
4210 if (access.IsInobject()) {