Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h94 int EffectInputCount() const { return effect_in_; } in EffectInputCount()
125 uint16_t effect_in_; variable
Doperator.cc35 effect_in_(CheckRange<uint16_t>(effect_in)), in Operator()