Home
last modified time | relevance | path

Searched refs:refs_ (Results 1 – 17 of 17) sorted by relevance

/external/v8/test/cctest/
Dtest-threads.cc41 refs_(refs), in ThreadIdValidationThread()
49 CHECK(!(*refs_)[i].Equals(thread_id)); in Run()
52 (*refs_)[thread_no_] = thread_id; in Run()
60 i::List<i::ThreadId>* refs_; member in ThreadIdValidationThread
/external/v8/test/mjsunit/regress/
Dregress-1081309.js39 this.refs_ = []; property in ParsedResponse
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
59 return this.refs_[handle];
/external/v8/test/mjsunit/
Dmirror-error.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
Dmirror-function.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
Dmirror-regexp.js43 this.refs_ = []; property in MirrorRefCache
45 this.refs_[tmp[i].handle] = tmp[i];
50 return this.refs_[handle];
Dmirror-unresolved-function.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
Ddebug-return-value.js35 this.refs_ = []; property in ParsedResponse
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
60 return this.refs_[handle];
Dmirror-array.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
Ddebug-backtrace.js53 this.refs_ = []; property in ParsedResponse
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
78 return this.refs_[handle];
Dmirror-object.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
/external/v8/test/mjsunit/es6/
Dgenerators-mirror.js17 this.refs_ = []; property in MirrorRefCache
19 this.refs_[tmp[i].handle] = tmp[i];
24 return this.refs_[handle];
Dmirror-promises.js10 this.refs_ = []; property in MirrorRefCache
12 this.refs_[tmp[i].handle] = tmp[i];
17 return this.refs_[handle];
/external/v8/src/snapshot/
Dserialize.h28 int size() const { return refs_.length(); } in size()
29 Address address(int i) { return refs_[i].address; } in address()
30 const char* name(int i) { return refs_[i].name; } in name()
44 refs_.Add(entry); in Add()
47 List<ExternalReferenceEntry> refs_; variable
/external/webp/src/enc/
Dvp8li.h51 struct VP8LBackwardRefs refs_[2]; // Backward Refs array corresponding to member
Dbackward_references.c102 refs->free_blocks_ = refs->refs_; in ClearBackwardRefs()
103 refs->tail_ = &refs->refs_; in ClearBackwardRefs()
105 refs->refs_ = NULL; in ClearBackwardRefs()
121 refs->tail_ = &refs->refs_; in VP8LBackwardRefsInit()
128 c.cur_block_ = refs->refs_; in VP8LRefsCursorInit()
129 if (refs->refs_ != NULL) { in VP8LRefsCursorInit()
181 const PixOrCopyBlock* b = src->refs_; in VP8LBackwardRefsCopy()
Dvp8l.c416 VP8LBackwardRefsInit(&enc->refs_[0], refs_block_size); in AnalyzeAndInit()
417 VP8LBackwardRefsInit(&enc->refs_[1], refs_block_size); in AnalyzeAndInit()
1024 (VP8LBackwardRefs*)enc->refs_, // cast const away in ApplyPredictFilter()
1045 (VP8LBackwardRefs*)enc->refs_, // cast const away in ApplyCrossColorFilter()
1303 return EncodeImageNoHuffman(bw, tmp_palette, &enc->hash_chain_, enc->refs_, in EncodePalette()
1339 (VP8LBackwardRefs*)enc->refs_, // cast const away in EncodeDeltaPalettePredictorImage()
1369 VP8LBackwardRefsClear(&enc->refs_[0]); in VP8LEncoderDelete()
1370 VP8LBackwardRefsClear(&enc->refs_[1]); in VP8LEncoderDelete()
1475 err = EncodeImageInternal(bw, enc->argb_, &enc->hash_chain_, enc->refs_, in VP8LEncodeStream()
Dbackward_references.h145 PixOrCopyBlock* refs_; // list of currently used blocks member