Home | History | Annotate | Download | only in x87

Lines Matching defs:access

2874   // classes and it doesn't have to because you can't access it with natives
3223 HObjectAccess access = instr->hydrogen()->access();
3224 int offset = access.offset();
3226 if (access.IsExternalMemory()) {
3232 __ Load(result, operand, access.representation());
3243 if (!access.IsInobject()) {
3247 __ Load(result, FieldOperand(object, offset), access.representation());
4420 HObjectAccess access = instr->hydrogen()->access();
4421 int offset = access.offset();
4423 if (access.IsExternalMemory()) {
4445 DCHECK(access.IsInobject());
4469 if (!access.IsInobject()) {
4496 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
5025 // not have easy access to the local context.
5086 // not have easy access to the local context.