HomeSort by relevance Sort by last modified time
    Searched refs:Zone (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
block-in-ctor-dtor.cpp 7 class Zone {
9 Zone();
10 ~Zone();
13 Zone::Zone() {
18 Zone::~Zone() {
23 class X : public virtual Zone {
  /external/icu4c/tools/tzcode/
icuzones 6 # tzdata time zone files, for consistent parsing by the tools that
14 # 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%s
    [all...]
  /external/v8/src/
zone-inl.h 31 #include "zone.h"
42 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) {
91 // in the destructor. For a zone-allocated tree, nodes will be
92 // freed by the Zone.
98 // operator that takes the zone in which the object should be
101 return ZONE->New(static_cast<int>(size));
104 void* ZoneObject::operator new(size_t size, Zone* zone)
    [all...]
zone.h 42 // 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 {
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 on
    [all...]
zone.cc 31 #include "zone-inl.h"
70 Zone::Zone()
78 unsigned Zone::allocation_size_ = 0;
82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
83 isolate_->zone()->scope_nesting_--;
89 Segment* Zone::NewSegment(int size) {
101 void Zone::DeleteSegment(Segment* segment, int size) {
107 void Zone::DeleteAll() {
159 void Zone::DeleteKeptSegment()
    [all...]
lithium-allocator.h 35 #include "zone.h"
219 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)
    [all...]
data-flow.h 36 #include "zone-inl.h"
88 BitVector(int length, Zone* zone)
91 data_(zone->NewArray<uint32_t>(data_length_)) {
96 BitVector(const BitVector& other, Zone* zone)
99 data_(zone->NewArray<uint32_t>(data_length_)) {
hydrogen-instructions.cc 506 void HValue::AddNewRange(Range* r, Zone* zone) {
507 if (!HasRange()) ComputeInitialRange(zone);
508 if (!HasRange()) range_ = new(zone) Range();
522 void HValue::ComputeInitialRange(Zone* zone) {
524 range_ = InferRange(zone);
1020 Range* HValue::InferRange(Zone* zone) {
1022 Range* result = new(zone) Range()
    [all...]
hydrogen-instructions.h 40 #include "zone.h"
240 Range* CopyClearLower(Zone* zone) const {
241 return new(zone) Range(kMinInt, upper_);
243 Range* CopyClearUpper(Zone* zone) const {
244 return new(zone) Range(lower_, kMaxInt);
246 Range* Copy(Zone* zone) const {
247 Range* result = new(zone) Range(lower_, upper_)
    [all...]
hydrogen.h 38 #include "zone.h"
160 inline Zone* zone();
249 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::HGraph
383 Zone* HBasicBlock::zone() { return graph_->zone(); } function in class:v8::internal::HBasicBlock
606 inline Zone* zone()
1129 Zone* zone() { return zone_; } function in class:v8::internal::HGraphBuilder
1160 Zone* AstContext::zone() { return owner_->zone(); } function in class:v8::internal::AstContext
    [all...]
parser.h 288 Zone* zone() { return zone_; } function in class:v8::internal::RegExpBuilder
290 Zone* zone_;
400 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::RegExpParser
549 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::Parser
lithium-allocator.cc 90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) {
92 UseInterval* after = new(zone) UseInterval(pos, end_);
129 LiveRange::LiveRange(int id, Zone* zone)
141 spill_operand_(new(zone) LOperand()),
147 Zone* zone) {
151 ConvertOperands(zone);
155 void LiveRange::MakeSpilled(Zone* zone)
    [all...]
full-codegen.h 809 // A map from property names to getter/setter pairs allocated in the zone.
814 explicit AccessorTable(Zone* zone) :
818 zone_(zone) { }
827 Zone* zone_;
isolate.h 47 #include "zone.h"
839 Zone* zone() { return &zone_; } function in class:v8::internal::Isolate
    [all...]
ast.h 45 #include "zone-inl.h"
54 // Nodes are allocated in a separate zone, which allows faster
204 void* operator new(size_t size, Zone* zone) {
205 return zone->New(static_cast<int>(size));
243 // current zone from the TLS.
    [all...]
  /device/moto/stingray/whisper/
SHA_CommMarshalling.c 84 * \param[in] Zone
89 uint8_t SHAC_Read(uint8_t Zone, uint16_t Address) {
92 sendbuf[READ_ZONE_IDX] = Zone;
97 if (Zone & 0x80) // if bit 7 = 1, 32 bytes
SHA_CommMarshalling.h 207 uint8_t SHAC_GenDig(uint8_t Zone, uint16_t KeyID, uint8_t *Data);
211 uint8_t SHAC_Lock(uint8_t Zone, uint16_t Summary);
216 uint8_t SHAC_Read(uint8_t Zone, uint16_t Address);
218 uint8_t SHAC_Write(uint8_t Zone, uint16_t Address, uint8_t *Value, uint8_t *MACData);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 12 ATTRIBUTE Framed-AppleTalk-Zone 39 string
  /external/chromium/net/base/
dnssec_chain_verifier.h 69 struct Zone;
87 Error EnterZone(const base::StringPiece& zone);
94 Zone* current_zone_;
99 // already_entered_zone_ is set to true when we unwind a Zone chain and start
100 // off from a point where we have already entered a zone.
dnssec_chain_verifier.cc 23 A DNSSEC chain verifier can be in one of two states: entering a zone, or within a zone. Initially, the verifier is entering the root zone.
25 When entering a zone, the verifier reads the following structure:
44 If only a trusted key is needed within this zone, then the signature length MAY be zero. In which case, |entryKey| MUST be 0 and |numKeys| MUST be 1.
46 After processing this data, the verifier trusts one or more keys for this zone.
48 When within a zone, the verifier reads the following structure:
55 |name| must be closer to the current target domain than the current zone. Here, 'closer' is defined as a greater number of matching labels when comparing right to left.
59 DS: this indicates a zone transition to a new zone named |name|. The verifier reads the following structure
    [all...]
  /external/v8/test/cctest/
test-dataflow.cc 40 Zone* zone = ZONE; local
42 BitVector v(15, zone);
49 BitVector w(15, zone);
57 BitVector v(64, zone);
75 BitVector v(15, zone);
77 BitVector w(15, zone);
85 BitVector v(15, zone);
87 BitVector w(15, zone);
    [all...]
  /external/v8/src/arm/
lithium-arm.h 2288 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 2386 Zone* zone() { return zone_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/mips/
lithium-mips.h 2268 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/x64/
lithium-x64.h 2250 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 168 milliseconds

1 2