Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc495 : declarations_(0, zone), in GlobalDeclarationsBuilder()
501 declarations_.push_back(std::make_pair(slot, func)); in AddFunctionDeclaration()
506 declarations_.push_back(std::make_pair(slot, nullptr)); in AddUndefinedDeclaration()
513 static_cast<int>(declarations_.size() * 2), TENURED); in AllocateDeclarationPairs()
515 declarations_) { in AllocateDeclarationPairs()
547 bool empty() { return declarations_.empty(); } in empty()
550 ZoneVector<std::pair<FeedbackVectorSlot, FunctionLiteral*>> declarations_; member in v8::internal::interpreter::BytecodeGenerator::GlobalDeclarationsBuilder