Cell 46 src/circular-queue-inl.h SamplingCircularQueue::Cell** pos) {
Cell 71 src/circular-queue.h static const Cell kClear = 0; // Marks clean (processed) chunks.
Cell 72 src/circular-queue.h static const Cell kEnd = -1; // Marks the end of the buffer.
Cell 76 src/circular-queue.h Cell* enqueue_pos;
Cell 79 src/circular-queue.h Cell* dequeue_chunk_pos;
Cell 80 src/circular-queue.h Cell* dequeue_chunk_poll_pos;
Cell 81 src/circular-queue.h Cell* dequeue_pos;
Cell 82 src/circular-queue.h Cell* dequeue_end_pos;
Cell 85 src/circular-queue.h INLINE(void WrapPositionIfNeeded(Cell** pos));
Cell 92 src/circular-queue.h Cell* buffer_;
Cell 350 src/ia32/assembler-ia32.h static Operand Cell(Handle<JSGlobalPropertyCell> cell) {
Cell 2169 src/ia32/lithium-codegen-ia32.cc __ cmp(map, Operand::Cell(cache_cell)); // Patched to cached map.
Cell 2289 src/ia32/lithium-codegen-ia32.cc __ mov(result, Operand::Cell(instr->hydrogen()->cell()));
Cell 2319 src/ia32/lithium-codegen-ia32.cc __ cmp(Operand::Cell(cell_handle), factory()->the_hole_value());
Cell 2324 src/ia32/lithium-codegen-ia32.cc __ mov(Operand::Cell(cell_handle), value);
Cell 4478 src/ia32/lithium-codegen-ia32.cc __ cmp(reg, Operand::Cell(cell));
Cell 2326 src/ia32/macro-assembler-ia32.cc mov(result, Operand::Cell(cell));
Cell 2337 src/ia32/macro-assembler-ia32.cc push(Operand::Cell(cell));
Cell 894 src/ia32/stub-cache-ia32.cc __ cmp(Operand::Cell(cell), Immediate(the_hole));
Cell 1333 src/ia32/stub-cache-ia32.cc __ mov(edi, Operand::Cell(cell));
Cell 3023 src/ia32/stub-cache-ia32.cc __ mov(ebx, Operand::Cell(cell));
Cell 5190 src/objects-inl.h JSGlobalPropertyCell* TypeFeedbackCells::Cell(int index) {
Cell 8163 src/objects.cc JSGlobalPropertyCell* cell = type_feedback_cells->Cell(i);
Cell 4150 src/objects.h inline JSGlobalPropertyCell* Cell(int index);
Cell 703 src/type-info.cc Object* value = cache->Cell(i)->value();