Home | History | Annotate | Download | only in mips

Lines Matching defs:access

2635   // classes and it doesn't have to because you can't access it with natives
2978 HObjectAccess access = instr->hydrogen()->access();
2979 int offset = access.offset();
2982 if (access.IsExternalMemory()) {
2985 __ Load(result, operand, access.representation());
2996 if (!access.IsInobject()) {
3001 __ Load(result, operand, access.representation());
4054 HObjectAccess access = instr->hydrogen()->access();
4055 int offset = access.offset();
4057 if (access.IsExternalMemory()) {
4070 ASSERT(access.IsInobject());
4096 if (access.IsInobject()) {
4675 // not have easy access to the local context.
4740 // not have easy access to the local context.