Home | History | Annotate | Download | only in arm

Lines Matching refs:JSGlobalPropertyCell

633       JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe);
637 FieldMemOperand(scratch, JSGlobalPropertyCell::kValueOffset));
1063 JSGlobalPropertyCell* cell,
1090 __ mov(r3, Operand(Handle<JSGlobalPropertyCell>(cell)));
1091 __ ldr(r1, FieldMemOperand(r3, JSGlobalPropertyCell::kValueOffset));
1267 JSGlobalPropertyCell* cell,
1283 __ mov(r2, Operand(Handle<JSGlobalPropertyCell>(cell)));
1284 __ str(r0, FieldMemOperand(r2, JSGlobalPropertyCell::kValueOffset));
1402 JSGlobalPropertyCell* cell,
1427 __ mov(r3, Operand(Handle<JSGlobalPropertyCell>(cell)));
1428 __ ldr(r0, FieldMemOperand(r3, JSGlobalPropertyCell::kValueOffset));