Searched refs:InitExprInterface (Results 1 - 4 of 4) 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() 25 void InitExprInterface::I64Const(FullDecoder* decoder, Value* result, in I64Const() 30 void InitExprInterface::F32Const(FullDecoder* decoder, Value* result, in F32Const() 35 void InitExprInterface::F64Const(FullDecoder* decoder, Value* result, in F64Const() 40 void InitExprInterface::S128Const(FullDecoder* decoder, in S128Const() 47 void InitExprInterface::BinOp(FullDecoder* decoder, WasmOpcode opcode, in BinOp() 81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull() 87 void InitExprInterface::RefFunc(FullDecoder* decoder, uint32_t function_index, in RefFunc() 102 void InitExprInterface::GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() 120 void InitExprInterface [all...] |
H A D | init-expr-interface.h | 30 class InitExprInterface { class 45 WasmFullDecoder<validate, InitExprInterface, decoding_mode>; 47 InitExprInterface(const WasmModule* module, Isolate* isolate, in InitExprInterface() function 56 explicit InitExprInterface(WasmModule* outer_module) in InitExprInterface() function
|
H A D | module-instantiate.cc | 934 WasmFullDecoder<Decoder::kFullValidation, InitExprInterface, in EvaluateInitExpression()
|
H A D | module-decoder.cc | 1932 WasmFullDecoder<Decoder::kFullValidation, InitExprInterface, in consume_init_expr()
|
Completed in 10 milliseconds