Searched refs:Zone (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dblock-in-ctor-dtor.cpp7 class Zone { class
9 Zone();
10 ~Zone();
13 Zone::Zone() { function in class:Zone
18 Zone::~Zone() {
23 class X : public virtual Zone {
/external/icu4c/tools/tzcode/
H A Dicuzones14 # Zone NAME GMTOFF RULES FORMAT
15 Zone Etc/Unknown 0 - Unknown
20 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
21 Zone SystemV/AST4ADT -4:00 SystemV A%sT
22 Zone SystemV/EST5EDT -5:00 SystemV E%sT
23 Zone SystemV/CST6CDT -6:00 SystemV C%sT
24 Zone SystemV/MST7MDT -7:00 SystemV M%sT
25 Zone SystemV/PST8PDT -8:00 SystemV P%sT
26 Zone SystemV/YST9YDT -9:00 SystemV Y%sT
27 Zone System
[all...]
/external/v8/src/
H A Dzone.cc37 Zone::Zone() function in class:v8::internal::Zone
45 unsigned Zone::allocation_size_ = 0;
81 friend class Zone;
87 Segment* Zone::NewSegment(int size) {
100 void Zone::DeleteSegment(Segment* segment, int size) {
106 void Zone::DeleteAll() {
158 Address Zone::NewExpand(int size) {
160 // there isn't enough room in the Zone to satisfy the request.
183 V8::FatalProcessOutOfMemory("Zone");
[all...]
H A Dzone-inl.h50 inline void* Zone::New(int size) {
68 T* Zone::NewArray(int length) {
73 bool Zone::excess_allocation() {
78 void Zone::adjust_segment_bytes_allocated(int delta) {
88 // freed by the Zone.
100 void* ZoneObject::operator new(size_t size, Zone* zone) {
H A Dzone.h35 // Zone scopes are in one of two modes. Either they delete the zone
44 // The Zone supports very fast allocation of small chunks of
46 // the Zone supports deallocating all chunks in one fast
47 // operation. The Zone is used to hold temporary data structures like
50 // Note: There is no need to initialize the Zone; the first time an
57 class Zone { class in namespace:v8::internal
59 // Allocate 'size' bytes of memory in the Zone; expands the Zone by
66 // Delete all objects and free all memory allocated in the Zone.
102 Zone();
[all...]
H A Dhydrogen.h144 inline Zone* zone();
207 Zone* zone() { return isolate_->zone(); }
310 Zone* HBasicBlock::zone() { return graph_->zone(); }
474 inline Zone* zone();
904 Zone* zone() { return zone_; }
924 Zone* zone_;
933 Zone* AstContext::zone() { return owner_->zone(); }
959 HValueMap* Copy(Zone* zone) const {
H A Dparser.h283 Zone* zone() { return zone_; }
285 Zone* zone_;
395 Zone* zone() { return isolate_->zone(); }
461 Zone* zone() { return isolate_->zone(); }
H A Disolate.h854 Zone* zone() { return &zone_; }
1167 Zone zone_;
H A Dhydrogen.cc1276 Zone* zone() { return graph_->zone(); }
1499 Zone* zone() { return graph_->zone(); }
5750 Zone* zone = closure()->GetIsolate()->zone();
6081 start_allocation_size_ = Zone::allocation_size_;
6088 unsigned size = Zone::allocation_size_ - start_allocation_size_;
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.merit12 ATTRIBUTE Framed-AppleTalk-Zone 39 string
/external/chromium/net/base/
H A Ddnssec_chain_verifier.h69 struct Zone;
94 Zone* current_zone_;
99 // already_entered_zone_ is set to true when we unwind a Zone chain and start
H A Ddnssec_chain_verifier.cc170 struct DNSSECChainVerifier::Zone { struct in class:net::DNSSECChainVerifier
176 Zone* prev;
196 Zone* next;
197 for (Zone* cur = current_zone_; cur; cur = next) {
581 Zone* prev = current_zone_;
582 current_zone_ = new Zone;
695 Zone* prev = current_zone_->prev;

Completed in 388 milliseconds