Home | History | Annotate | Download | only in ia32

Lines Matching defs:access

2583   // classes and it doesn't have to because you can't access it with natives
2920 HObjectAccess access = instr->hydrogen()->access();
2921 int offset = access.offset();
2923 if (access.IsExternalMemory()) {
2929 __ Load(result, operand, access.representation());
2941 if (!access.IsInobject()) {
2945 __ Load(result, FieldOperand(object, offset), access.representation());
3966 HObjectAccess access = instr->hydrogen()->access();
3967 int offset = access.offset();
3969 if (access.IsExternalMemory()) {
3992 ASSERT(access.IsInobject());
4014 if (!access.IsInobject()) {
4041 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4529 // not have easy access to the local context.
4585 // not have easy access to the local context.