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

  /art/runtime/
indirect_reference_table.h 118 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/parsing/
parser.h 54 FLAG_ACCESSOR(kGlobal, is_global, set_global)
166 kGlobal = 1 << 3,
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 91 milliseconds