HomeSort by relevance Sort by last modified time
    Searched refs:refs_ (Results 1 - 12 of 12) 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/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];
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];
  /external/v8/src/
serialize.cc 76 int size() const { return refs_.length(); }
78 Address address(int i) { return refs_[i].address; }
80 uint32_t code(int i) { return refs_[i].code; }
82 const char* name(int i) { return refs_[i].name; }
89 ExternalReferenceTable() : refs_(64) { PopulateTable(); }
106 List<ExternalReferenceEntry> refs_; member in class:v8::internal::ExternalReferenceTable
157 refs_.Add(entry);
    [all...]
d8.js     [all...]
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js     [all...]

Completed in 1151 milliseconds