Home | History | Annotate | Download | only in x64

Lines Matching defs:access

2489   // classes and it doesn't have to because you can't access it with natives
2550 // Deoptimize if the object needs to be access checked.
2723 HObjectAccess access = instr->hydrogen()->access();
2724 int offset = access.offset();
2726 if (access.IsExternalMemory()) {
2733 __ Load(result, MemOperand(object, offset), access.representation());
2740 DCHECK(access.IsInobject());
2747 if (!access.IsInobject()) {
2752 Representation representation = access.representation();
3856 HObjectAccess access = hinstr->access();
3857 int offset = access.offset();
3859 if (access.IsExternalMemory()) {
3880 DCHECK(access.IsInobject());
3907 if (!access.IsInobject()) {
3930 DCHECK(access.IsInobject());
3963 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4637 // not have easy access to the local context.
4692 // not have easy access to the local context.