Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector-inl.h249 return next_slot_.ToInt() < metadata()->slot_count(); in HasNext()
254 cur_slot_ = next_slot_; in Next()
256 next_slot_ = FeedbackVectorSlot(next_slot_.ToInt() + entry_size()); in Next()
Dtype-feedback-vector.h352 next_slot_(FeedbackVectorSlot(0)), in TypeFeedbackMetadataIterator()
357 next_slot_(FeedbackVectorSlot(0)), in TypeFeedbackMetadataIterator()
390 FeedbackVectorSlot next_slot_; variable
/external/v8/src/mips/
Dassembler-mips.h1399 next_slot_ = 0; in Trampoline()
1405 next_slot_ = start; in Trampoline()
1424 trampoline_slot = next_slot_; in take_slot()
1426 next_slot_ += kTrampolineSlotsSize; in take_slot()
1434 int next_slot_; variable
/external/v8/src/ppc/
Dassembler-ppc.h1426 next_slot_ = 0; in Trampoline()
1430 next_slot_ = start; in Trampoline()
1442 trampoline_slot = next_slot_; in take_slot()
1444 next_slot_ += kTrampolineSlotsSize; in take_slot()
1450 int next_slot_;
/external/v8/src/mips64/
Dassembler-mips64.h1453 next_slot_ = 0; in Trampoline()
1459 next_slot_ = start; in Trampoline()
1478 trampoline_slot = next_slot_; in take_slot()
1480 next_slot_ += kTrampolineSlotsSize; in take_slot()
1488 int next_slot_; variable