| /third_party/node/deps/v8/src/wasm/ |
| D | graph-builder-interface.cc | 74 using FullDecoder = WasmFullDecoder<validate, WasmGraphBuildingInterface>; typedef in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface 118 void StartFunction(FullDecoder* decoder) { in StartFunction() 180 void StartFunctionBody(FullDecoder* decoder, Control* block) {} in StartFunctionBody() 182 void FinishFunction(FullDecoder*) { in FinishFunction() argument 188 void OnFirstError(FullDecoder*) {} in OnFirstError() argument 190 void NextInstruction(FullDecoder*, WasmOpcode) {} in NextInstruction() argument 192 void Block(FullDecoder* decoder, Control* block) { in Block() 198 void Loop(FullDecoder* decoder, Control* block) { in Loop() 275 void Try(FullDecoder* decoder, Control* block) { in Try() 288 void If(FullDecoder* decoder, const Value& cond, Control* if_block) { in If() [all …]
|
| 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() 121 FullDecoder* decoder, const StructIndexImmediate<validate>& imm, in StructNewWithRtt() [all …]
|
| D | init-expr-interface.h | 44 using FullDecoder = variable 60 V8_INLINE void name(FullDecoder* decoder, ##__VA_ARGS__) {} 64 V8_INLINE void name(FullDecoder* decoder, ##__VA_ARGS__) { UNREACHABLE(); } 69 void name(FullDecoder* decoder, ##__VA_ARGS__); in INTERFACE_NON_CONSTANT_FUNCTIONS()
|
| D | function-body-decoder-impl.h | 5479 using FullDecoder = WasmFullDecoder<validate, EmptyInterface>; 5482 void name(FullDecoder* decoder, ##__VA_ARGS__) {}
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 373 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>; typedef in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler 552 void unsupported(FullDecoder* decoder, LiftoffBailoutReason reason, in unsupported() 564 bool DidAssemblerBailout(FullDecoder* decoder) { in DidAssemblerBailout() 570 V8_INLINE bool CheckSupportedType(FullDecoder* decoder, ValueKind kind, in CheckSupportedType() 576 V8_NOINLINE bool MaybeBailoutForUnsupportedType(FullDecoder* decoder, in MaybeBailoutForUnsupportedType() 606 void UnuseLabels(FullDecoder* decoder) { in UnuseLabels() 625 void StartFunction(FullDecoder* decoder) { in StartFunction() 683 void StackCheck(FullDecoder* decoder, WasmCodePosition position) { in StackCheck() 728 void TierupCheck(FullDecoder* decoder, WasmCodePosition position, in TierupCheck() 765 bool SpillLocalsInitially(FullDecoder* decoder, uint32_t num_params) { in SpillLocalsInitially() [all …]
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 151732 void TierupCheck(FullDecoder* decoder, WasmCodePosition position, 151750 void TierupCheckOnExit(FullDecoder* decoder) { 151762 - void BrImpl(FullDecoder* decoder, Control* target, Register scratch_reg) { 151763 + void BrImpl(FullDecoder* decoder, Control* target) { 151775 void BrOrRet(FullDecoder* decoder, uint32_t depth, 151781 - void BrOrRetImpl(FullDecoder* decoder, uint32_t depth, Register scratch_reg) { 151782 + void BrOrRetImpl(FullDecoder* decoder, uint32_t depth) {
|
| D | 0004-ohos-3.2-Beta5.patch | 45676 void AtomicOp(FullDecoder* decoder, WasmOpcode opcode,
|