HomeSort by relevance Sort by last modified time
    Searched refs:zone (Results 26 - 50 of 943) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Darwin/
malloc_set_zone_name-mprotect.cc 23 // Try to allocate a page-aligned malloc zone. Otherwise the mprotect() call
25 malloc_zone_t *zone = NULL; local
28 zone = malloc_create_zone(0, 0);
29 if (((uintptr_t)zone & (~0xfff)) == (uintptr_t)zone) {
35 printf("Warning: couldn't allocate a page-aligned zone.");
38 // malloc_set_zone_name() calls mprotect(zone, 4096, PROT_READ | PROT_WRITE),
39 // modifies the zone contents and then calls mprotect(zone, 4096, PROT_READ).
40 malloc_set_zone_name(zone, "foobar")
    [all...]
  /external/v8/src/
zone-containers.h 16 #include "src/zone-allocator.h"
22 // that uses a zone allocator.
27 explicit ZoneVector(Zone* zone)
28 : std::vector<T, zone_allocator<T>>(zone_allocator<T>(zone)) {}
32 ZoneVector(size_t size, Zone* zone)
33 : std::vector<T, zone_allocator<T>>(size, T(), zone_allocator<T>(zone)) {}
37 ZoneVector(size_t size, T def, Zone* zone)
    [all...]
type-cache.h 16 Zone zone_;
48 Type::Union(kSingletonZero, Type::MinusZeroOrNaN(), zone());
52 Type::Union(kInteger, Type::MinusZero(), zone());
54 Type::Union(kIntegerOrMinusZero, Type::NaN(), zone());
62 Type::Intersect(Type::Undefined(), Type::Untagged(), zone());
67 Type* const kAsmInt = Type::Union(kAsmSigned, kAsmUnsigned, zone());
68 Type* const kAsmFixnum = Type::Intersect(kAsmSigned, kAsmUnsigned, zone());
71 Type* const kAsmFloatQ = Type::Union(kAsmFloat, kUntaggedUndefined, zone());
72 Type* const kAsmDoubleQ = Type::Union(kAsmDouble, kUntaggedUndefined, zone());
75 Type* const kAsmIntQ = Type::Union(kAsmInt, kUntaggedUndefined, zone());
148 Zone* zone() { return &zone_; } function in class:v8::internal::final
    [all...]
effects.h 37 static Effect Unknown(Zone* zone) {
41 static Effect Forget(Zone* zone) {
46 static Effect Seq(Effect e1, Effect e2, Zone* zone) {
48 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality);
52 static Effect Alt(Effect e1, Effect e2, Zone* zone) {
54 Bounds::Either(e1.bounds, e2.bounds, zone),
183 Zone* zone() { return map_->allocator().zone(); } function in class:v8::internal::EffectsBase
253 Zone* zone() { return node_->zone; } function in class:v8::internal::NestedEffectsBase
279 Zone* zone; member in struct:v8::internal::NestedEffectsBase::Node
    [all...]
  /external/v8/test/unittests/compiler/
node-unittest.cc 34 Node* const node = Node::New(zone(), 1, &kOp0, 0, nullptr, false);
46 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false);
49 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false);
56 Node* n2 = Node::New(zone(), 2, &kOp2, 2, n0_n1, false);
67 Node* node = Node::New(zone(), 0, &kOp0, 0, nullptr, false);
73 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false);
74 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false);
80 Node* n0 = Node::New(zone(), 0, &kOp0, 0, nullptr, false);
81 Node* n1 = Node::New(zone(), 1, &kOp1, 1, &n0, false);
83 Node* n2 = Node::New(zone(), 2, &kOp2, 2, n0_n1, false)
    [all...]
live-range-unittest.cc 29 return range->SplitAt(LifetimePosition::FromInt(pos), zone());
36 TopLevelLiveRange* ret = new (zone())
41 LifetimePosition::FromInt(end), zone());
77 new (zone()) TopLevelLiveRange(1, MachineRepresentation::kTagged);
80 LifetimePosition::FromInt(0), zone()),
86 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1);
92 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1);
98 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(1, 2);
104 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 1);
110 TopLevelLiveRange* range = TestRangeBuilder(zone()).Build(0, 2)
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 157 PSH_Blue_Zone zones, zone; local
161 /* read blue zone entry, and select target top/bottom zone */
183 zone = zones;
184 for ( ; count > 0; count--, zone++ )
186 if ( reference < zone->org_ref )
189 if ( reference == zone->org_ref )
191 FT_Int delta0 = zone->org_delta;
199 zone->org_delta = delta;
204 zone->org_delta = delta
274 PSH_Blue_Zone zone = top_table->zones; local
297 PSH_Blue_Zone zone = bot_table->zones; local
320 PSH_Blue_Zone zone; local
431 PSH_Blue_Zone zone; local
556 PSH_Blue_Zone zone; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 157 PSH_Blue_Zone zones, zone; local
161 /* read blue zone entry, and select target top/bottom zone */
183 zone = zones;
184 for ( ; count > 0; count--, zone++ )
186 if ( reference < zone->org_ref )
189 if ( reference == zone->org_ref )
191 FT_Int delta0 = zone->org_delta;
199 zone->org_delta = delta;
204 zone->org_delta = delta
274 PSH_Blue_Zone zone = top_table->zones; local
297 PSH_Blue_Zone zone = bot_table->zones; local
320 PSH_Blue_Zone zone; local
431 PSH_Blue_Zone zone; local
556 PSH_Blue_Zone zone; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 157 PSH_Blue_Zone zones, zone; local
161 /* read blue zone entry, and select target top/bottom zone */
183 zone = zones;
184 for ( ; count > 0; count--, zone++ )
186 if ( reference < zone->org_ref )
189 if ( reference == zone->org_ref )
191 FT_Int delta0 = zone->org_delta;
199 zone->org_delta = delta;
204 zone->org_delta = delta
274 PSH_Blue_Zone zone = top_table->zones; local
297 PSH_Blue_Zone zone = bot_table->zones; local
320 PSH_Blue_Zone zone; local
431 PSH_Blue_Zone zone; local
556 PSH_Blue_Zone zone; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
test_alias_resourcerecordsets.py 38 self.zone = self.conn.create_zone(self.base_domain)
40 self.zone.add_a('target.%s' % self.base_domain, '102.11.23.1')
43 self.zone.delete_a('target.%s' % self.base_domain)
44 self.zone.delete()
51 alias_hosted_zone_id=self.zone.id,
54 rrs = ResourceRecordSets(self.conn, self.zone.id)
61 rrs = ResourceRecordSets(self.conn, self.zone.id)
71 alias_hosted_zone_id=self.zone.id,
74 rrs = ResourceRecordSets(self.conn, self.zone.id)
78 rrs = ResourceRecordSets(self.conn, self.zone.id
    [all...]
  /external/icu/icu4c/source/samples/datefmt/answers/
main_2.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
main_3.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
main_0.cpp 17 * TimeZone::createTimeZone() will return a GMT zone object. In order
18 * to detect this error, we check the ID of the returned zone against
23 TimeZone* zone = TimeZone::createTimeZone(id); local
24 if (zone->getID(str) != id) {
25 delete zone;
28 printf(") returned zone with ID ");
33 return zone;
main_1.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
  /external/icu/icu4c/source/samples/datefmt/
main.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
  /external/v8/src/compiler/
type-hint-analyzer.h 10 #include "src/zone-containers.h"
35 explicit TypeHintAnalyzer(Zone* zone) : zone_(zone) {}
40 Zone* zone() const { return zone_; } function in class:v8::internal::compiler::final
42 Zone* const zone_;
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 15 explicit State(Zone* zone)
16 : zone_(zone), mergelist_(2, zone), first_(true), mode_(NORMAL) { }
18 State* Process(HInstruction* instr, Zone* zone) {
91 Zone* zone) {
93 ? pred_state->Copy(succ_block, pred_block, zone)
94 : succ_state->Merge(succ_block, pred_state, pred_block, zone);
    [all...]
hydrogen-bce.h 18 explicit BoundsCheckTable(Zone* zone);
20 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));
21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
32 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
hydrogen-range-analysis.h 17 : HPhase("H_Range analysis", graph), changed_ranges_(16, zone()),
18 in_worklist_(graph->GetMaximumValueID(), zone()),
19 worklist_(32, zone()) {}
34 worklist_.Add(value, zone());
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_connmark.h 27 __u16 zone; member in struct:tc_connmark
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
test_zone.py 23 from boto.route53.zone import Zone
30 zone = Zone(mock_connection, {})
31 zone.id = None
53 result_rrs = zone.find_records('amazon.com', 'A', all=True)
  /external/iproute2/include/linux/tc_act/
tc_connmark.h 11 __u16 zone; member in struct:tc_connmark
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_connmark.h 11 __u16 zone; member in struct:tc_connmark
  /external/v8/src/ast/
ast-numbering.h 14 class Zone;
19 bool Renumber(Isolate* isolate, Zone* zone, FunctionLiteral* function);
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1

Completed in 3302 milliseconds

12 3 4 5 6 7 8 91011>>