Searched defs:I32Const (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ | ||
D | init-expr-interface.cc | 20 void InitExprInterface::I32Const(FullDecoder* decoder, Value* result, in I32Const() function in v8::internal::wasm::InitExprInterface |
D | wasm-module.h | 97 static ConstantExpression I32Const(int32_t value) { in I32Const() function |
D | graph-builder-interface.cc | 367 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface |
/third_party/node/deps/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 2151 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler |