Searched defs:FullDecoder (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | init-expr-interface.h | 44 using FullDecoder = variable
|
| D | graph-builder-interface.cc | 74 using FullDecoder = WasmFullDecoder<validate, WasmGraphBuildingInterface>; typedef in v8::internal::wasm::__anon0ad128670111::WasmGraphBuildingInterface 182 void FinishFunction(FullDecoder*) { in FinishFunction() argument 188 void OnFirstError(FullDecoder*) {} in OnFirstError() argument 190 void NextInstruction(FullDecoder*, WasmOpcode) {} in NextInstruction() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 373 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>; typedef in v8::internal::wasm::__anonca10ad270111::LiftoffCompiler 3202 void CurrentMemoryPages(FullDecoder* /* decoder */, Value* /* result */) { in CurrentMemoryPages() argument 5770 void RefIsData(FullDecoder* /* decoder */, const Value& object, in RefIsData() argument 5775 void RefIsFunc(FullDecoder* /* decoder */, const Value& object, in RefIsFunc() argument 5780 void RefIsArray(FullDecoder* /* decoder */, const Value& object, in RefIsArray() argument
|