Home
last modified time | relevance | path

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

/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-unresolved-function.js33 this.refs_ = []; property in MirrorRefCache
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
Dmirror-regexp.js44 this.refs_ = []; property in MirrorRefCache
46 this.refs_[tmp[i].handle] = tmp[i];
51 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/cctest/
Dtest-threads.cc148 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start), in ThreadIdValidationThread()
155 CHECK(!(*refs_)[i].Equals(thread_id)); in Run()
158 (*refs_)[thread_no_] = thread_id; in Run()
166 i::List<i::ThreadId>* refs_; member in ThreadIdValidationThread
/external/v8/src/
Dserialize.h72 int size() const { return refs_.length(); } in size()
74 Address address(int i) { return refs_[i].address; } in address()
76 uint32_t code(int i) { return refs_[i].code; } in code()
78 const char* name(int i) { return refs_[i].name; } in name()
83 explicit ExternalReferenceTable(Isolate* isolate) : refs_(64) { in ExternalReferenceTable()
104 List<ExternalReferenceEntry> refs_; variable
Dd8.js2328 this.refs_ = []; property in ProtocolPackage
2331 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];
2408 var value = this.refs_[handle];
Dserialize.cc121 refs_.Add(entry); in Add()