Searched refs:struct_index (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | stgdict.c | 717 Py_ssize_t struct_index = 0; /* index into dummy structs */ in PyCStructUnionType_update_stgdict() local 860 element_types[element_index++] = &structs[struct_index]; in PyCStructUnionType_update_stgdict() 861 structs[struct_index].size = length * edict->ffi_type_pointer.size; in PyCStructUnionType_update_stgdict() 862 structs[struct_index].alignment = edict->ffi_type_pointer.alignment; in PyCStructUnionType_update_stgdict() 863 structs[struct_index].type = FFI_TYPE_STRUCT; in PyCStructUnionType_update_stgdict() 864 structs[struct_index].elements = &dummy_types[dummy_index]; in PyCStructUnionType_update_stgdict() 865 ++struct_index; in PyCStructUnionType_update_stgdict()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-debug.h | 199 WireBytesRef GetFieldName(int struct_index, int field_index);
|
D | wasm-debug.cc | 211 WireBytesRef GetFieldName(int struct_index, int field_index) { in GetFieldName() argument 217 return field_names_->GetName(struct_index, field_index); in GetFieldName() 826 WireBytesRef DebugInfo::GetFieldName(int struct_index, int field_index) { in GetFieldName() argument 827 return impl_->GetFieldName(struct_index, field_index); in GetFieldName()
|
D | module-instantiate.cc | 143 int struct_index, Handle<Map> opt_rtt_parent, in CreateStructMap() argument 145 const wasm::StructType* type = module->struct_type(struct_index); in CreateStructMap()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 482 Node* StructNewWithRtt(uint32_t struct_index, const wasm::StructType* type,
|
D | wasm-compiler.cc | 5591 Node* WasmGraphBuilder::StructNewWithRtt(uint32_t struct_index, in StructNewWithRtt() argument
|