Home | History | Annotate | Download | only in x64

Lines Matching defs:access

2379   // classes and it doesn't have to because you can't access it with natives
2429 // Deoptimize if the object needs to be access checked.
2555 HObjectAccess access = instr->hydrogen()->access();
2556 int offset = access.offset();
2558 if (access.IsExternalMemory()) {
2565 __ Load(result, MemOperand(object, offset), access.representation());
2572 DCHECK(access.IsInobject());
2579 if (!access.IsInobject()) {
2584 Representation representation = access.representation();
3692 HObjectAccess access = hinstr->access();
3693 int offset = access.offset();
3695 if (access.IsExternalMemory()) {
3716 DCHECK(access.IsInobject());
3743 if (!access.IsInobject()) {
3766 DCHECK(access.IsInobject());
3799 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;