Searched refs:I32Const (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 20 void InitExprInterface::I32Const(FullDecoder* decoder, Value* result, in I32Const() function in v8::internal::wasm::InitExprInterface
|
H A D | wasm-module.h | 97 static ConstantExpression I32Const(int32_t value) { in I32Const() function in v8::internal::wasm::ConstantExpression
|
H A D | function-body-decoder-impl.h | 908 F(I32Const, Value* result, int32_t value) \ 3048 DECODE(I32Const) { in DECODE() 3051 CALL_INTERFACE_IF_OK_AND_REACHABLE(I32Const, &value, imm.value); in DECODE() 3109 CALL_INTERFACE_IF_OK_AND_REACHABLE(I32Const, &result, 0); in DECODE() 3544 DECODE_IMPL_CONST(I32Const); in GetOpcodeHandlerTableEntry() 4488 CALL_INTERFACE(I32Const, &value, 1); in DecodeGCOpcode() 4493 CALL_INTERFACE(I32Const, &value, 0); in DecodeGCOpcode() 4756 CALL_INTERFACE(I32Const, &result, 1); \ in DecodeGCOpcode() 4762 CALL_INTERFACE(I32Const, &result, 0); \ in DecodeGCOpcode()
|
H A D | wasm-opcodes.h | 75 V(I32Const, 0x41, _) \
|
H A D | module-decoder.cc | 1888 return ConstantExpression::I32Const(value); in consume_init_expr()
|
H A D | graph-builder-interface.cc | 367 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2151 void I32Const(FullDecoder* decoder, Value* result, int32_t value) {
|
Completed in 27 milliseconds