Lines Matching defs:access
2626 // classes and it doesn't have to because you can't access it with natives
2960 HObjectAccess access = instr->hydrogen()->access();
2961 int offset = access.offset();
2963 if (access.IsExternalMemory()) {
2970 __ Load(result, MemOperand(object, offset), access.representation());
2983 if (!access.IsInobject()) {
2988 Representation representation = access.representation();
4099 HObjectAccess access = hinstr->access();
4100 int offset = access.offset();
4102 if (access.IsExternalMemory()) {
4123 DCHECK(access.IsInobject());
4150 if (!access.IsInobject()) {
4196 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4770 // not have easy access to the local context.
4826 // not have easy access to the local context.