Home | History | Annotate | Download | only in s390

Lines Matching defs:access

2505   // classes and it doesn't have to because you can't access it with natives
2553 // Deoptimize if the object needs to be access checked.
2683 HObjectAccess access = instr->hydrogen()->access();
2684 int offset = access.offset();
2687 if (access.IsExternalMemory()) {
2690 __ LoadRepresentation(result, operand, access.representation(), r0);
2695 DCHECK(access.IsInobject());
2702 if (!access.IsInobject()) {
2707 Representation representation = access.representation();
3832 HObjectAccess access = hinstr->access();
3833 int offset = access.offset();
3835 if (access.IsExternalMemory()) {
3852 DCHECK(access.IsInobject());
3880 DCHECK(access.IsInobject());
3896 if (access.IsInobject()) {
4148 // If array access is dehoisted, the key, being an int32, can contain
4150 // memory access.