Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc248 os << WasmOpcodes::ShortNameOf(sig.GetReturn(i)); in operator <<()
253 os << WasmOpcodes::ShortNameOf(sig.GetParam(i)); in operator <<()
Dwasm-opcodes.h664 static char ShortNameOf(ValueType type) { in ShortNameOf() function
Dfunction-body-decoder.cc1308 PrintF(" %c@%d:%s", WasmOpcodes::ShortNameOf(val.type), in DecodeFunctionBody()