Home
last modified time | relevance | path

Searched refs:stack_value (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc236 if (generate_result()) result_ = decoder->stack_value(1)->runtime_value; in DoReturn()
H A Dgraph-builder-interface.cc331 Value* stack_base = decoder->stack_value(arity); in PopControl()
476 count > 0 ? decoder->stack_value(count + drop_values) : nullptr; in CopyStackValues()
498 : decoder->stack_value(ret_count + drop_values); in DoReturn()
1516 ? decoder->stack_value(merge->arity + drop_values) in MergeValuesInto()
H A Dfunction-body-decoder-impl.h2323 Value* stack_value(uint32_t depth) const { in stack_value() function in v8::internal::wasm::WasmFullDecoder
2770 CALL_INTERFACE(Forward, ref_object, stack_value(1)); in DECODE()
2780 CALL_INTERFACE(Forward, ref_object, stack_value(1)); in DECODE()
3657 Value* stack_base = stack_value(current_values + additional_values); in EnsureStackArguments_Slow()
3672 ArgVector args(stack_value(depth + count), count); in PeekArgs()
3689 ArgVector args(stack_value(depth + count), count); in PeekArgs()
3704 ArgVector args(stack_value(size), arg_types.size()); in PeekArgs()
4622 Value* value_on_branch = stack_value(1); in DecodeGCOpcode()
4853 Value* value_on_branch = stack_value(1); in DecodeGCOpcode()
5331 Value* stack_base = stack_value(drop_value in TypeCheckStackAgainstMerge()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3303 : decoder->stack_value(decoder_stack_index--)->type;

Completed in 19 milliseconds