Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc336 LocalType return_type = TypeFrom(func_type->Result()); in VisitFunctionLiteral()
339 LocalType type = TypeFrom(func_type->Parameter(i)); in VisitFunctionLiteral()
992 return TypeFrom(expr->bounds().lower); in TypeOf()
995 LocalType TypeFrom(TypeImpl<ZoneTypeConfig>* type) { in TypeFrom() function in v8::internal::wasm::AsmWasmBuilderImpl