Searched refs:zone (Results 276 - 300 of 483) sorted by relevance

<<11121314151617181920

/external/chromium_org/v8/src/compiler/
H A Dgeneric-node.h10 #include "src/zone-containers.h"
42 inline void AppendInput(Zone* zone, GenericNode* new_input);
43 inline void InsertInput(Zone* zone, int index, GenericNode* new_input);
116 void EnsureAppendableInputs(Zone* zone);
H A Dcontrol-builders.cc81 body_environments_.AddBlock(NULL, case_count(), zone());
H A Dgraph.h25 explicit Graph(Zone* zone);
H A Dinstruction-selector.h13 #include "src/zone-containers.h"
194 Zone* instruction_zone() const { return sequence()->zone(); }
195 Zone* zone() { return &zone_; } function in class:v8::internal::compiler::FINAL
H A Djs-builtin-reducer-unittest.cc20 JSBuiltinReducerTest() : javascript_(zone()) {}
24 Typer typer(zone());
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc20 Zone* zone)
21 : RegExpMacroAssembler(zone),
26 isolate_(zone->isolate()) { }
19 RegExpMacroAssemblerIrregexp(Vector<byte> buffer, Zone* zone) argument
H A Dhydrogen-store-elimination.cc77 unobserved_.Add(store, zone());
H A Ddeoptimizer.h12 #include "src/zone-inl.h"
658 explicit TranslationBuffer(Zone* zone) : contents_(256, zone) { }
661 void Add(int32_t value, Zone* zone);
723 Zone* zone)
726 zone_(zone) {
727 buffer_->Add(BEGIN, zone);
728 buffer_->Add(frame_count, zone);
729 buffer_->Add(jsframe_count, zone);
755 Zone* zone() cons function in class:v8::internal::FrameDescription
[all...]
H A Dast-value-factory.h270 AstValueFactory(Zone* zone, uint32_t hash_seed) argument
272 zone_(zone),
H A Dcodegen.cc128 PrettyPrinter(info->zone()).PrintProgram(info->function()));
133 AstPrinter(info->zone()).PrintProgram(info->function()));
H A Dsafepoint-table.cc13 #include "src/zone-inl.h"
98 void Safepoint::DefinePointerRegister(Register reg, Zone* zone) { argument
99 registers_->Add(reg.code(), zone);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-codegen-deopt.cc97 Zone* zone() { return scope_->main_zone(); } function in class:DeoptCodegenTester
120 CommonOperatorBuilder common(zone());
237 CommonOperatorBuilder common(zone());
H A Dtest-changes-lowering.cc33 typer(this->zone()),
34 javascript(this->zone()),
63 ScopeInfo::Create(info.scope(), info.zone());
148 CompilationInfo info(this->isolate(), this->zone());
/external/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp76 * Headers { "locale", "zone", "spec", "date", "str"}
78 // zone: time zone name, or "" to not explicitly set zone
136 UnicodeString zone = currentCase->getString("zone", status); local
138 errln("case %d: No 'zone' line.", n);
187 if (zone.length() > 0) {
188 TimeZone * tz = TimeZone::createTimeZone(zone);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.h144 /* execution context charstring zone */
164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/clang/test/ARCMT/
H A DCommon.h32 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/freetype/src/cff/
H A Dcffgload.h144 /* execution context charstring zone */
164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp469 DateFormat::adoptTimeZone(TimeZone* zone) argument
472 fCalendar->adoptTimeZone(zone);
478 DateFormat::setTimeZone(const TimeZone& zone) argument
481 fCalendar->setTimeZone(zone);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.h144 /* execution context charstring zone */
164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp420 DateIntervalFormat::adoptTimeZone(TimeZone* zone) argument
423 fDateFormat->adoptTimeZone(zone);
430 fFromCalendar->setTimeZone(*zone);
433 fToCalendar->setTimeZone(*zone);
438 DateIntervalFormat::setTimeZone(const TimeZone& zone) argument
441 fDateFormat->setTimeZone(zone);
446 fFromCalendar->setTimeZone(zone);
449 fToCalendar->setTimeZone(zone);
H A Dgregocal.cpp163 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status) argument
164 : Calendar(zone, Locale::getDefault(), status),
174 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status) argument
175 : Calendar(zone, Locale::getDefault(), status),
196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, argument
198 : Calendar(zone, aLocale, status),
208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, argument
210 : Calendar(zone, aLocale, status),
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
55 * which creates a <code>TimeZone</code> based on the time zone where the program
61 * with a time zone ID. For instance, the time zone ID for the US Pacific
62 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
70 * all the supported time zone IDs, or getCanonicalID method to check
71 * if a time zone ID is supported or not. You can then choose a
73 * If the time zone you want is not represented by one of the
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone I
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp425 TimeZone *zone = TimeZone::createTimeZone(UnicodeString("ECT")); local
426 if (zone==NULL) {
432 format->setTimeZone(*zone);
461 format->setTimeZone(*zone);
472 // modify it to change the zone.
537 delete zone;
800 zone = TimeZone::createTimeZone(UnicodeString("GMT"));
801 formatter.setTimeZone(*zone);
816 delete zone;
974 // zone
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzselect.ksh5 # Ask the user about the time zone, and output the resulting TZ value to stdout.
50 TZ_ZONE_TABLE=$TZDIR/zone.tab
54 echo >&2 "$0: time zone files are not set up correctly"
74 'so that time zone rules can be set correctly.'
96 'none - I want to specify the time zone using the Posix TZ format.'
117 echo >&2 'For example, GST-10 is a zone named GST' \
133 'Posix time zone string.'
181 # Get list of names of time zone rule regions in the country.
203 'time zone regions.'
239 echo >&2 "$0: time zone file
[all...]
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.h20 RegExpMacroAssemblerX64(Mode mode, int registers_to_save, Zone* zone);
216 code_relative_fixup_positions_.Add(masm_.pc_offset(), zone());

Completed in 4317 milliseconds

<<11121314151617181920