Home | History | Annotate | Download | only in arm64

Lines Matching defs:access

1119     // We try to access using jssp (positive offset) first, then fall back to
2275 // classes and it doesn't have to because you can't access it with natives
2787 // Deoptimize if the object needs to be access checked.
3269 HObjectAccess access = instr->hydrogen()->access();
3270 int offset = access.offset();
3273 if (access.IsExternalMemory()) {
3275 __ Load(result, MemOperand(object, offset), access.representation());
3280 DCHECK(access.IsInobject());
3288 if (access.IsInobject()) {
3296 if (access.representation().IsSmi() &&
3304 __ Load(result, FieldMemOperand(source, offset), access.representation());
4966 HObjectAccess access = instr->hydrogen()->access();
4967 int offset = access.offset();
4969 if (access.IsExternalMemory()) {
4980 DCHECK(access.IsInobject());
5011 if (access.IsInobject()) {
5020 DCHECK(access.IsInobject());
5033 DCHECK(!access.IsInobject());