Lines Matching refs:stub
36 #include "stub-cache.h"
162 // invalid stub again.
435 // Lookup is valid: Update inline cache and stub cache.
505 // Set the target to the pre monomorphic stub to delay
511 // Compute monomorphic stub.
520 // Get the constant function and compute the code stub for this
522 // that the code stub is in the stub cache.
546 // There is only one shared stub for calling normalized
548 // property must be found in the receiver for the stub to be
566 // If we're unable to compute the stub (not enough memory left), we
677 // Update inline cache and stub cache.
712 // Compute the code stub for this load.
716 // Set the target to the pre monomorphic stub to delay
720 // Compute monomorphic stub.
745 // There is only one shared stub for loading normalized
747 // property must be found in the receiver for the stub to be
774 // If we're unable to compute the stub (not enough memory left), we
849 // Rewrite to the generic keyed load stub.
890 Code* stub = generic_stub();
892 stub = string_stub();
896 stub = external_array_stub(receiver->GetElementsKind());
898 stub = indexed_interceptor_stub();
901 set_target(stub);
926 // Compute the code stub for this load.
931 // Set the target to the pre monomorphic stub to delay
935 // Compute a monomorphic stub.
973 // If we're unable to compute the stub (not enough memory left), we
1074 // Compute the code stub for this store; used for rewriting to
1075 // monomorphic state and making sure that the code stub is in the
1076 // stub cache.
1097 // The stub generated for the global object picks the value directly
1122 // If we're unable to compute the stub (not enough memory left), we
1170 // Update inline cache and stub cache.
1185 Code* stub = generic_stub();
1189 stub = external_array_stub(receiver->GetElementsKind());
1192 set_target(stub);
1220 // Compute the code stub for this store; used for rewriting to
1221 // monomorphic state and making sure that the code stub is in the
1222 // stub cache.
1251 // If we're unable to compute the stub (not enough memory left), we
1271 // Static IC stub generators.
1286 // and we do the compilation immediately, instead of waiting for the stub