Home | History | Annotate | Download | only in compiler

Lines Matching refs:ForInMode

2199 ForInMode BytecodeGraphBuilder::GetForInMode(int operand_index) {
2205 return ForInMode::kUseEnumCacheKeysAndIndices;
2207 return ForInMode::kUseEnumCacheKeys;
2209 return ForInMode::kGeneric;