Searched refs:lazy_compile_table_size (Results 1 – 1 of 1) sorted by relevance
117 uint32_t lazy_compile_table_size = num_slots * kLazyCompileTableSlotSize; in GenerateLazyCompileTable() local119 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()