Home | History | Annotate | Download | only in mips64

Lines Matching defs:access

2471   // classes and it doesn't have to because you can't access it with natives
2523 // Deoptimize if the object needs to be access checked.
2661 HObjectAccess access = instr->hydrogen()->access();
2662 int offset = access.offset();
2664 if (access.IsExternalMemory()) {
2667 __ Load(result, operand, access.representation());
2678 if (!access.IsInobject()) {
2683 Representation representation = access.representation();
3858 HObjectAccess access = instr->hydrogen()->access();
3859 int offset = access.offset();
3860 if (access.IsExternalMemory()) {
3873 DCHECK(access.IsInobject());
3899 if (!access.IsInobject()) {
3918 DCHECK(access.IsInobject());