Lines Matching refs:CreateSlotHere
93 Slot<T> CreateSlotHere() { in CreateSlotHere() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
534 Writer::Slot<MachOHeader> header = w->CreateSlotHere<MachOHeader>(); in WriteHeader()
559 w->CreateSlotHere<MachOSegmentCommand>(); in WriteSegmentCommand()
647 Writer::Slot<ELFHeader> header = w->CreateSlotHere<ELFHeader>(); in WriteHeader()
1111 Writer::Slot<uint32_t> size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1134 Writer::Slot<uint32_t> fb_block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1166 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1214 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1227 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1238 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1461 Writer::Slot<uint32_t> total_length = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1471 Writer::Slot<uint32_t> prologue_length = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1691 Writer::Slot<uint32_t> cie_length_slot = w->CreateSlotHere<uint32_t>(); in WriteCIE()
1712 Writer::Slot<uint32_t> fde_length_slot = w->CreateSlotHere<uint32_t>(); in WriteFDE()