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

/external/v8/src/ast/
H A Dmodules.h94 // GetCellIndexKind(cell_index) == kInvalid.
115 static CellIndexKind GetCellIndexKind(int cell_index);
H A Dmodules.cc215 ModuleDescriptor::CellIndexKind ModuleDescriptor::GetCellIndexKind( function in class:v8::internal::ModuleDescriptor
/external/v8/src/compiler/
H A Djs-typed-lowering.cc1522 if (ModuleDescriptor::GetCellIndexKind(cell_index) ==
1529 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index),
1560 if (ModuleDescriptor::GetCellIndexKind(cell_index) ==
1567 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index),
/external/v8/src/
H A Dobjects.cc19879 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index),
19885 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index),
19922 switch (ModuleDescriptor::GetCellIndexKind(cell_index)) {
19941 DCHECK_EQ(ModuleDescriptor::GetCellIndexKind(cell_index),

Completed in 180 milliseconds