Home
last modified time | relevance | path

Searched defs:cell_index (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/objects/
Dmodule.cc111 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
Dscope-info.cc871 int module_request, int cell_index, in New()
/external/v8/src/heap/
Dslot-set.h60 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/
Dmodules.cc191 int cell_index = module_info->RegularExportCellIndex(i); in DeserializeRegularExports() local
242 int cell_index) { in GetCellIndexKind()
Dmodules.h99 int cell_index; member
/external/blktrace/iowatcher/
Dplot.c882 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/
Dcontexts.cc339 int cell_index = in Lookup() local
/external/v8/src/debug/
Ddebug-scopes.cc873 int cell_index; in SetModuleVariableValue() local
/external/v8/src/compiler/
Djs-operator.cc1090 const Operator* JSOperatorBuilder::LoadModule(int32_t cell_index) { in LoadModule()
1099 const Operator* JSOperatorBuilder::StoreModule(int32_t cell_index) { in StoreModule()
Djs-heap-broker.cc1125 CellRef ModuleRef::GetCell(int cell_index) { in GetCell()
Dbytecode-graph-builder.cc1436 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitLdaModuleVariable() local
1445 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitStaModuleVariable() local
Djs-typed-lowering.cc1397 int32_t cell_index = OpParameter<int32_t>(node->op()); in BuildGetModuleCell() local
/external/v8/src/interpreter/
Dbytecode-array-builder.cc1281 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreModuleVariable(int cell_index, in StoreModuleVariable()
1287 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadModuleVariable(int cell_index, in LoadModuleVariable()
Dinterpreter-generator.cc672 Node* cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER() local
714 Node* cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER() local