Home | History | Annotate | Download | only in mips

Lines Matching defs:access

2343   // classes and it doesn't have to because you can't access it with natives
2395 // Deoptimize if the object needs to be access checked.
2533 HObjectAccess access = instr->hydrogen()->access();
2534 int offset = access.offset();
2537 if (access.IsExternalMemory()) {
2540 __ Load(result, operand, access.representation());
2551 if (!access.IsInobject()) {
2556 __ Load(result, operand, access.representation());
3649 HObjectAccess access = instr->hydrogen()->access();
3650 int offset = access.offset();
3652 if (access.IsExternalMemory()) {
3665 DCHECK(access.IsInobject());
3691 if (access.IsInobject()) {