Home | History | Annotate | Download | only in arm

Lines Matching defs:access

2715   // classes and it doesn't have to because you can't access it with natives
3043 HObjectAccess access = instr->hydrogen()->access();
3044 int offset = access.offset();
3047 if (access.IsExternalMemory()) {
3050 __ Load(result, operand, access.representation());
3061 if (!access.IsInobject()) {
3066 __ Load(result, operand, access.representation());
4059 HObjectAccess access = instr->hydrogen()->access();
4060 int offset = access.offset();
4062 if (access.IsExternalMemory()) {
4075 ASSERT(access.IsInobject());
4101 if (access.IsInobject()) {
4670 // not have easy access to the local context.
4734 // not have easy access to the local context.