Home
last modified time | relevance | path

Searched refs:import_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dmodules.cc266 int import_index = -1; in AssignCellIndices() local
273 entry->cell_index = import_index; in AssignCellIndices()
274 import_index--; in AssignCellIndices()
/external/v8/src/asmjs/
Dasm-parser.cc376 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule() local
378 start->EmitWithI32V(kExprGetGlobal, import_index); in ValidateModule()
/external/v8/src/interpreter/
Dinterpreter-generator.cc698 Node* import_index = IntPtrSub(IntPtrConstant(-1), cell_index); in IGNITION_HANDLER() local
699 Node* cell = LoadFixedArrayElement(regular_imports, import_index); in IGNITION_HANDLER()