Searched defs:Nesting (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterface.cc28 class Nesting { class in namespace:v8::internal
30 Nesting() { current_ += 2; } function in class:v8::internal::Nesting
31 ~Nesting() { current_ -= 2; }
37 int Nesting::current_ = 0;
48 PrintF("%*s# Adding...\n", Nesting::current(), "");
49 PrintF("%*sthis = ", Nesting::current(), "");
50 this->Print(Nesting::current());
52 PrintF("%*s%.*s : ", Nesting::current(), "", symbol->length(),
54 interface->Print(Nesting::current());
76 Nesting neste
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc1221 struct Nesting { struct
1223 Nesting* parent;
1224 Inner(Nesting* p) : parent(p) {}
1233 Nesting() : i0(this), i1(this), i2(this), i3(this) {} function in struct:Nesting
1237 REGISTER_OBJ_MAKER(nesting_i0, Nesting::Inner* p = &((new Nesting())->i0);)
1238 REGISTER_OBJ_MAKER(nesting_i1, Nesting::Inner* p = &((new Nesting())->i1);)
1239 REGISTER_OBJ_MAKER(nesting_i2, Nesting::Inner* p = &((new Nesting())
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc1221 struct Nesting { struct
1223 Nesting* parent;
1224 Inner(Nesting* p) : parent(p) {}
1233 Nesting() : i0(this), i1(this), i2(this), i3(this) {} function in struct:Nesting
1237 REGISTER_OBJ_MAKER(nesting_i0, Nesting::Inner* p = &((new Nesting())->i0);)
1238 REGISTER_OBJ_MAKER(nesting_i1, Nesting::Inner* p = &((new Nesting())->i1);)
1239 REGISTER_OBJ_MAKER(nesting_i2, Nesting::Inner* p = &((new Nesting())
[all...]

Completed in 1014 milliseconds