HomeSort by relevance Sort by last modified time
    Searched refs:refs_ (Results 1 - 14 of 14) sorted by null

  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 36 refs_ = 0;
80 refs_++;
96 assert(refs_ > 0);
97 if (--refs_ == 0) { MakeWeak(); }
100 int refs_; // ro member in class:ObjectWrap
107 assert(!obj->refs_);
  /external/v8/test/cctest/
test-threads.cc 148 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/
serialize.h 72 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
d8.js     [all...]
serialize.cc 121 refs_.Add(entry);
    [all...]
  /external/v8/test/mjsunit/
mirror-error.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
mirror-function.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
debug-return-value.js 35 this.refs_ = [];
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
60 return this.refs_[handle];
mirror-regexp.js 44 this.refs_ = [];
46 this.refs_[tmp[i].handle] = tmp[i];
51 return this.refs_[handle];
mirror-unresolved-function.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
mirror-array.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
debug-backtrace.js 53 this.refs_ = [];
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
78 return this.refs_[handle];
mirror-object.js 33 this.refs_ = [];
35 this.refs_[tmp[i].handle] = tmp[i];
40 return this.refs_[handle];
  /external/v8/test/mjsunit/regress/
regress-1081309.js 39 this.refs_ = [];
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
59 return this.refs_[handle];

Completed in 157 milliseconds