Searched refs:SlotType (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | remembered-set-inl.h | 16 SlotType slot_type, in UpdateTypedSlot() 20 case SlotType::kCodeEntry: { in UpdateTypedSlot() 24 case SlotType::kConstPoolCodeEntry: { in UpdateTypedSlot() 27 case SlotType::kEmbeddedObjectCompressed: { in UpdateTypedSlot() 31 case SlotType::kEmbeddedObjectFull: { in UpdateTypedSlot() 35 case SlotType::kEmbeddedObjectData: { in UpdateTypedSlot() 39 case SlotType::kConstPoolEmbeddedObjectCompressed: { in UpdateTypedSlot() 50 case SlotType::kConstPoolEmbeddedObjectFull: { in UpdateTypedSlot() 53 case SlotType::kCleared: in UpdateTypedSlot()
|
D | slot-set.cc | 24 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() 85 SlotType type = TypeField::decode(slot.type_and_offset); in IterateSlotsInRanges() 86 if (type == SlotType::kCleared) continue; in IterateSlotsInRanges()
|
D | slot-set.h | 605 enum class SlotType : uint8_t { enum 656 void Insert(SlotType type, uint32_t offset); 661 using TypeField = base::BitField<SlotType, 29, 3>; 702 STATIC_ASSERT(static_cast<uint8_t>(SlotType::kLast) < 8); in Iterate() 709 SlotType type = TypeField::decode(slot.type_and_offset); in Iterate() 710 if (type != SlotType::kCleared) { in Iterate() 767 return TypedSlot{TypeField::encode(SlotType::kCleared) | in ClearedTypedSlot()
|
D | remembered-set.h | 217 static void InsertTyped(MemoryChunk* memory_chunk, SlotType slot_type, in InsertTyped() 240 [=](SlotType slot_type, Address slot_addr) { in RemoveRangeTyped() 299 static SlotCallbackResult UpdateTypedSlot(Heap* heap, SlotType slot_type,
|
D | heap.cc | 4661 std::set<std::pair<SlotType, Address>>* typed) in SlotVerifyingVisitor() argument 4697 CHECK(InTypedSet(SlotType::kCodeEntry, rinfo->pc()) || in VisitCodeTarget() 4699 InTypedSet(SlotType::kConstPoolCodeEntry, in VisitCodeTarget() 4707 CHECK(InTypedSet(SlotType::kEmbeddedObjectFull, rinfo->pc()) || in VisitEmbeddedPointer() 4708 InTypedSet(SlotType::kEmbeddedObjectCompressed, rinfo->pc()) || in VisitEmbeddedPointer() 4709 InTypedSet(SlotType::kEmbeddedObjectData, rinfo->pc()) || in VisitEmbeddedPointer() 4711 InTypedSet(SlotType::kConstPoolEmbeddedObjectCompressed, in VisitEmbeddedPointer() 4714 InTypedSet(SlotType::kConstPoolEmbeddedObjectFull, in VisitEmbeddedPointer() 4725 bool InTypedSet(SlotType type, Address slot) { in InTypedSet() 4729 std::set<std::pair<SlotType, Address>>* typed_; [all …]
|
D | mark-compact.cc | 3095 SlotType slot_type; in ProcessRelocInfo() 3101 slot_type = SlotType::kConstPoolCodeEntry; in ProcessRelocInfo() 3103 slot_type = SlotType::kConstPoolEmbeddedObjectCompressed; in ProcessRelocInfo() 3106 slot_type = SlotType::kConstPoolEmbeddedObjectFull; in ProcessRelocInfo() 3112 slot_type = SlotType::kCodeEntry; in ProcessRelocInfo() 3114 slot_type = SlotType::kEmbeddedObjectFull; in ProcessRelocInfo() 3116 slot_type = SlotType::kEmbeddedObjectCompressed; in ProcessRelocInfo() 3119 slot_type = SlotType::kEmbeddedObjectData; in ProcessRelocInfo() 4463 chunk_, [=](SlotType slot_type, Address slot) { in UpdateTypedPointers() 4472 RememberedSet<OLD_TO_OLD>::IterateTyped(chunk_, [=](SlotType slot_type, in UpdateTypedPointers() [all …]
|
D | mark-compact.h | 510 SlotType slot_type;
|
D | scavenger.cc | 645 page, [=](SlotType type, Address addr) { in ScavengePage()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationSlot.js | 16 import { SlotType, SlotLevel } from "../ohos_notification" 19 type: SlotType,
|
D | notificationRequest.js | 16 import { SlotType } from "../ohos_notification" 26 slotType: SlotType,
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 20 export const SlotType = { variable 422 SlotType, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 695 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall() local 696 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()
|