HomeSort by relevance Sort by last modified time
    Searched refs:zone (Results 126 - 150 of 1089) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 10 #include "src/zone/zone-containers.h"
37 explicit LoopAssignmentAnalysis(Zone* zone) : list_(zone) {}
46 AstLoopAssignmentAnalyzer(Zone* zone, CompilationInfo* info);
58 Zone* zone_;
zone-stats.h 13 #include "src/zone/zone.h"
27 Zone* zone() { function in class:v8::internal::compiler::final::final
39 Zone* zone_;
54 void ZoneReturned(Zone* zone);
56 typedef std::map<Zone*, size_t> InitialValues;
74 Zone* NewEmptyZone(const char* zone_name);
75 void ReturnZone(Zone* zone)
    [all...]
loop-variable-optimizer.cc 12 #include "src/zone/zone-containers.h"
13 #include "src/zone/zone.h"
27 Zone* zone)
30 zone_(zone),
31 limits_(graph->NodeCount(), zone),
32 induction_vars_(zone) {}
35 ZoneQueue<Node*> queue(zone());
    [all...]
loop-variable-optimizer.h 8 #include "src/zone/zone-containers.h"
43 Zone* zone, ArithmeticType arithmeticType)
48 lower_bounds_(zone),
49 upper_bounds_(zone),
69 Zone* zone);
104 Zone* zone() { return zone_; function in class:v8::internal::compiler::LoopVariableOptimizer
    [all...]
liveness-analyzer.cc 17 Zone* zone)
18 : zone_(zone),
19 blocks_(zone),
22 queue_(zone) {}
34 new (zone()->New(sizeof(LivenessAnalyzerBlock))) LivenessAnalyzerBlock(
35 blocks_.size(), local_count_, has_accumulator_, zone());
91 bool has_accumulator, Zone* zone)
92 : entries_(zone),
    [all...]
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 10 #include "src/zone/zone.h"
18 explicit NoEffects(Zone* zone) { }
27 inline void Process(HInstruction* value, Zone* zone) {
30 inline void Union(NoEffects* other, Zone* zone) {
39 inline NoState* Copy(HBasicBlock* succ, Zone* zone) {
    [all...]
hydrogen-dce.cc 18 worklist->Add(instr, zone());
26 worklist->Add(input, zone());
48 ZoneList<HValue*> worklist(10, zone());
68 ZoneList<HPhi*> worklist(graph()->blocks()->length(), zone());
87 worklist.Add(phi, zone());
hydrogen-check-elimination.cc 86 HCheckTable* Process(HInstruction* instr, Zone* zone) {
148 Zone* zone) {
153 return pred_state->Copy(succ_block, pred_block, zone);
155 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
162 Zone* zone) {
177 HCheckTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, Zone* zone) {
796 Zone* zone() const { return phase_->zone(); } function in class:v8::internal::HCheckTable
830 objects_.Add(HTransitionElementsKind::cast(instr)->object(), zone); member in class:v8::internal::HValue::kTransitionElementsKind
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
per_host.go 59 for _, zone := range p.bypassZones {
60 if strings.HasSuffix(host, zone) {
63 if host == zone[1:] {
64 // For a zone "example.com", we match "example.com"
79 // IP address, a CIDR range, a zone (*.example.com) or a hostname
122 // AddZone specifies a DNS suffix that will use the bypass proxy. A zone of
124 func (p *PerHost) AddZone(zone string) {
125 if strings.HasSuffix(zone, ".") {
126 zone = zone[:len(zone)-1
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
per_host.go 59 for _, zone := range p.bypassZones {
60 if strings.HasSuffix(host, zone) {
63 if host == zone[1:] {
64 // For a zone "example.com", we match "example.com"
79 // IP address, a CIDR range, a zone (*.example.com) or a hostname
122 // AddZone specifies a DNS suffix that will use the bypass proxy. A zone of
124 func (p *PerHost) AddZone(zone string) {
125 if strings.HasSuffix(zone, ".") {
126 zone = zone[:len(zone)-1
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 313 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
318 return new (zone())
345 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
350 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
356 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
379 : Use(value, new(zone()) LUnallocated(LUnallocated::ANY));
394 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
401 new(zone()) LUnallocated(LUnallocated::FIXED_SLOT, index));
408 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT));
453 instr->set_pointer_map(new(zone()) LPointerMap(zone()))
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 39 * Thermal Sensor/Zone and Cooling device parts.
73 * Thermal Zone State Changed Action: This is broadcast when the state of a
74 * thermal zone changes.
109 /* sZoneCriticalPendingMap stores info whether a zone is in critical state and platform
117 * decremented depending on whether criical pending flag for a zone is true/
132 * integer containing the thermal zone.
134 public static final String EXTRA_ZONE = "zone";
138 * integer containing the thermal state of the zone.
144 * integer containing the thermal event type for the zone.
150 * integer containing the temperature of the zone
705 int zone = (Integer) en.nextElement(); local
    [all...]
  /external/ltp/testcases/network/stress/dns/
dns-stress 27 # Minimum host ID in the zone file.
30 # Maximum host ID in the zone file.
77 zone "$DOMAIN" {
79 file "ltp-ns.zone";
82 zone "$net_rev.$ip_zone_opt.arpa" {
88 # zone file
89 cat << EOD > ltp-ns.zone
104 printf "dns\tIN\tA\t$net.1\n" >> ltp-ns.zone
107 printf "node$id\tIN\tA\t$net.$id\n" >> ltp-ns.zone
111 # reverse zone fil
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TimeZoneFragment.java 66 for (final Map<String, Object> zone : zoneList) {
67 zonePrefs.add(new ZonePreference(themedContext, zone));
78 // Register for zone changes
122 public ZonePreference(Context context, Map<? extends String, ?> zone) {
125 setKey((String) zone.get(ZoneGetter.KEY_ID));
127 setTitle((String) zone.get(ZoneGetter.KEY_DISPLAYNAME));
128 setSummary((String) zone.get(ZoneGetter.KEY_GMT));
129 offset = (Integer) zone.get(ZoneGetter.KEY_OFFSET);
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 116 %token ZONE
219 ZONE QUOTEDSTRING zonecontent
241 ZONE QUOTEDSTRING IN zonecontent
400 DNSZone * zone;
408 // Tear down the current zone specifiers
410 zone = d->zones;
412 while ( zone )
414 DNSZone * next = zone->next;
416 key = zone->updateKeys;
427 key = zone->queryKeys
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 360 return LDoubleStackSlot::Create(index, zone());
363 return LStackSlot::Create(index, zone());
370 chunk_ = new (zone()) LPlatformChunk(info(), graph());
395 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
400 return new (zone())
417 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
422 return Use(value, new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
428 return Use(value, new (zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
433 return Use(value, new (zone()) LUnallocated(LUnallocated::NONE));
438 return Use(value, new (zone())
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 450 * be interpreted relative to the local time zone (PR_FALSE) or GMT (PR_TRUE).
465 TIME_TOKEN zone = TT_UNKNOWN; local
497 else if (zone == TT_UNKNOWN &&
500 zone = TT_AST;
507 if (zone == TT_UNKNOWN &&
510 zone = TT_BST;
513 if (zone == TT_UNKNOWN &&
516 zone = TT_CDT;
517 else if (zone == TT_UNKNOWN &&
520 zone = TT_CST
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 347 return LDoubleStackSlot::Create(index, zone());
350 return LStackSlot::Create(index, zone());
357 chunk_ = new(zone()) LPlatformChunk(info(), graph());
382 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
387 return new (zone())
403 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
409 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
415 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
420 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
425 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 167 return new(zone()) LDebugBreak();
354 return LDoubleStackSlot::Create(index, zone());
357 return LStackSlot::Create(index, zone());
364 chunk_ = new(zone()) LPlatformChunk(info(), graph());
389 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
394 return new (zone())
410 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
416 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
422 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
427 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE))
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 340 return LDoubleStackSlot::Create(index, zone());
343 return LStackSlot::Create(index, zone());
397 chunk_ = new(zone()) LPlatformChunk(info(), graph());
422 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
427 return new (zone())
438 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
444 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
450 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
455 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
460 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 329 return LDoubleStackSlot::Create(index, zone());
332 return LStackSlot::Create(index, zone());
386 chunk_ = new(zone()) LPlatformChunk(info(), graph());
411 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
416 return new (zone())
432 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
438 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
444 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
449 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
454 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 328 return LDoubleStackSlot::Create(index, zone());
331 return LStackSlot::Create(index, zone());
337 chunk_ = new (zone()) LPlatformChunk(info(), graph());
361 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
365 return new (zone())
379 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
383 return Use(value, new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
388 return Use(value, new (zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
392 return Use(value, new (zone()) LUnallocated(LUnallocated::NONE));
396 return Use(value, new (zone()) LUnallocated(LUnallocated::NONE
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 328 return LDoubleStackSlot::Create(index, zone());
331 return LStackSlot::Create(index, zone());
385 chunk_ = new(zone()) LPlatformChunk(info(), graph());
410 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
415 return new (zone())
431 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
437 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
443 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
455 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
460 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 167 return new(zone()) LDebugBreak();
354 return LDoubleStackSlot::Create(index, zone());
357 return LStackSlot::Create(index, zone());
364 chunk_ = new(zone()) LPlatformChunk(info(), graph());
389 return new (zone()) LUnallocated(LUnallocated::FIXED_REGISTER, reg.code());
394 return new (zone())
410 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
416 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
422 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
427 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE))
    [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 121 zone());
171 names_->Add(name, zone());
214 new (zone()) ZoneList<Expression*>(3, zone());
217 zone());
220 zone());
221 arguments->Add(value, zone());
227 zone());
243 factory()->NewExpressionStatement(assignment, pos), zone());
257 zone());
    [all...]

Completed in 490 milliseconds

1 2 3 4 56 7 8 91011>>