Lines Matching defs:access
2722 // classes and it doesn't have to because you can't access it with natives
2781 // Deoptimize if the object needs to be access checked.
2985 HObjectAccess access = instr->hydrogen()->access();
2986 int offset = access.offset();
2988 if (access.IsExternalMemory()) {
2994 __ Load(result, operand, access.representation());
3005 if (!access.IsInobject()) {
3009 __ Load(result, FieldOperand(object, offset), access.representation());
4125 HObjectAccess access = instr->hydrogen()->access();
4126 int offset = access.offset();
4128 if (access.IsExternalMemory()) {
4150 DCHECK(access.IsInobject());
4174 if (!access.IsInobject()) {
4201 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4848 // not have easy access to the local context.
4908 // not have easy access to the local context.