Searched defs:I32Const (Results 1 - 3 of 3) 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 | graph-builder-interface.cc | 367 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function |
Completed in 6 milliseconds