Searched refs:refs_ (Results 1 – 13 of 13) sorted by relevance
39 this.refs_ = []; property in ParsedResponse42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];59 return this.refs_[handle];
33 this.refs_ = []; property in MirrorRefCache35 this.refs_[tmp[i].handle] = tmp[i];40 return this.refs_[handle];
44 this.refs_ = []; property in MirrorRefCache46 this.refs_[tmp[i].handle] = tmp[i];51 return this.refs_[handle];
35 this.refs_ = []; property in ParsedResponse38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];60 return this.refs_[handle];
53 this.refs_ = []; property in ParsedResponse56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];78 return this.refs_[handle];
148 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
72 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
2328 this.refs_ = []; property in ProtocolPackage2331 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];2408 var value = this.refs_[handle];
121 refs_.Add(entry); in Add()