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

  /external/v8/src/wasm/
wasm-module-builder.h 48 EnsureSpace(kMaxVarInt32Size);
53 EnsureSpace(kMaxVarInt32Size);
58 EnsureSpace(kMaxVarInt32Size);
71 EnsureSpace(kMaxVarInt32Size);
72 pos_ += kMaxVarInt32Size;
leb-helper.h 13 static const size_t kMaxVarInt32Size = 5;

Completed in 256 milliseconds