Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h103 int EffectInputCount() const { return effect_in_; } in NON_EXPORTED_BASE()
143 uint16_t effect_in_; in NON_EXPORTED_BASE() local
Doperator.cc34 effect_in_(CheckRange<uint16_t>(effect_in)), in Operator()