Home
last modified time | relevance | path

Searched refs:next_slot_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dfeedback-vector-inl.h322 return next_slot_.ToInt() < metadata().slot_count(); in HasNext()
327 cur_slot_ = next_slot_; in Next()
329 next_slot_ = FeedbackSlot(next_slot_.ToInt() + entry_size()); in Next()
Dfeedback-vector.h583 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()
588 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()
616 FeedbackSlot next_slot_; variable
/external/v8/src/codegen/ppc/
Dassembler-ppc.h1352 next_slot_ = 0; in Trampoline()
1356 next_slot_ = start; in Trampoline()
1368 trampoline_slot = next_slot_; in take_slot()
1370 next_slot_ += kTrampolineSlotsSize; in take_slot()
1376 int next_slot_;
/external/v8/src/codegen/mips/
Dassembler-mips.h1830 next_slot_ = 0; in Trampoline()
1836 next_slot_ = start; in Trampoline()
1851 trampoline_slot = next_slot_; in take_slot()
1853 next_slot_ += kTrampolineSlotsSize; in take_slot()
1861 int next_slot_; variable
/external/v8/src/codegen/mips64/
Dassembler-mips64.h1856 next_slot_ = 0; in Trampoline()
1862 next_slot_ = start; in Trampoline()
1877 trampoline_slot = next_slot_; in take_slot()
1879 next_slot_ += kTrampolineSlotsSize; in take_slot()
1887 int next_slot_; variable