Home | History | Annotate | Download | only in mips

Lines Matching defs:access

2445   // classes and it doesn't have to because you can't access it with natives
2507 // Deoptimize if the object needs to be access checked.
2693 HObjectAccess access = instr->hydrogen()->access();
2694 int offset = access.offset();
2697 if (access.IsExternalMemory()) {
2700 __ Load(result, operand, access.representation());
2711 if (!access.IsInobject()) {
2716 __ Load(result, operand, access.representation());
3799 access = instr->hydrogen()->access();
3800 int offset = access.offset();
3802 if (access.IsExternalMemory()) {
3815 DCHECK(access.IsInobject());
3841 if (access.IsInobject()) {
4513 // not have easy access to the local context.
4577 // not have easy access to the local context.