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

  /external/v8/test/cctest/
test-threads.cc 41 refs_(refs),
49 CHECK(!(*refs_)[i].Equals(thread_id));
52 (*refs_)[thread_no_] = thread_id;
60 i::List<i::ThreadId>* refs_; member in class:ThreadIdValidationThread
  /external/webp/src/enc/
vp8li.h 51 struct VP8LBackwardRefs refs_[2]; // Backward Refs array corresponding to member in struct:__anon26633
backward_references.h 145 PixOrCopyBlock* refs_; // list of currently used blocks member in struct:VP8LBackwardRefs
backward_references.c 102 refs->free_blocks_ = refs->refs_;
103 refs->tail_ = &refs->refs_;
105 refs->refs_ = NULL;
121 refs->tail_ = &refs->refs_;
128 c.cur_block_ = refs->refs_;
129 if (refs->refs_ != NULL) {
181 const PixOrCopyBlock* b = src->refs_;
    [all...]
vp8l.c 416 VP8LBackwardRefsInit(&enc->refs_[0], refs_block_size);
417 VP8LBackwardRefsInit(&enc->refs_[1], refs_block_size);
    [all...]
  /external/v8/test/mjsunit/es6/
generators-mirror.js 17 this.refs_ = [];
19 this.refs_[tmp[i].handle] = tmp[i];
24 return this.refs_[handle];
mirror-promises.js 10 this.refs_ = [];
12 this.refs_[tmp[i].handle] = tmp[i];
17 return this.refs_[handle];
  /external/v8/test/mjsunit/
mirror-error.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
mirror-function.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
mirror-regexp.js 43 this.refs_ = [];
45 this.refs_[tmp[i].handle] = tmp[i];
50 return this.refs_[handle];
debug-return-value.js 35 this.refs_ = [];
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
60 return this.refs_[handle];
mirror-unresolved-function.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
mirror-array.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
debug-backtrace.js 53 this.refs_ = [];
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
78 return this.refs_[handle];
mirror-object.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
  /external/v8/test/mjsunit/regress/
regress-1081309.js 39 this.refs_ = [];
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
59 return this.refs_[handle];
  /external/v8/src/snapshot/
serialize.h 28 int size() const { return refs_.length(); }
29 Address address(int i) { return refs_[i].address; }
30 const char* name(int i) { return refs_[i].name; }
44 refs_.Add(entry);
47 List<ExternalReferenceEntry> refs_; member in class:v8::internal::ExternalReferenceTable

Completed in 166 milliseconds