Home
last modified time | relevance | path

Searched refs:value_on_branch (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1212 Value* value_on_branch, uint32_t br_depth) { in BrOnCast()
1214 decoder, object, rtt, value_on_branch, br_depth, true); in BrOnCast()
1233 Value* value_on_branch, uint32_t br_depth) { in BrOnData()
1235 decoder, object, Value{nullptr, kWasmBottom}, value_on_branch, br_depth, in BrOnData()
1256 Value* value_on_branch, uint32_t br_depth) { in BrOnFunc()
1258 decoder, object, Value{nullptr, kWasmBottom}, value_on_branch, br_depth, in BrOnFunc()
1279 Value* value_on_branch, uint32_t br_depth) { in BrOnArray()
1281 decoder, object, Value{nullptr, kWasmBottom}, value_on_branch, br_depth, in BrOnArray()
1301 Value* value_on_branch, uint32_t br_depth) { in BrOnI31()
1303 decoder, object, Value{nullptr, kWasmBottom}, value_on_branch, br_dept in BrOnI31()
[all...]
H A Dfunction-body-decoder-impl.h1060 F(BrOnFunc, const Value& object, Value* value_on_branch, uint32_t br_depth) \
1061 F(BrOnData, const Value& object, Value* value_on_branch, uint32_t br_depth) \
1062 F(BrOnI31, const Value& object, Value* value_on_branch, uint32_t br_depth) \
1063 F(BrOnArray, const Value& object, Value* value_on_branch, uint32_t br_depth) \
4619 // The {value_on_branch} parameter we pass to the interface must in DecodeGCOpcode()
4622 Value* value_on_branch = stack_value(1); in DecodeGCOpcode() local
4629 CALL_INTERFACE(Forward, obj, value_on_branch); in DecodeGCOpcode()
4641 CALL_INTERFACE(BrOnCast, obj, rtt, value_on_branch, in DecodeGCOpcode()
4850 // The {value_on_branch} parameter we pass to the interface must be in DecodeGCOpcode()
4853 Value* value_on_branch in DecodeGCOpcode()
[all...]

Completed in 10 milliseconds