Searched refs:I64Const (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 25 void InitExprInterface::I64Const(FullDecoder* decoder, Value* result, in I64Const() function in v8::internal::wasm::InitExprInterface
|
H A D | function-body-decoder-impl.h | 909 F(I64Const, Value* result, int64_t value) \ 3056 DECODE(I64Const) { in DECODE() 3059 CALL_INTERFACE_IF_OK_AND_REACHABLE(I64Const, &value, imm.value); in DECODE() 3545 DECODE_IMPL_CONST(I64Const); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 76 V(I64Const, 0x42, _) \
|
H A D | graph-builder-interface.cc | 371 void I64Const(FullDecoder* decoder, Value* result, int64_t value) { in I64Const() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2155 void I64Const(FullDecoder* decoder, Value* result, int64_t value) {
|
Completed in 20 milliseconds