Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc39 os << WasmOpcodes::ShortNameOf(function.sig->GetReturn(i)); in operator <<()
44 os << WasmOpcodes::ShortNameOf(function.sig->GetParam(i)); in operator <<()
Dwasm-opcodes.h433 static char ShortNameOf(LocalType type) { in ShortNameOf() function