Lines Matching refs:hints
5561 int hints = compiler_hints();5562 hints = BooleanBit::set(hints, kStrictModeFunction, strict_mode == STRICT);5563 set_compiler_hints(hints);5574 int hints = compiler_hints();5575 hints = FunctionKindBits::update(hints, kind);5576 set_compiler_hints(hints);