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::DeleteAll() {
117 void Zone::DeleteKeptSegment() {
142 Segment* Zone::NewSegment(int size) {
154 void Zone::DeleteSegment(Segment* segment, int size) {
160 Address Zone::NewExpand(int size) {
162 // there isn't enough room in the Zone t
[all...]
H A Dtypes-inl.h117 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(int bitset, Zone* Zone) { argument
130 i::Handle<i::Map> map, Zone* zone) {
137 int tag, int length, Zone* zone) {
H A Dzone.h22 // The Zone supports very fast allocation of small chunks of
24 // the Zone supports deallocating all chunks in one fast
25 // operation. The Zone is used to hold temporary data structures like
28 // Note: There is no need to initialize the Zone; the first time an
35 class Zone { class in namespace:v8::internal
37 explicit Zone(Isolate* isolate);
38 ~Zone();
39 // Allocate 'size' bytes of memory in the Zone; expands the Zone by
46 // Deletes all objects and free all memory allocated in the Zone
[all...]
H A Dparser.h146 void Add(T* value, Zone* zone) {
196 ZoneList<T*>* GetList(Zone* zone) {
216 explicit RegExpBuilder(Zone* zone);
232 Zone* zone() const { return zone_; }
234 Zone* zone_;
254 Zone* zone);
259 Zone* zone);
318 Zone* zone)
347 Zone* zone() const { return zone_; }
357 Zone* zone
389 typedef v8::internal::Zone Zone; typedef in struct:v8::internal::ParserTraits::Type
[all...]
H A Dpreparser.h43 // typedef Zone;
68 typename Traits::Type::Zone* zone,
152 typename Traits::Type::Zone* zone = NULL);
209 typename Traits::Type::Zone* extra_param_;
237 typename Traits::Type::Zone* zone() const { return zone_; }
488 typename Traits::Type::Zone* zone_; // Only used by Parser.
859 typedef void Zone; typedef in struct:v8::internal::PreParserTraits::Type
1189 typename Traits::Type::Zone* extra_param)
/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 258 milliseconds