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

  /external/v8/src/compiler/
loop-analysis.h 41 size_t BodySize() const { return body_end_ - body_start_; }
  /external/v8/src/wasm/
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/include/pipe/
p_shader_tokens.h 40 unsigned BodySize : 24;

Completed in 57 milliseconds