Home | History | Annotate | Download | only in arm

Lines Matching defs:access

2434   // classes and it doesn't have to because you can't access it with natives
2486 // Deoptimize if the object needs to be access checked.
2615 HObjectAccess access = instr->hydrogen()->access();
2616 int offset = access.offset();
2619 if (access.IsExternalMemory()) {
2622 __ Load(result, operand, access.representation());
2633 if (!access.IsInobject()) {
2638 __ Load(result, operand, access.representation());
3691 HObjectAccess access = instr->hydrogen()->access();
3692 int offset = access.offset();
3694 if (access.IsExternalMemory()) {
3707 DCHECK(access.IsInobject());
3733 if (access.IsInobject()) {