Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.h119 static CellIndexKind GetCellIndexKind(int cell_index);
Dmodules.cc241 ModuleDescriptor::CellIndexKind ModuleDescriptor::GetCellIndexKind( in GetCellIndexKind() function in v8::internal::ModuleDescriptor
/external/v8/src/objects/
Dmodule.cc112 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ExportIndex()
118 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ImportIndex()
153 switch (ModuleDescriptor::GetCellIndexKind(cell_index)) { in GetCell()
174 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in StoreVariable()
/external/v8/src/
Dcontexts.cc348 *attributes = ModuleDescriptor::GetCellIndexKind(cell_index) == in Lookup()
/external/v8/src/debug/
Ddebug-scopes.cc881 if (ModuleDescriptor::GetCellIndexKind(cell_index) != in SetModuleVariableValue()
/external/v8/src/compiler/
Djs-typed-lowering.cc1409 if (ModuleDescriptor::GetCellIndexKind(cell_index) == in BuildGetModuleCell()
1414 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in BuildGetModuleCell()
1447 ModuleDescriptor::GetCellIndexKind(OpParameter<int32_t>(node->op())), in ReduceJSStoreModule()