Home
last modified time | relevance | path

Searched refs:supertype_index (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.cc28 uint32_t supertype_index, in ValidStructSubtypeDefinition()
33 super_module->types[supertype_index].struct_type; in ValidStructSubtypeDefinition()
55 uint32_t supertype_index, in ValidArraySubtypeDefinition()
60 super_module->types[supertype_index].array_type; in ValidArraySubtypeDefinition()
74 uint32_t supertype_index, in ValidFunctionSubtypeDefinition()
79 super_module->types[supertype_index].function_sig; in ValidFunctionSubtypeDefinition()
106 bool ValidSubtypeDefinition(uint32_t subtype_index, uint32_t supertype_index, in ValidSubtypeDefinition() argument
110 TypeDefinition::Kind super_kind = super_module->types[supertype_index].kind; in ValidSubtypeDefinition()
114 return ValidFunctionSubtypeDefinition(subtype_index, supertype_index, in ValidSubtypeDefinition()
117 return ValidStructSubtypeDefinition(subtype_index, supertype_index, in ValidSubtypeDefinition()
27 ValidStructSubtypeDefinition(uint32_t subtype_index, uint32_t supertype_index, const WasmModule* sub_module, const WasmModule* super_module) ValidStructSubtypeDefinition() argument
54 ValidArraySubtypeDefinition(uint32_t subtype_index, uint32_t supertype_index, const WasmModule* sub_module, const WasmModule* super_module) ValidArraySubtypeDefinition() argument
73 ValidFunctionSubtypeDefinition(uint32_t subtype_index, uint32_t supertype_index, const WasmModule* sub_module, const WasmModule* super_module) ValidFunctionSubtypeDefinition() argument
[all...]
H A Dwasm-subtyping.h85 // {supertype_index}.
95 uint32_t supertype_index,

Completed in 2 milliseconds