Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.h115 static CellIndexKind GetCellIndexKind(int cell_index);
Dmodules.cc218 ModuleDescriptor::CellIndexKind ModuleDescriptor::GetCellIndexKind( in GetCellIndexKind() function in v8::internal::ModuleDescriptor
/external/v8/src/compiler/
Djs-typed-lowering.cc1658 if (ModuleDescriptor::GetCellIndexKind(cell_index) == in ReduceJSLoadModule()
1665 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ReduceJSLoadModule()
1696 if (ModuleDescriptor::GetCellIndexKind(cell_index) == in ReduceJSStoreModule()
1703 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ReduceJSStoreModule()
/external/v8/src/
Dobjects.cc19659 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ExportIndex()
19665 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in ImportIndex()
19702 switch (ModuleDescriptor::GetCellIndexKind(cell_index)) { in LoadVariable()
19721 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index), in StoreVariable()