HomeSort by relevance Sort by last modified time
    Searched refs:GrowFastElementsFlags (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
simplified-operator.h 190 typedef base::Flags<GrowFastElementsFlag> GrowFastElementsFlags;
192 DEFINE_OPERATORS_FOR_FLAGS(GrowFastElementsFlags)
194 std::ostream& operator<<(std::ostream&, GrowFastElementsFlags);
196 GrowFastElementsFlags GrowFastElementsFlagsOf(const Operator*)
435 const Operator* MaybeGrowFastElements(GrowFastElementsFlags flags);
simplified-operator.cc 295 std::ostream& operator<<(std::ostream& os, GrowFastElementsFlags flags) {
315 GrowFastElementsFlags GrowFastElementsFlagsOf(const Operator* op) {
317 return OpParameter<GrowFastElementsFlags>(op);
789 GrowFastElementsFlags flags) {
790 return new (zone()) Operator1<GrowFastElementsFlags>( // --
    [all...]
load-elimination.cc 647 GrowFastElementsFlags flags = GrowFastElementsFlagsOf(node->op());
    [all...]
js-builtin-reducer.cc     [all...]
js-native-context-specialization.cc     [all...]
effect-control-linearizer.cc     [all...]

Completed in 100 milliseconds