Lines Matching defs:access
2605 // classes and it doesn't have to because you can't access it with natives
2667 // Deoptimize if the object needs to be access checked.
2861 HObjectAccess access = instr->hydrogen()->access();
2862 int offset = access.offset();
2865 if (access.IsExternalMemory()) {
2868 __ LoadRepresentation(result, operand, access.representation(), r0);
2873 DCHECK(access.IsInobject());
2880 if (!access.IsInobject()) {
2885 Representation representation = access.representation();
4051 HObjectAccess access = hinstr->access();
4052 int offset = access.offset();
4054 if (access.IsExternalMemory()) {
4071 DCHECK(access.IsInobject());
4098 DCHECK(access.IsInobject());
4114 if (access.IsInobject()) {
4794 // not have easy access to the local context.
4851 // not have easy access to the local context.