Home | History | Annotate | Download | only in ppc

Lines Matching defs:access

2531   // classes and it doesn't have to because you can't access it with natives
2583 // Deoptimize if the object needs to be access checked.
2730 HObjectAccess access = instr->hydrogen()->access();
2731 int offset = access.offset();
2734 if (access.IsExternalMemory()) {
2737 __ LoadRepresentation(result, operand, access.representation(), r0);
2742 DCHECK(access.IsInobject());
2749 if (!access.IsInobject()) {
2754 Representation representation = access.representation();
3939 HObjectAccess access = hinstr->access();
3940 int offset = access.offset();
3942 if (access.IsExternalMemory()) {
3959 DCHECK(access.IsInobject());
3986 DCHECK(access.IsInobject());
4002 if (access.IsInobject()) {