Home | History | Annotate | Download | only in mips64

Lines Matching defs:access

2568   // classes and it doesn't have to because you can't access it with natives
2632 // Deoptimize if the object needs to be access checked.
2818 HObjectAccess access = instr->hydrogen()->access();
2819 int offset = access.offset();
2821 if (access.IsExternalMemory()) {
2824 __ Load(result, operand, access.representation());
2835 if (!access.IsInobject()) {
2840 Representation representation = access.representation();
4006 HObjectAccess access = instr->hydrogen()->access();
4007 int offset = access.offset();
4008 if (access.IsExternalMemory()) {
4021 DCHECK(access.IsInobject());
4047 if (!access.IsInobject()) {
4066 DCHECK(access.IsInobject());
4720 // not have easy access to the local context.
4781 // not have easy access to the local context.