Searched refs:methodIsFastCall (Results 1 – 2 of 2) sorted by relevance
701 Label methodIsFastCall(env); in GenerateCircuit() local721 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, ¬FastCall); in GenerateCircuit()722 Bind(&methodIsFastCall); in GenerateCircuit()
5309 Label methodIsFastCall(env); in JSCallDispatch() local5319 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, &methodNotFastCall); in JSCallDispatch()5320 Bind(&methodIsFastCall); in JSCallDispatch()