Searched defs:cell_index (Results 1 – 14 of 14) sorted by relevance
| /external/v8/src/objects/ |
| D | module.cc | 111 int ExportIndex(int cell_index) { in ExportIndex() 117 int ImportIndex(int cell_index) { in ImportIndex() 135 int cell_index, Handle<FixedArray> names) { in CreateExport() 150 Cell* Module::GetCell(int cell_index) { in GetCell() 168 int cell_index) { in LoadVariable() 172 void Module::StoreVariable(Handle<Module> module, int cell_index, in StoreVariable() 512 int cell_index = module_info->RegularExportCellIndex(i); in PrepareInstantiate() local
|
| D | scope-info.cc | 871 int module_request, int cell_index, in New()
|
| /external/v8/src/heap/ |
| D | slot-set.h | 60 int bucket_index, cell_index, bit_index; in Insert() local 83 int bucket_index, cell_index, bit_index; in Contains() local 92 int bucket_index, cell_index, bit_index; in Remove() local 172 int bucket_index, cell_index, bit_index; in Lookup() local 371 void SlotToIndices(int slot_offset, int* bucket_index, int* cell_index, in SlotToIndices()
|
| /external/v8/src/ast/ |
| D | modules.cc | 191 int cell_index = module_info->RegularExportCellIndex(i); in DeserializeRegularExports() local 242 int cell_index) { in GetCellIndexKind()
|
| D | modules.h | 99 int cell_index; member
|
| /external/blktrace/iowatcher/ |
| D | plot.c | 882 double cell_index; in svg_io_graph_movie_array() local 905 double cell_index; in svg_io_graph_movie_array_spindle() local 991 double cell_index; in svg_io_graph_movie() local
|
| /external/v8/src/ |
| D | contexts.cc | 339 int cell_index = in Lookup() local
|
| /external/v8/src/debug/ |
| D | debug-scopes.cc | 873 int cell_index; in SetModuleVariableValue() local
|
| /external/v8/src/compiler/ |
| D | js-operator.cc | 1090 const Operator* JSOperatorBuilder::LoadModule(int32_t cell_index) { in LoadModule() 1099 const Operator* JSOperatorBuilder::StoreModule(int32_t cell_index) { in StoreModule()
|
| D | js-heap-broker.cc | 1125 CellRef ModuleRef::GetCell(int cell_index) { in GetCell()
|
| D | bytecode-graph-builder.cc | 1436 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitLdaModuleVariable() local 1445 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitStaModuleVariable() local
|
| D | js-typed-lowering.cc | 1397 int32_t cell_index = OpParameter<int32_t>(node->op()); in BuildGetModuleCell() local
|
| /external/v8/src/interpreter/ |
| D | bytecode-array-builder.cc | 1281 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreModuleVariable(int cell_index, in StoreModuleVariable() 1287 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadModuleVariable(int cell_index, in LoadModuleVariable()
|
| D | interpreter-generator.cc | 672 Node* cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER() local 714 Node* cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER() local
|