Home | History | Annotate | Download | only in mips64

Lines Matching defs:access

2466   // classes and it doesn't have to because you can't access it with natives
2518 // Deoptimize if the object needs to be access checked.
2656 HObjectAccess access = instr->hydrogen()->access();
2657 int offset = access.offset();
2659 if (access.IsExternalMemory()) {
2662 __ Load(result, operand, access.representation());
2673 if (!access.IsInobject()) {
2678 Representation representation = access.representation();
3854 HObjectAccess access = instr->hydrogen()->access();
3855 int offset = access.offset();
3856 if (access.IsExternalMemory()) {
3869 DCHECK(access.IsInobject());
3895 if (!access.IsInobject()) {
3914 DCHECK(access.IsInobject());