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

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2582 Operand cell_operand = FieldOperand(ebx, JSGlobalPropertyCell::kValueOffset); local
2588 __ cmp(cell_operand, factory()->the_hole_value());
2592 __ mov(cell_operand, eax);
/external/v8/src/x64/
H A Dstub-cache-x64.cc2412 Operand cell_operand = FieldOperand(rbx, JSGlobalPropertyCell::kValueOffset); local
2418 __ CompareRoot(cell_operand, Heap::kTheHoleValueRootIndex);
2422 __ movq(cell_operand, rax);

Completed in 131 milliseconds