Home
last modified time | relevance | path

Searched refs:RttCanon (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-init-expr.h143 static WasmInitExpr RttCanon(uint32_t index) { in RttCanon() function
Dinit-expr-interface.cc223 void InitExprInterface::RttCanon(FullDecoder* decoder, uint32_t type_index, in RttCanon() function in v8::internal::wasm::InitExprInterface
Dfunction-body-decoder-impl.h927 F(RttCanon, uint32_t type_index, Value* result) \
4063 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
4095 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
4179 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
4208 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
4251 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, array_imm.index, &rtt);
4393 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, array_imm.index, &rtt);
4441 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &value);
4456 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
4512 CALL_INTERFACE_IF_OK_AND_REACHABLE(RttCanon, imm.index, &rtt);
[all …]
Dwasm-opcodes-inl.h422 CASE_OP(RttCanon, "rtt.canon") in OpcodeName()
Dwasm-opcodes.h703 V(RttCanon, 0xfb30, _) \
Dgraph-builder-interface.cc1151 void RttCanon(FullDecoder* decoder, uint32_t type_index, Value* result) { in RttCanon() function in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface
1152 result->node = builder_->RttCanon(type_index); in RttCanon()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h512 Node* RttCanon(uint32_t type_index);
Dwasm-compiler.cc5714 Node* WasmGraphBuilder::RttCanon(uint32_t type_index) { in RttCanon() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5550 void RttCanon(FullDecoder* decoder, uint32_t type_index, Value* result) { in RttCanon() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler