Home
last modified time | relevance | path

Searched defs:zone (Results 301 - 325 of 431) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc453 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument
461 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc872 CommonOperatorBuilder::CommonOperatorBuilder(Zone* zone) in CommonOperatorBuilder() argument
[all...]
H A Djs-operator.h1111 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Djs-operator.cc795 JSOperatorBuilder::JSOperatorBuilder(Zone* zone) in JSOperatorBuilder() argument
[all...]
H A Dsimplified-operator.cc1187 SimplifiedOperatorBuilder::SimplifiedOperatorBuilder(Zone* zone) in SimplifiedOperatorBuilder() argument
[all...]
H A Djs-call-reducer.cc343 explicit CatchScope(Zone* zone) : if_exception_nodes_(zone) {} in CatchScope() argument
346 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope() argument
357 static CatchScope Outermost(Zone* zone) { return CatchScope{zone}; } in Outermost() argument
358 static CatchScope Inner(Zone* zone, JSCallReducerAssembler* gasm) { in Inner() argument
[all...]
H A Djs-generic-lowering.cc1255 Zone* JSGenericLowering::zone() const { return graph()->zone(); } zone() function in v8::internal::compiler::JSGenericLowering
[all...]
H A Dmachine-operator.cc1325 MachineOperatorBuilder( Zone* zone, MachineRepresentation word, Flags flags, AlignmentRequirements alignmentRequirements) MachineOperatorBuilder() argument
H A Djs-heap-broker.cc403 ElementAccessFeedback(Zone* zone, KeyedAccessMode const& keyed_mode, FeedbackSlotKind slot_kind) ElementAccessFeedback() argument
[all...]
H A Dscheduler.cc30 Scheduler::Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags, in Scheduler() argument
48 Schedule* Scheduler::ComputeSchedule(Zone* zone, Grap argument
239 CFGBuilder(Zone* zone, Scheduler* scheduler) CFGBuilder() argument
677 SpecialRPONumberer(Zone* zone, Schedule* schedule) SpecialRPONumberer() argument
1156 ComputeSpecialRPO(Zone* zone, Schedule* schedule) ComputeSpecialRPO() argument
1317 PrepareUsesVisitor(Scheduler* scheduler, Graph* graph, Zone* zone) PrepareUsesVisitor() argument
1403 ScheduleEarlyNodeVisitor(Zone* zone, Scheduler* scheduler) ScheduleEarlyNodeVisitor() argument
1516 ScheduleLateNodeVisitor(Zone* zone, Scheduler* scheduler) ScheduleLateNodeVisitor() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.h76 Zone* zone() const { return allocator().zone(); } in zone() function in v8::internal::VariableMap
174 Zone* zone() const { return variables_.zone(); } zone() function in v8::internal::Scope
650 Declare(Zone* zone, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, bool* was_added) Declare() argument
951 set_zone(Zone* zone) set_zone() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc73 AsmJsParser::AsmJsParser(Zone* zone, uintptr_t stack_limit, in AsmJsParser() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h469 TemplateLiteral(Zone* zone, int pos) in TemplateLiteral() argument
477 AddTemplateSpan(const AstRawString* cooked, const AstRawString* raw, int end, Zone* zone) AddTemplateSpan() argument
484 AddExpression(Expression* expression, Zone* zone) AddExpression() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc357 NewWithOneBinarySlotForTesting( Zone* zone, Isolate* isolate) NewWithOneBinarySlotForTesting() argument
365 NewWithOneCompareSlotForTesting( Zone* zone, Isolate* isolate) NewWithOneCompareSlotForTesting() argument
H A Dscope-info.cc61 Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope, in Create() argument
1166 New( IsolateT* isolate, Zone* zone, SourceTextModuleDescriptor* descr) New() argument
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc107 RegExpMacroAssemblerARM64(Isolate* isolate, Zone* zone, Mode mode, int registers_to_save) RegExpMacroAssemblerARM64() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc96 bool RegExpCharacterClass::is_standard(Zone* zone) { in is_standard() argument
231 Zone* const zone = compiler->zone(); AddNonBmpSurrogatePairs() local
329 Zone* zone = compiler->zone(); NegativeLookaroundAgainstReadDirectionAndMatch() local
345 Zone* zone = compiler->zone(); MatchAndNegativeLookaroundInReadDirection() local
412 Zone* zone = compiler->zone(); UnanchoredAdvance() local
422 AddUnicodeCaseEquivalents(ZoneList<CharacterRange>* ranges, Zone* zone) AddUnicodeCaseEquivalents() argument
448 zone); AddUnicodeCaseEquivalents() local
460 Zone* const zone = compiler->zone(); ToNode() local
655 Zone* zone = compiler->zone(); RationalizeConsecutiveAtoms() local
753 Zone* zone = compiler->zone(); RationalizeConsecutiveAtoms() local
858 Zone* zone = compiler->zone(); RationalizeConsecutiveAtoms() local
892 Zone* zone = compiler->zone(); RationalizeConsecutiveAtoms() local
981 Zone* zone = on_success_->zone(); RationalizeConsecutiveAtoms() local
993 Zone* zone = on_success_->zone(); RationalizeConsecutiveAtoms() local
1051 MaybeRewrite(ZoneList<RegExpTree*>* terms, Zone* zone) RationalizeConsecutiveAtoms() argument
1122 AssertionSequenceRewriter(ZoneList<RegExpTree*>* terms, Zone* zone) RationalizeConsecutiveAtoms() argument
1154 AddClass(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1164 AddClassNegated(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1177 ranges->Add(CharacterRange::Range(last, kMaxCodePoint), zone); RationalizeConsecutiveAtoms() local
1182 AddClassEscape(StandardCharacterSet standard_character_set, ZoneList<CharacterRange>* ranges, bool add_unicode_case_equivalents, Zone* zone) RationalizeConsecutiveAtoms() argument
1238 ranges->Add(CharacterRange::Everything(), zone); RationalizeConsecutiveAtoms() local
1244 AddCaseEquivalents(Isolate* isolate, Zone* zone, ZoneList<CharacterRange>* ranges, bool is_one_byte) RationalizeConsecutiveAtoms() argument
1288 ranges->Add(CharacterRange::Singleton(from), zone); RationalizeConsecutiveAtoms() local
1290 ranges->Add(CharacterRange::Range(from, to), zone); RationalizeConsecutiveAtoms() local
1312 ranges->Add(CharacterRange::Singleton(chars[i]), zone); RationalizeConsecutiveAtoms() local
1352 ranges->Add(CharacterRange::Range(range_from, range_to), zone); RationalizeConsecutiveAtoms() local
1375 ranges(Zone* zone) RationalizeConsecutiveAtoms() argument
1503 Negate(ZoneList<CharacterRange>* ranges, ZoneList<CharacterRange>* negated_ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1517 negated_ranges->Add(CharacterRange::Range(from, range.from() - 1), zone); RationalizeConsecutiveAtoms() local
1522 negated_ranges->Add(CharacterRange::Range(from, kMaxCodePoint), zone); RationalizeConsecutiveAtoms() local
1619 Zone* zone = compiler->zone(); RationalizeConsecutiveAtoms() local
[all...]
H A Dregexp-compiler.h566 Zone* zone() const { return zone_; } in zone() function in v8::internal::RegExpCompiler
H A Dregexp-nodes.h131 explicit RegExpNode(Zone* zone) in RegExpNode() argument
260 Zone* zone() const { return zone_; } in zone() function in v8::internal::RegExpNode
535 EndNode(Action action, Zone* zone) EndNode() argument
556 NegativeSubmatchSuccess(int stack_pointer_reg, int position_reg, int clear_capture_count, int clear_capture_start, Zone* zone) NegativeSubmatchSuccess() argument
605 ChoiceNode(int expected_size, Zone* zone) ChoiceNode() argument
669 NegativeLookaroundChoiceNode(GuardedAlternative this_must_fail, GuardedAlternative then_do_this, Zone* zone) NegativeLookaroundChoiceNode() argument
707 LoopChoiceNode(bool body_can_be_zero_length, bool read_backward, int min_loop_iterations, Zone* zone) LoopChoiceNode() argument
[all...]
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc100 RegExpMacroAssemblerS390::RegExpMacroAssemblerS390(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerS390() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp601 adoptDefault(TimeZone* zone) adoptDefault() argument
617 setDefault(const TimeZone& zone) setDefault() argument
1042 int32_t zone = -1; getEquivalentID() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp1672 string zone, country; main() local
1703 string country, coord, zone; main() local
1705 is >> country >> coord >> zone; main() local
[all...]
/third_party/python/Modules/
H A D_zoneinfo.c83 PyObject *zone; member
2269 strong_cache_node_new(PyObject *key, PyObject *zone) strong_cache_node_new() argument
2448 update_strong_cache(const PyTypeObject *const type, PyObject *key, PyObject *zone) update_strong_cache() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp286 TimeZone *zone = TimeZone::createTimeZone(*ids->snext(status)); in test4031502() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java1333 private TimeZone zone; field in Calendar
1514 Calendar(TimeZone zone, Locale aLocale) Calendar() argument
1524 Calendar(TimeZone zone, ULocale locale) Calendar() argument
1642 getInstance(TimeZone zone) getInstance() argument
1673 getInstance(TimeZone zone, Locale aLocale) getInstance() argument
1683 getInstance(TimeZone zone, ULocale locale) getInstance() argument
[all...]

Completed in 53 milliseconds

1...<<1112131415161718