Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:Kill

127           Kill();
530 Kill(object);
538 Kill(object);
632 Kill(object);
646 Kill(object);
667 // Kill everything in the table.
668 void Kill() {
673 // Kill all unstable entries in the table.
691 // Kill everything in the table that may alias {object}.
692 void Kill(HValue* object) {
842 // Uncontrollable map modifications; kill everything.
843 table->Kill();
847 // Kill all unstable entries.
852 // Kill maps for each object contained in these effects.
854 table->Kill(objects_[i]->ActualValue());
884 table->Kill();