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

  /external/v8/tools/
tickprocessor.js 103 this.profile_ = new V8Profile();
114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
116 this.profile_.addCode(type, name, start, size);
122 this.profile_.moveCode(from, to);
127 this.profile_.deleteCode(start);
132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
237 this.profile_ = new V8Profile(separateIc);
318 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
324 self.profile_.addStaticCode(fName, fStart, fEnd);
336 this.profile_.addFuncCode(type, name, start, size, funcAddr, state)
    [all...]
  /external/webp/src/dec/
vp8i.h 110 uint8_t profile_; member in struct:__anon21192
vp8.c 274 frm_hdr->profile_ = (bits >> 1) & 7;
277 if (frm_hdr->profile_ > 3)
  /external/webp/src/enc/
vp8enci.h 407 int profile_; // VP8's profile, deduced from Config. member in struct:VP8Encoder
webpenc.c 218 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
syntax.c 175 err = PutVP8FrameHeader(pic, enc->profile_, size0);

Completed in 67 milliseconds