Searched defs:Zone (Results 1 - 8 of 8) 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/chromium_org/v8/src/
H A Dzone.cc47 Zone::Zone(Isolate* isolate) function in class:v8::internal::Zone
57 Zone::~Zone() {
65 void* Zone::New(int size) {
106 void Zone::DeleteAll() {
158 void Zone::DeleteKeptSegment() {
183 Segment* Zone::NewSegment(int size) {
195 void Zone::DeleteSegment(Segment* segment, int size) {
201 Address Zone
[all...]
H A Dtypes-inl.h118 Type::bitset bitset, Zone* Zone) {
131 i::Handle<i::Map> map, Zone* zone) {
138 int tag, int length, Zone* zone) {
117 from_bitset( Type::bitset bitset, Zone* Zone) argument
H A Dzone.h24 // The Zone supports very fast allocation of small chunks of
26 // the Zone supports deallocating all chunks in one fast
27 // operation. The Zone is used to hold temporary data structures like
30 // Note: There is no need to initialize the Zone; the first time an
37 class Zone { class in namespace:v8::internal
39 explicit Zone(Isolate* isolate);
40 ~Zone();
41 // Allocate 'size' bytes of memory in the Zone; expands the Zone by
52 // Deletes all objects and free all memory allocated in the Zone
[all...]
H A Dparser.h112 void Add(T* value, Zone* zone) {
162 ZoneList<T*>* GetList(Zone* zone) {
182 explicit RegExpBuilder(Zone* zone);
198 Zone* zone() const { return zone_; }
200 Zone* zone_;
220 Zone* zone);
225 Zone* zone);
284 Zone* zone)
313 Zone* zone() const { return zone_; }
323 Zone* zone
356 typedef v8::internal::Zone Zone; typedef in struct:v8::internal::ParserTraits::Type
[all...]
H A Dpreparser.h45 // typedef Zone;
72 ParserRecorder* log, typename Traits::Type::Zone* zone,
168 typename Traits::Type::Zone* zone = NULL,
174 typename Traits::Type::Zone* zone = NULL,
234 typename Traits::Type::Zone* extra_param_;
291 typename Traits::Type::Zone* zone() const { return zone_; }
594 typename Traits::Type::Zone* zone_; // Only used by Parser.
1121 typedef void Zone; typedef in struct:v8::internal::PreParserTraits::Type
1557 typename Traits::Type::Scope* scope, typename Traits::Type::Zone* zone,
1580 typename Traits::Type::Scope** scope, typename Traits::Type::Zone* zon
[all...]
/external/smack/src/org/xbill/DNS/
H A DZone.java9 * A DNS Zone. This encapsulates all data related to a Zone, and provides
15 public class Zone implements Serializable { class in inherits:Serializable
40 synchronized (Zone.this) {
128 * Creates a Zone from the records in the specified master file.
134 Zone(Name zone, String file) throws IOException { method in class:Zone
149 * Creates a Zone from an array of records.
155 Zone(Name zone, Record [] records) throws IOException { method in class:Zone
183 * Creates a Zone by doing the specified zone transfer.
188 Zone(ZoneTransferI method in class:Zone
197 Zone(Name zone, int dclass, String remote) method in class:Zone
[all...]
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2141 // DLat = max (N.depth - (CurrCycle - N.ReadyCycle) for N in Zone
2312 SchedBoundary &Zone) {
2313 if (Zone.isTop()) {
2314 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) {
2324 if (Cand.SU->getHeight() > Zone.getScheduledLatency()) {
2535 /// \param Zone describes the scheduled zone that we are extending.
2540 SchedBoundary &Zone,
2546 if (Zone.isTop()) {
2583 if (tryGreater(biasPhysRegCopy(TryCand.SU, Zone.isTop()),
2584 biasPhysRegCopy(Cand.SU, Zone
2310 tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, SchedBoundary &Zone) argument
2538 tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand, SchedBoundary &Zone, const RegPressureTracker &RPTracker, RegPressureTracker &TempTracker) argument
2673 pickNodeFromQueue(SchedBoundary &Zone, const RegPressureTracker &RPTracker, SchedCandidate &Cand) argument
[all...]

Completed in 678 milliseconds