Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h862 size_t total_extra_ops = output_count + input_count + temp_count; in New() local
863 if (total_extra_ops != 0) total_extra_ops--; in New()
866 total_extra_ops * sizeof(InstructionOperand)); in New()