https://chromiumcodereview.appspot.com/10263008/diff/1/src/ic.cc#newcode2469 src/ic.cc:2469: Code* CompareIC::initialize_stub(Token::Value op) {
On 2012/04/30 14:27:10, Vyacheslav Egorov wrote:
> I guess it should be called GetUnitializedStub() or something. (naming
convetion
> limits foo_bar methods to getters).
Done. Renamed to GetRawUninitialized() to be in sync with the handlified
version a few lines below. We might consider renaming the stub accessors
for LoadICs and StoreICs as well at some point.