HomeSort by relevance Sort by last modified time
    Searched defs:VerifyWasmCode (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
ast-decoder.h 87 TreeResult VerifyWasmCode(FunctionEnv* env, const byte* base, const byte* start,
92 inline TreeResult VerifyWasmCode(FunctionEnv* env, const byte* start,
94 return VerifyWasmCode(env, nullptr, start, end);
ast-decoder.cc     [all...]

Completed in 815 milliseconds