Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dvalue-type.h66 static LoadType ForValueType(ValueType type) { in ForValueType() function
133 static StoreType ForValueType(ValueType type) { in ForValueType() function
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1163 LoadType type = LoadType::ForValueType(global->type); in GetGlobal()
1177 StoreType type = StoreType::ForValueType(global->type); in SetGlobal()