Home
last modified time | relevance | path

Searched refs:entry_slots_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc759 isolate->factory()->NewFixedArray(entry_slots_, AllocationType::kOld); in AllocateDeclarations()
830 entry_slots_ += kGlobalVariableDeclarationSize; in record_global_variable_declaration()
833 entry_slots_ += kGlobalFunctionDeclarationSize; in record_global_function_declaration()
836 entry_slots_ += kModuleVariableDeclarationSize; in record_module_variable_declaration()
839 entry_slots_ += kModuleFunctionDeclarationSize; in record_module_function_declaration()
841 bool has_top_level_declaration() { return entry_slots_ > 0; } in has_top_level_declaration()
852 int entry_slots_ = 0; member in v8::internal::interpreter::final

Completed in 11 milliseconds