Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h179 static constexpr int kJumpTableSlotSize = 5; variable
184 static constexpr int kJumpTableSlotSize = 5; variable
189 static constexpr int kJumpTableSlotSize = 3 * kInstrSize; variable
194 static constexpr int kJumpTableSlotSize = 2 * kInstrSize; variable
199 static constexpr int kJumpTableSlotSize = 1 * kInstrSize; variable
204 static constexpr int kJumpTableSlotSize = 8; variable
209 static constexpr int kJumpTableSlotSize = 1 * kInstrSize; variable
214 static constexpr int kJumpTableSlotSize = 8 * kInstrSize; variable
219 static constexpr int kJumpTableSlotSize = 8 * kInstrSize; variable
224 static constexpr int kJumpTableSlotSize = 6 * kInstrSize; variable
[all …]