Home | History | Annotate | Download | only in arm

Lines Matching defs:access

2534   // classes and it doesn't have to because you can't access it with natives
2596 // Deoptimize if the object needs to be access checked.
2772 HObjectAccess access = instr->hydrogen()->access();
2773 int offset = access.offset();
2776 if (access.IsExternalMemory()) {
2779 __ Load(result, operand, access.representation());
2790 if (!access.IsInobject()) {
2795 __ Load(result, operand, access.representation());
3834 HObjectAccess access = instr->hydrogen()->access();
3835 int offset = access.offset();
3837 if (access.IsExternalMemory()) {
3850 DCHECK(access.IsInobject());
3876 if (access.IsInobject()) {
4538 // not have easy access to the local context.
4601 // not have easy access to the local context.