Lines Matching defs:access
1268 // (too big negative offset), we try to access via jssp (positive offset).
1280 // one instruction, we use a fp access.
2417 // classes and it doesn't have to because you can't access it with natives
3654 HObjectAccess access = instr->hydrogen()->access();
3655 int offset = access.offset();
3658 if (access.IsExternalMemory()) {
3660 __ Load(result, MemOperand(object, offset), access.representation());
3672 if (access.IsInobject()) {
3680 if (access.representation().IsSmi() &&
3688 __ Load(result, FieldMemOperand(source, offset), access.representation());
4533 // not have easy access to the local context.
4599 // not have easy access to the local context.
5339 HObjectAccess access = instr->hydrogen()->access();
5340 int offset = access.offset();
5342 if (access.IsExternalMemory()) {
5353 DCHECK(access.IsInobject());
5386 if (access.IsInobject()) {
5404 DCHECK(!access.IsInobject());