Lines Matching refs:stub
37 #include "stub-cache.h"
168 // The stub was generated for JSObject but called for non-JSObject.
514 // Lookup is valid: Update inline cache and stub cache.
643 // Get the constant function and compute the code stub for this
645 // that the code stub is in the stub cache.
677 // There is only one shared stub for calling normalized
679 // property must be found in the receiver for the stub to be
731 // Set the target to the pre monomorphic stub to delay
767 // If we're unable to compute the stub (not enough memory left), we
780 // GenerateMonomorphicCacheProbe. It is not the map which holds the stub.
784 // Update the stub cache.
1008 // Update inline cache and stub cache.
1048 // Compute the code stub for this load.
1053 // Set the target to the pre monomorphic stub to delay
1061 // Compute monomorphic stub.
1088 // There is only one shared stub for loading normalized
1090 // property must be found in the receiver for the stub to be
1117 // If we're unable to compute the stub (not enough memory left), we
1165 // TODO(1073): don't ignore the current stub state.
1225 // Rewrite to the generic keyed load stub.
1269 Code* stub = generic_stub();
1272 stub = string_stub();
1279 stub = probe->IsFailure() ?
1282 stub = indexed_interceptor_stub();
1287 stub = probe->IsFailure() ?
1292 if (stub != NULL) set_target(stub);
1326 // Compute the code stub for this load.
1332 // Set the target to the pre monomorphic stub to delay
1336 stub.
1373 // If we're unable to compute the stub (not enough memory left), we
1523 // If no inlined store ic was patched, generate a stub for this
1540 // Generate a generic stub that goes to the runtime when we see a global
1542 Code* stub = (strict_mode == kStrictMode)
1545 if (target() != stub) {
1546 set_target(stub);
1574 // Compute the code stub for this store; used for rewriting to
1575 // monomorphic state and making sure that the code stub is in the
1576 // stub cache.
1597 // The stub generated for the global object picks the value directly
1629 // If we're unable to compute the stub (not enough memory left), we
1644 // Update the stub cache.
1687 // Update inline cache and stub cache.
1702 Code* stub =
1711 stub = probe->IsFailure() ?
1717 stub = probe->IsFailure() ?
1722 if (stub != NULL) set_target(stub);
1752 // Compute the code stub for this store; used for rewriting to
1753 // monomorphic state and making sure that the code stub is in the
1754 // stub cache.
1786 // If we're unable to compute the stub (not enough memory left), we
1808 // Static IC stub generators.
1843 // and we do the compilation immediately, instead of waiting for the stub
2091 // That is the only way to get here from the Smi stub.
2182 ICCompareStub stub(op, UNINITIALIZED);
2183 return stub.GetCode();