Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.cc249 int export_index = 1; in AssignCellIndices() local
260 entry->cell_index = export_index; in AssignCellIndices()
263 export_index++; in AssignCellIndices()
/external/v8/src/interpreter/
Dinterpreter-generator.cc687 Node* export_index = IntPtrSub(cell_index, IntPtrConstant(1)); in IGNITION_HANDLER() local
688 Node* cell = LoadFixedArrayElement(regular_exports, export_index); in IGNITION_HANDLER()
729 Node* export_index = IntPtrSub(cell_index, IntPtrConstant(1)); in IGNITION_HANDLER() local
730 Node* cell = LoadFixedArrayElement(regular_exports, export_index); in IGNITION_HANDLER()
/external/v8/src/wasm/
Dmodule-compiler.cc1889 int export_index = 0; // Index into {export_wrappers}. in ProcessExports() local
1910 export_wrappers->GetValueChecked<Code>(isolate_, export_index); in ProcessExports()
1927 export_index++; in ProcessExports()
2028 DCHECK_EQ(export_index, export_wrappers->length()); in ProcessExports()