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

  /external/v8/src/wasm/
encoder.h 26 uint32_t BodySize() const;
91 uint32_t BodySize() const;
encoder.cc 266 uint32_t WasmFunctionEncoder::BodySize(void) const {
325 uint32_t WasmDataSegmentEncoder::BodySize() const {
485 sizes.Add(function->HeaderSize() + function->BodySize(),
491 sizes.Add(segment->HeaderSize(), segment->BodySize());
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 146 return header.HeaderSize + header.BodySize;
tgsi_build.c 45 header.BodySize = 0;
54 assert( header->BodySize == 0 );
62 assert( header->BodySize < 0xFFFFFF );
64 header->BodySize++;
    [all...]
tgsi_parse.c 63 ctx->FullHeader.Header.HeaderSize + ctx->FullHeader.Header.BodySize;
tgsi_ureg.c     [all...]
  /external/v8/src/compiler/
loop-analysis.h 41 size_t BodySize() const { return body_end_ - body_start_; }
  /external/v8/test/unittests/wasm/
encoder-unittest.cc 84 ZoneVector<uint8_t> buffer_vector(f->HeaderSize() + f->BodySize(), &zone);
106 ZoneVector<uint8_t> buffer_vector(f->HeaderSize() + f->BodySize(), &zone);
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 40 unsigned BodySize : 24;
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 148 CHECK_EQ(body_count, static_cast<int>(loop->BodySize()));

Completed in 86 milliseconds