Home | History | Annotate | Download | only in mips

Lines Matching defs:access

2640   // classes and it doesn't have to because you can't access it with natives
3000 HObjectAccess access = instr->hydrogen()->access();
3001 int offset = access.offset();
3004 if (access.IsExternalMemory()) {
3007 __ Load(result, operand, access.representation());
3018 if (!access.IsInobject()) {
3023 __ Load(result, operand, access.representation());
4100 HObjectAccess access = instr->hydrogen()->access();
4101 int offset = access.offset();
4103 if (access.IsExternalMemory()) {
4116 DCHECK(access.IsInobject());
4142 if (access.IsInobject()) {
4718 // not have easy access to the local context.
4783 // not have easy access to the local context.