Home
last modified time | relevance | path

Searched defs:OutputCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Doperator.h119 virtual int OutputCount() const FINAL { return output_count_; } in OutputCount() function
Dinstruction.h406 size_t OutputCount() const { return OutputCountField::decode(bit_field_); } in OutputCount() function