Lines Matching refs:index
49 int index;
59 if (index != other.index) return false;
99 return changed_value.index < stack_index;
101 return it != changed_values_.end() && it->index == stack_index ? &*it
183 WasmValue GetStackValue(int index, Address pc, Address fp,
186 // Returns the name of the entity (with the given |index| and |kind|) derived
189 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index);
191 // Returns the module and field name of the entity (with the given |index|
195 uint32_t index);