Home | History | Annotate | Download | only in x64

Lines Matching defs:access

2626   // classes and it doesn't have to because you can't access it with natives
2943 HObjectAccess access = instr->hydrogen()->access();
2944 int offset = access.offset();
2946 if (access.IsExternalMemory()) {
2953 __ Load(result, MemOperand(object, offset), access.representation());
2966 if (!access.IsInobject()) {
2971 Representation representation = access.representation();
4065 HObjectAccess access = hinstr->access();
4066 int offset = access.offset();
4068 if (access.IsExternalMemory()) {
4089 ASSERT(access.IsInobject());
4116 if (!access.IsInobject()) {
4162 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
4736 // not have easy access to the local context.
4792 // not have easy access to the local context.