HomeSort by relevance Sort by last modified time
    Searched refs:promotion_mode (Results 1 - 6 of 6) sorted by null

  /external/v8/src/heap/
scavenger-inl.h 65 template <PromotionMode promotion_mode>
66 void StaticScavengeVisitor<promotion_mode>::VisitPointer(Heap* heap,
scavenger.h 66 template <PromotionMode promotion_mode>
68 : public StaticNewSpaceVisitor<StaticScavengeVisitor<promotion_mode>> {
scavenger.cc 25 template <MarksHandling marks_handling, PromotionMode promotion_mode,
209 if (!heap->ShouldBePromoted<promotion_mode>(object->address(),
222 if (promotion_mode == PROMOTE_MARKED) {
361 template <MarksHandling marks_handling, PromotionMode promotion_mode,
364 marks_handling, promotion_mode, logging_and_profiling_mode>::table_;
heap-inl.h 396 template <PromotionMode promotion_mode>
401 if (promotion_mode == PROMOTE_MARKED) {
heap.h     [all...]
heap.cc 1662 PromotionMode promotion_mode = CurrentPromotionMode(); local
    [all...]

Completed in 197 milliseconds