Home | History | Annotate | Download | only in ia32

Lines Matching defs:access

2773   // classes and it doesn't have to because you can't access it with natives
3144 HObjectAccess access = instr->hydrogen()->access();
3145 int offset = access.offset();
3147 if (access.IsExternalMemory()) {
3173 if (access.IsInobject()) {
4341 HObjectAccess access = instr->hydrogen()->access();
4342 int offset = access.offset();
4344 if (access.IsExternalMemory()) {
4385 ASSERT(access.IsInobject());
4423 if (!access.IsInobject()) {
4443 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object;
5016 // not have easy access to the local context.
5086 // not have easy access to the local context.