HomeSort by relevance Sort by last modified time
    Searched defs:kGlobal (Results 1 - 5 of 5) sorted by null

  /art/runtime/
indirect_reference_table.h 97 kGlobal = 2, // <<global reference>>
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 276 int kGlobal; // expected-note {{here}}
279 constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant expression}} expected-note {{read of non-const}}
p3.cpp 244 int kGlobal; // expected-note {{here}}
246 return kGlobal; // expected-note {{read of non-const}}
  /external/v8/src/heap/
heap.h 568 enum UpdateAllocationSiteMode { kGlobal, kCached };
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 333 milliseconds