Home | History | Annotate | Download | only in ia32

Lines Matching refs:stub

35 #include "stub-cache.h"
41 // Static IC stub generators.
776 // to do this because this generic stub does not perform map checks.
860 // Probe the stub cache.
870 // If the stub cache probing failed, the receiver might be a value.
903 // Probe the stub cache for the value object.
990 CEntryStub stub(1);
993 __ CallStub(&stub);
1169 // - there is hope that the runtime will create a monomorphic call stub
1222 // Probe the stub cache.
1720 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS);
1721 rewritten = stub.GetCode();
1723 ICCompareStub stub(op_, state);
1724 rewritten = stub.GetCode();