Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h916 size_t total_extra_ops = output_count + input_count + temp_count; in New() local
917 if (total_extra_ops != 0) total_extra_ops--; in New()
920 total_extra_ops * sizeof(InstructionOperand)); in New()