Lines Matching refs:stub
38 #include "stub-cache.h"
45 // Static IC stub generators.
548 // Probe the stub cache.
558 // If the stub cache probing failed, the receiver might be a value.
593 // Probe the stub cache for the value object.
669 CEntryStub stub(1);
670 __ CallStub(&stub);
835 // - there is hope that the runtime will create a monomorphic call stub
876 // Probe the stub cache.
1455 // to do this because this generic stub does not perform map checks.
1545 // Get the receiver from the stack and probe the stub cache.
1700 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS, r1, r0);
1701 rewritten = stub.GetCode();
1703 ICCompareStub stub(op_, state);
1704 rewritten = stub.GetCode();