Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dfunction-body-decoder-unittest.cc3740 ValueType rep = ref(struct_type_index); in TEST_F()
3775 ValueType rep = ref(struct_type_index); in TEST_F()
3814 ref(struct_type_index), in TEST_F()
3815 optref(struct_type_index)}; in TEST_F()
4017 {WASM_STRUCT_NEW_WITH_RTT(struct_type_index, in TEST_F()
4081 {WASM_STRUCT_SET(struct_type_index, field_index, in TEST_F()
4090 {WASM_STRUCT_SET(struct_type_index, field_index, in TEST_F()
4096 {WASM_STRUCT_SET(struct_type_index, field_index, in TEST_F()
4176 WASM_RTT_CANON(struct_type_index))}, in TEST_F()
4314 {WASM_STRUCT_NEW_WITH_RTT(struct_type_index, field_index, in TEST_F()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-wasm-objects.cc889 int struct_type_index = value.type().ref_index(); in Create() local
890 data->set(kTypeIndexIndex, Smi::FromInt(struct_type_index)); in Create()
910 int struct_type_index = Smi::ToInt(Smi::cast(data->get(kTypeIndexIndex))); in GetName() local
913 native_module->GetDebugInfo()->GetFieldName(struct_type_index, index)); in GetName()
/dports/graphics/blender/blender-2.91.0/source/tools/modules/
H A Dblendfile.py263 struct_type_index = d[0]
265 dna_struct = types[struct_type_index]