Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.h650 V(RttSub, 0xfb31, _) \
854 static WasmInitExpr RttSub(HeapType::Representation heap_type, in RttSub() function
Dwasm-opcodes-inl.h395 CASE_OP(RttSub, "rtt.sub") in OpcodeName()
Dgraph-builder-interface.cc790 void RttSub(FullDecoder* decoder, const HeapTypeImmediate<validate>& imm, in RttSub() function in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
792 result->node = BUILD(RttSub, imm.type, parent.node); in RttSub()
Dmodule-decoder.cc1794 stack.push_back(WasmInitExpr::RttSub(imm.type.representation(), in consume_init_expr()
Dfunction-body-decoder-impl.h1065 F(RttSub, const HeapTypeImmediate<validate>& imm, const Value& parent, \
3901 CALL_INTERFACE_IF_REACHABLE(RttSub, imm, parent, value);
/external/v8/src/compiler/
Dwasm-compiler.h433 Node* RttSub(wasm::HeapType type, Node* parent_rtt);
Dwasm-compiler.cc5650 Node* WasmGraphBuilder::RttSub(wasm::HeapType type, Node* parent_rtt) { in RttSub() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc3790 void RttSub(FullDecoder* decoder, const HeapTypeImmediate<validate>& imm, in RttSub() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler