Searched refs:Zone (Results 1 - 24 of 24) 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-inl.h42 inline void* Zone::New(int size) {
72 T* Zone::NewArray(int length) {
77 bool Zone::excess_allocation() {
82 void Zone::adjust_segment_bytes_allocated(int delta) {
92 // freed by the Zone.
104 void* ZoneObject::operator new(size_t size, Zone* zone) {
121 void* ZoneList<T>::operator new(size_t size, Zone* zone) {
H A Dzone.h42 // Zone scopes are in one of two modes. Either they delete the zone
52 // The Zone supports very fast allocation of small chunks of
54 // the Zone supports deallocating all chunks in one fast
55 // operation. The Zone is used to hold temporary data structures like
58 // Note: There is no need to initialize the Zone; the first time an
65 class Zone { class in namespace:v8::internal
67 // Allocate 'size' bytes of memory in the Zone; expands the Zone by
74 // Deletes all objects and free all memory allocated in the Zone. Keeps one
118 Zone();
[all...]
H A Dzone.cc70 Zone::Zone() function in class:v8::internal::Zone
78 unsigned Zone::allocation_size_ = 0;
89 Segment* Zone::NewSegment(int size) {
101 void Zone::DeleteSegment(Segment* segment, int size) {
107 void Zone::DeleteAll() {
159 void Zone::DeleteKeptSegment() {
167 Address Zone::NewExpand(int size) {
169 // there isn't enough room in the Zone to satisfy the request.
184 V8::FatalProcessOutOfMemory("Zone");
[all...]
H A Dlithium-allocator.h219 void SplitAt(LifetimePosition pos, Zone* zone);
280 LiveRange(int id, Zone* zone);
291 LOperand* CreateAssignedOperand(Zone* zone);
296 Zone* zone);
297 void MakeSpilled(Zone* zone);
321 void SplitAt(LifetimePosition position, LiveRange* result, Zone* zone);
362 Zone* zone);
365 Zone* zone);
368 Zone* zone);
380 void ConvertOperands(Zone* zon
[all...]
H A Ddata-flow.h88 BitVector(int length, Zone* zone)
96 BitVector(const BitVector& other, Zone* zone)
H A Dhydrogen-instructions.cc506 void HValue::AddNewRange(Range* r, Zone* zone) {
522 void HValue::ComputeInitialRange(Zone* zone) {
1020 Range* HValue::InferRange(Zone* zone) {
1028 Range* HChange::InferRange(Zone* zone) {
1043 Range* HConstant::InferRange(Zone* zone) {
1053 Range* HPhi::InferRange(Zone* zone) {
1071 Range* HAdd::InferRange(Zone* zone) {
1088 Range* HSub::InferRange(Zone* zone) {
1104 Range* HMul::InferRange(Zone* zone) {
1122 Range* HDiv::InferRange(Zone* zon
[all...]
H A Dhydrogen-instructions.h240 Range* CopyClearLower(Zone* zone) const {
243 Range* CopyClearUpper(Zone* zone) const {
246 Range* Copy(Zone* zone) const {
694 void AddNewRange(Range* r, Zone* zone);
696 void ComputeInitialRange(Zone* zone);
741 virtual Range* InferRange(Zone* zone);
1217 virtual Range* InferRange(Zone* zone);
2271 virtual Range* InferRange(Zone* zone);
2449 virtual Range* InferRange(Zone* zone);
3136 static HInstruction* NewHAdd(Zone* zon
[all...]
H A Dhydrogen.h160 inline Zone* zone();
249 Zone* zone() { return isolate_->zone(); }
383 Zone* HBasicBlock::zone() { return graph_->zone(); }
606 inline Zone* zone();
1129 Zone* zone() { return zone_; }
1149 Zone* zone_;
1160 Zone* AstContext::zone() { return owner_->zone(); }
1186 HValueMap* Copy(Zone* zone) const {
1203 HValueMap(Zone* zone, const HValueMap* other);
H A Dparser.h288 Zone* zone() { return zone_; }
290 Zone* zone_;
400 Zone* zone() { return isolate_->zone(); }
549 Zone* zone() { return isolate_->zone(); }
H A Dlithium-allocator.cc90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) {
129 LiveRange::LiveRange(int id, Zone* zone)
147 Zone* zone) {
155 void LiveRange::MakeSpilled(Zone* zone) {
228 LOperand* LiveRange::CreateAssignedOperand(Zone* zone) {
276 Zone* zone) {
390 Zone* zone) {
415 Zone* zone) {
445 Zone* zone) {
469 void LiveRange::ConvertOperands(Zone* zon
[all...]
H A Dfull-codegen.h814 explicit AccessorTable(Zone* zone) :
827 Zone* zone_;
H A Disolate.h839 Zone* zone() { return &zone_; }
1182 Zone zone_;
H A Dast.h204 void* operator new(size_t size, Zone* zone) {
2977 Zone* zone_;
H A Dhydrogen.cc997 Zone* zone_;
1155 HValueMap::HValueMap(Zone* zone, const HValueMap* other)
1369 SparseSet(Zone* zone, int capacity)
1443 Zone* zone() { return graph_->zone(); }
1742 Zone* zone() { return graph_->zone(); }
7798 Zone* zone = closure()->GetIsolate()->zone();
8163 start_allocation_size_ = Zone::allocation_size_;
8170 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;
/external/v8/test/cctest/
H A Dtest-dataflow.cc40 Zone* zone = ZONE;
/external/v8/src/arm/
H A Dlithium-arm.h2288 Zone* zone() const { return zone_; }
2393 Zone* zone_;
/external/v8/src/ia32/
H A Dlithium-ia32.h2386 Zone* zone() { return zone_; }
2495 Zone* zone_;
/external/v8/src/mips/
H A Dlithium-mips.h2268 Zone* zone() const { return zone_; }
2374 Zone* zone_;
/external/v8/src/x64/
H A Dlithium-x64.h2250 Zone* zone() const { return zone_; }
2359 Zone* zone_;

Completed in 374 milliseconds