Home
last modified time | relevance | path

Searched defs:FullDecoder (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.cc65 using FullDecoder = WasmFullDecoder<validate, WasmGraphBuildingInterface>; typedef in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
139 void FinishFunction(FullDecoder*) { builder_->PatchInStackCheckIfNeeded(); } in FinishFunction() argument
141 void OnFirstError(FullDecoder*) {} in OnFirstError() argument
143 void NextInstruction(FullDecoder*, WasmOpcode) {} in NextInstruction() argument
Dfunction-body-decoder-impl.h2497 using FullDecoder = WasmFullDecoder<validate, EmptyInterface>; variable
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc118 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>; typedef in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler