Searched refs:Int32DivWithCheck (Results 1 – 4 of 4) sorted by relevance
335 result = builder_.Int32DivWithCheck(left, right); in VisitNumberDiv()
223 … V(Int32DivWithCheck, INT32_DIV_WITH_CHECK, GateFlags::CHECKABLE, 1, 1, 2) \
688 GateRef CircuitBuilder::Int32DivWithCheck(GateRef left, GateRef right) in Int32DivWithCheck() function in panda::ecmascript::kungfu::CircuitBuilder694 GateRef ret = GetCircuit()->NewGate(circuit_->Int32DivWithCheck(), in Int32DivWithCheck()
289 GateRef Int32DivWithCheck(GateRef left, GateRef right);