Home | History | Annotate | Download | only in ia32

Lines Matching defs:access

2578   // classes and it doesn't have to because you can't access it with natives
2932 HObjectAccess access = instr->hydrogen()->access();
2933 int offset = access.offset();
2935 if (access.IsExternalMemory()) {
2941 __ Load(result, operand, access.representation());
2953 if (!access.IsInobject()) {
2957 __ Load(result, FieldOperand(object, offset), access.representation());
4000 HObjectAccess access = instr->hydrogen()->access();
4001 int offset = access.offset();
4003 if (access.IsExternalMemory()) {
4026 DCHECK(access.IsInobject());
4048 if (!access.IsInobject()) {
4075 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4562 // not have easy access to the local context.
4618 // not have easy access to the local context.