Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h117 uint32_t lazy_compile_table_size = num_slots * kLazyCompileTableSlotSize; in GenerateLazyCompileTable() local
119 JumpTableAssembler jtasm(base, lazy_compile_table_size + 256); in GenerateLazyCompileTable()
125 DCHECK_EQ(lazy_compile_table_size, jtasm.pc_offset()); in GenerateLazyCompileTable()
126 FlushInstructionCache(base, lazy_compile_table_size); in GenerateLazyCompileTable()