Searched refs:slot_type (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | remembered-set.h | 103 static void InsertTyped(Page* page, Address host_addr, SlotType slot_type, in InsertTyped() argument 117 slot_set->Insert(slot_type, static_cast<uint32_t>(host_offset), in InsertTyped() 126 slots->Iterate([start, end](SlotType slot_type, Address host_addr, in RemoveRangeTyped() 311 SlotType slot_type, Address addr, in UpdateTypedSlot() argument 313 switch (slot_type) { in UpdateTypedSlot()
|
D | mark-compact.cc | 2828 SlotType slot_type = SlotTypeForRMode(rmode); in RecordRelocSlot() local 2832 slot_type = CODE_ENTRY_SLOT; in RecordRelocSlot() 2835 slot_type = OBJECT_SLOT; in RecordRelocSlot() 2839 source_page, reinterpret_cast<Address>(host), slot_type, addr); in RecordRelocSlot()
|
/external/kernel-headers/original/uapi/linux/dvb/ |
D | ca.h | 57 unsigned int slot_type; /* OR of all supported types */ member
|
/external/v8/test/cctest/compiler/ |
D | test-run-native-calls.cc | 1133 void TestStackSlot(MachineType slot_type, T expected) { in TestStackSlot() argument 1159 builder.AddParam(slot_type); in TestStackSlot() 1170 g.Store(slot_type.representation(), g.Parameter(11), g.Parameter(10), in TestStackSlot() 1176 BufferedRawMachineAssemblerTester<T> f(slot_type); in TestStackSlot() 1178 Node* stack_slot = f.StackSlot(slot_type.representation()); in TestStackSlot() 1187 f.Return(f.Load(slot_type, stack_slot, f.IntPtrConstant(0))); in TestStackSlot()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1325 unsigned slot_type = hdr->GetRelocationJumpSlotType(); in ParsePLTRelocations() local 1332 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
|