Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc97 Slot<T> CreateSlotHere() { in CreateSlotHere() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
536 Writer::Slot<MachOHeader> header = w->CreateSlotHere<MachOHeader>(); in WriteHeader()
561 w->CreateSlotHere<MachOSegmentCommand>(); in WriteSegmentCommand()
649 Writer::Slot<ELFHeader> header = w->CreateSlotHere<ELFHeader>(); in WriteHeader()
1120 Writer::Slot<uint32_t> size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1143 Writer::Slot<uint32_t> fb_block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1179 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
1216 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()
1440 Writer::Slot<uint32_t> total_length = w->CreateSlotHere<uint32_t>(); in WriteBodyInternal()
[all …]