Searched defs:constructor_count (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm/
H A Dbuiltins-arm.cc756 MemOperand constructor_count = local
758 __ ldrb(r4, constructor_count);
760 __ strb(r4, constructor_count);
/external/v8/src/mips/
H A Dbuiltins-mips.cc780 MemOperand constructor_count = local
782 __ lbu(t0, constructor_count);
784 __ sb(t0, constructor_count);

Completed in 45 milliseconds