Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Djump-table-assembler.h36 DCHECK_EQ(0, line_offset % kJumpTableSlotSize); in SlotOffsetToIndex()
38 line_offset / kJumpTableSlotSize; in SlotOffsetToIndex()
45 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize; in SlotIndexToOffset()
65 jtasm.NopBytes(kJumpTableSlotSize - jtasm.pc_offset()); in EmitLazyCompileJumpSlot()
67 Assembler::FlushICache(slot, kJumpTableSlotSize); in EmitLazyCompileJumpSlot()
77 jtasm.NopBytes(kJumpTableSlotSize - jtasm.pc_offset()); in PatchJumpTableSlot()
79 Assembler::FlushICache(slot, kJumpTableSlotSize); in PatchJumpTableSlot()
95 static constexpr int kJumpTableSlotSize = 18; variable
98 static constexpr int kJumpTableSlotSize = 10; variable
101 static constexpr int kJumpTableSlotSize = 5 * kInstrSize; variable
[all …]