Home | History | Annotate | Download | only in jit

Lines Matching defs:table_size

840   size_t table_size = ComputeRootTableSize(number_of_roots);
841 size_t size = RoundUp(stack_map_size + method_info_size + table_size, sizeof(void*));
870 *stack_map_data = result + table_size;