Home
last modified time | relevance | path

Searched refs:accumulator_hints_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dserializer-for-background-compilation.cc865 Hints const& accumulator_hints() const { return accumulator_hints_; } in accumulator_hints()
868 Hints& accumulator_hints() { return accumulator_hints_; } in accumulator_hints()
875 Hints accumulator_hints_; member in v8::internal::compiler::SerializerForBackgroundCompilation::Environment
963 accumulator_hints_ = other->accumulator_hints_; in Merge()
973 accumulator_hints_.Merge(other->accumulator_hints_, zone, broker); in Merge()