Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h106 return slot_index * kLazyCompileTableSlotSize; in LazyCompileSlotIndexToOffset()
111 return slot_count * kLazyCompileTableSlotSize; in SizeForNumberOfLazyFunctions()
117 uint32_t lazy_compile_table_size = num_slots * kLazyCompileTableSlotSize; in GenerateLazyCompileTable()
121 DCHECK_EQ(slot_index * kLazyCompileTableSlotSize, jtasm.pc_offset()); in GenerateLazyCompileTable()
181 static constexpr int kLazyCompileTableSlotSize = 10; variable
186 static constexpr int kLazyCompileTableSlotSize = 10; variable
191 static constexpr int kLazyCompileTableSlotSize = 5 * kInstrSize; variable
196 static constexpr int kLazyCompileTableSlotSize = 4 * kInstrSize; variable
201 static constexpr int kLazyCompileTableSlotSize = 3 * kInstrSize; variable
206 static constexpr int kLazyCompileTableSlotSize = 20; variable
[all …]
Djump-table-assembler.cc140 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
258 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
293 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
325 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();
378 int nop_bytes = start + kLazyCompileTableSlotSize - pc_offset();