/external/v8/test/cctest/ |
D | test-threads.cc | 41 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/ |
D | regress-1081309.js | 39 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/ |
D | mirror-error.js | 33 this.refs_ = []; property in MirrorRefCache 35 this.refs_[tmp[i].handle] = tmp[i]; 40 return this.refs_[handle];
|
D | mirror-function.js | 33 this.refs_ = []; property in MirrorRefCache 35 this.refs_[tmp[i].handle] = tmp[i]; 40 return this.refs_[handle];
|
D | mirror-regexp.js | 43 this.refs_ = []; property in MirrorRefCache 45 this.refs_[tmp[i].handle] = tmp[i]; 50 return this.refs_[handle];
|
D | mirror-unresolved-function.js | 33 this.refs_ = []; property in MirrorRefCache 35 this.refs_[tmp[i].handle] = tmp[i]; 40 return this.refs_[handle];
|
D | debug-return-value.js | 35 this.refs_ = []; property in ParsedResponse 38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i]; 60 return this.refs_[handle];
|
D | mirror-array.js | 33 this.refs_ = []; property in MirrorRefCache 35 this.refs_[tmp[i].handle] = tmp[i]; 40 return this.refs_[handle];
|
D | debug-backtrace.js | 53 this.refs_ = []; property in ParsedResponse 56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i]; 78 return this.refs_[handle];
|
D | mirror-object.js | 33 this.refs_ = []; property in MirrorRefCache 35 this.refs_[tmp[i].handle] = tmp[i]; 40 return this.refs_[handle];
|
/external/v8/test/mjsunit/es6/ |
D | generators-mirror.js | 17 this.refs_ = []; property in MirrorRefCache 19 this.refs_[tmp[i].handle] = tmp[i]; 24 return this.refs_[handle];
|
D | mirror-promises.js | 10 this.refs_ = []; property in MirrorRefCache 12 this.refs_[tmp[i].handle] = tmp[i]; 17 return this.refs_[handle];
|
/external/v8/src/snapshot/ |
D | serialize.h | 28 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/ |
D | vp8li.h | 51 struct VP8LBackwardRefs refs_[2]; // Backward Refs array corresponding to member
|
D | backward_references.c | 102 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()
|
D | vp8l.c | 416 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()
|
D | backward_references.h | 145 PixOrCopyBlock* refs_; // list of currently used blocks member
|