HomeSort by relevance Sort by last modified time
    Searched refs:FunctionBody (Results 1 - 7 of 7) sorted by null

  /external/v8/src/wasm/
ast-decoder.h 212 struct FunctionBody {
220 static inline FunctionBody FunctionBodyForTesting(const byte* start,
231 FunctionBody& body);
233 TFBuilder* builder, FunctionBody& body);
234 bool PrintAst(base::AccountingAllocator* allocator, const FunctionBody& body,
244 FunctionBody body = {module, sig, nullptr, start, end};
252 FunctionBody body = {module, sig, nullptr, start, end};
ast-decoder.cc 415 SR_WasmDecoder(Zone* zone, TFBuilder* builder, const FunctionBody& body)
    [all...]
module-decoder.cc 548 FunctionBody body = {menv, function->sig, start_,
  /external/v8/src/parsing/
parser.h     [all...]
parser.cc     [all...]
parser-base.h 32 enum class FunctionBody { Normal, SingleExpression };
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 179 milliseconds