Home | History | Annotate | Download | only in arm64

Lines Matching defs:access

1166     // We try to access using jssp (positive offset) first, then fall back to
2293 // classes and it doesn't have to because you can't access it with natives
2875 // Deoptimize if the object needs to be access checked.
3358 HObjectAccess access = instr->hydrogen()->access();
3359 int offset = access.offset();
3362 if (access.IsExternalMemory()) {
3364 __ Load(result, MemOperand(object, offset), access.representation());
3369 DCHECK(access.IsInobject());
3377 if (access.IsInobject()) {
3385 if (access.representation().IsSmi() &&
3393 __ Load(result, FieldMemOperand(source, offset), access.representation());
4238 // not have easy access to the local context.
4304 // not have easy access to the local context.
5092 HObjectAccess access = instr->hydrogen()->access();
5093 int offset = access.offset();
5095 if (access.IsExternalMemory()) {
5106 DCHECK(access.IsInobject());
5137 if (access.IsInobject()) {
5146 DCHECK(access.IsInobject());
5159 DCHECK(!access.IsInobject());