Searched refs:RttSub (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 650 V(RttSub, 0xfb31, _) \ 854 static WasmInitExpr RttSub(HeapType::Representation heap_type, in RttSub() function
|
D | wasm-opcodes-inl.h | 395 CASE_OP(RttSub, "rtt.sub") in OpcodeName()
|
D | graph-builder-interface.cc | 790 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()
|
D | module-decoder.cc | 1794 stack.push_back(WasmInitExpr::RttSub(imm.type.representation(), in consume_init_expr()
|
D | function-body-decoder-impl.h | 1065 F(RttSub, const HeapTypeImmediate<validate>& imm, const Value& parent, \ 3901 CALL_INTERFACE_IF_REACHABLE(RttSub, imm, parent, value);
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 433 Node* RttSub(wasm::HeapType type, Node* parent_rtt);
|
D | wasm-compiler.cc | 5650 Node* WasmGraphBuilder::RttSub(wasm::HeapType type, Node* parent_rtt) { in RttSub() function in v8::internal::compiler::WasmGraphBuilder
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 3790 void RttSub(FullDecoder* decoder, const HeapTypeImmediate<validate>& imm, in RttSub() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler
|