Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h309 enum SlotType { enum
330 typedef std::pair<SlotType, uint32_t> TypeAndOffset;
338 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) { in TypedSlot()
351 SlotType type() { return TypeField::decode(type_and_offset_.Value()); } in type()
395 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) { in Insert()
436 SlotType type = type_and_offset.first; in Iterate()
507 class TypeField : public BitField<SlotType, 29, 3> {};
Dremembered-set.h146 static void InsertTyped(Page* page, Address host_addr, SlotType slot_type, in InsertTyped()
170 [start, end](SlotType slot_type, Address host_addr, in RemoveRangeTyped()
345 SlotType slot_type, Address addr, in UpdateTypedSlot()
382 inline SlotType SlotTypeForRelocInfoMode(RelocInfo::Mode rmode) { in SlotTypeForRelocInfoMode()
Dmark-compact.cc2343 heap(), [this](SlotType type, Address host_addr, Address addr) { in MarkLiveObjectsInYoungGeneration()
2917 SlotType slot_type = SlotTypeForRelocInfoMode(rmode); in RecordRelocSlot()
3672 chunk, [isolate](SlotType type, Address host_addr, Address slot) { in UpdateTypedPointers()
3680 [isolate, heap](SlotType type, Address host_addr, Address slot) { in UpdateTypedPointers()
Dheap.cc1713 this, [this](SlotType type, Address host_addr, Address addr) { in Scavenge()
5996 SlotType slot_type = SlotTypeForRelocInfoMode(rmode); in RecordWriteIntoCodeSlow()
/external/llvm/lib/CodeGen/
DAnalysis.cpp599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall() local
600 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()