Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc352 bool WasmOpcodes::IsAnyRefOpcode(WasmOpcode opcode) { in IsAnyRefOpcode() function in v8::internal::wasm::WasmOpcodes
Dwasm-opcodes.h582 static bool IsAnyRefOpcode(WasmOpcode opcode);
Dfunction-body-decoder-impl.h2458 if (WasmOpcodes::IsAnyRefOpcode(opcode)) { in BuildSimplePrototypeOperator()