Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h107 int EffectOutputCount() const { return effect_out_; } in NON_EXPORTED_BASE()
146 uint8_t effect_out_; in NON_EXPORTED_BASE() local
Doperator.cc37 effect_out_(CheckRange<uint8_t>(effect_out)), in Operator()