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

  /external/v8/src/wasm/
ast-decoder.h 331 typedef Result<DecodeStruct*> DecodeResult;
336 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
338 DecodeResult BuildTFGraph(AccountingAllocator* allocator, TFBuilder* builder,
347 inline DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
354 inline DecodeResult BuildTFGraph(AccountingAllocator* allocator,
ast-decoder.cc     [all...]
module-decoder.cc 792 DecodeResult result = VerifyWasmCode(module_zone->allocator(), body);
    [all...]

Completed in 54 milliseconds