Home | History | Annotate | Download | only in x87

Lines Matching defs:access

2516   // classes and it doesn't have to because you can't access it with natives
2565 // Deoptimize if the object needs to be access checked.
2692 HObjectAccess access = instr->hydrogen()->access();
2693 int offset = access.offset();
2695 if (access.IsExternalMemory()) {
2701 __ Load(result, operand, access.representation());
2712 if (!access.IsInobject()) {
2716 __ Load(result, FieldOperand(object, offset), access.representation());
3813 HObjectAccess access = instr->hydrogen()->access();
3814 int offset = access.offset();
3816 if (access.IsExternalMemory()) {
3838 DCHECK(access.IsInobject());
3862 if (!access.IsInobject()) {
3889 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;