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

/external/v8/test/mjsunit/regress/
H A Dregress-1081309.js39 this.refs_ = [];
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
59 return this.refs_[handle];
/external/v8/test/mjsunit/
H A Dmirror-error.js33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
H A Dmirror-function.js33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
H A Dmirror-unresolved-function.js33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
H A Ddebug-return-value.js35 this.refs_ = [];
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
60 return this.refs_[handle];
H A Dmirror-regexp.js44 this.refs_ = [];
46 this.refs_[tmp[i].handle] = tmp[i];
51 return this.refs_[handle];
H A Dmirror-array.js33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
H A Ddebug-backtrace.js53 this.refs_ = [];
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
78 return this.refs_[handle];
H A Dmirror-object.js33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
/external/v8/test/cctest/
H A Dtest-threads.cc148 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),
155 CHECK(!(*refs_)[i].Equals(thread_id));
158 (*refs_)[thread_no_] = thread_id;
166 i::List<i::ThreadId>* refs_; member in class:ThreadIdValidationThread
/external/v8/src/
H A Dserialize.h72 int size() const { return refs_.length(); }
74 Address address(int i) { return refs_[i].address; }
76 uint32_t code(int i) { return refs_[i].code; }
78 const char* name(int i) { return refs_[i].name; }
83 explicit ExternalReferenceTable(Isolate* isolate) : refs_(64) {
104 List<ExternalReferenceEntry> refs_; member in class:v8::internal::ExternalReferenceTable
H A Dd8.js2328 this.refs_ = [];
2331 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];
2408 var value = this.refs_[handle];
H A Dserialize.cc121 refs_.Add(entry);

Completed in 278 milliseconds