Home
last modified time | relevance | path

Searched defs:zone (Results 276 - 300 of 456) sorted by relevance

1...<<111213141516171819

/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.cc336 AbstractMaps(Zone* zone) AbstractMaps() argument
339 AbstractMaps(Node* object, ZoneHandleSet<Map> maps, Zone* zone) AbstractMaps() argument
443 FieldsMerge( AbstractFields* this_fields, AbstractFields const& that_fields, Zone* zone) FieldsMerge() argument
458 Merge(AbstractState const* that, Zone* zone) Merge() argument
[all...]
H A Doperation-typer.cc20 OperationTyper::OperationTyper(JSHeapBroker* broker, Zone* zone) in OperationTyper() argument
[all...]
H A Dwasm-compiler.h249 WasmGraphBuilder( wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* sig, compiler::SourcePositionTable* spt = nullptr) WasmGraphBuilder() argument
/third_party/node/deps/v8/src/ast/
H A Dast.cc328 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore() argument
990 CaseClause::CaseClause(Zone* zone, Expression* label, in CaseClause() argument
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h366 explicit FeedbackVectorSpec(Zone* zone) : slot_kinds_(zone) { in FeedbackVectorSpec() argument
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc94 RegExpMacroAssemblerARM::RegExpMacroAssemblerARM(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerARM() argument
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc125 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc89 RegExpMacroAssemblerLOONG64(Isolate* isolate, Zone* zone, Mode mode, int registers_to_save) RegExpMacroAssemblerLOONG64() argument
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc87 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc84 RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerIA32() argument
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc98 RegExpMacroAssemblerPPC::RegExpMacroAssemblerPPC(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerPPC() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h107 static inline ZoneList<CharacterRange>* List(Zone* zone, in List() argument
286 RegExpCharacterClass( Zone* zone, ZoneList<CharacterRange>* ranges, CharacterClassFlags character_class_flags = CharacterClassFlags()) RegExpCharacterClass() argument
292 ranges->Add(CharacterRange::Everything(), zone); RegExpCharacterClass() local
320 ranges(Zone* zone) ranges() argument
386 RegExpText(Zone* zone) RegExpText() argument
394 AddElement(TextElement elm, Zone* zone) AddElement() argument
[all...]
H A Dregexp-bytecode-peephole.cc276 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode() argument
470 Zone* BytecodeSequenceNode::zone() const { return zone_; } zone() function in v8::internal::__anon14964::BytecodeSequenceNode
472 RegExpBytecodePeephole( Zone* zone, size_t buffer_size, const ZoneUnorderedMap<int, int>& jump_edges) RegExpBytecodePeephole() argument
1008 Zone* RegExpBytecodePeephole::zone() const { return zone_; } zone() function in v8::internal::__anon14964::RegExpBytecodePeephole
1013 OptimizeBytecode( Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode, int length, const ZoneUnorderedMap<int, int>& jump_edges) OptimizeBytecode() argument
[all...]
H A Dregexp.cc112 bool RegExp::VerifySyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, in VerifySyntax() argument
860 bool RegExp::CompileForTesting(Isolate* isolate, Zone* zone, in CompileForTesting() argument
870 Compile(Isolate* isolate, Zone* zone, RegExpCompileData* data, RegExpFlags flags, Handle<String> pattern, Handle<String> sample_subject, bool is_one_byte, uint32_t& backtrack_limit) Compile() argument
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc94 RegExpMacroAssemblerRISCV(Isolate* isolate, Zone* zone, Mode mode, int registers_to_save) RegExpMacroAssemblerRISCV() argument
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc95 RegExpMacroAssemblerX64::RegExpMacroAssemblerX64(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerX64() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvfmt.cpp595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument
613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
H A Ducal.cpp36 TimeZone* zone = nullptr; in _createTimeZone() local
73 TimeZone* zone = TimeZone::createDefault(); in ucal_getDefaultTimeZone() local
88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() local
98 TimeZone *zone = TimeZone::detectHostTimeZone(); ucal_getHostTimeZone() local
114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); ucal_getDSTSavings() local
[all...]
H A Dudat.cpp185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h2501 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c289 abbrok(const char *const abbrp, const char *const zone) in abbrok() argument
800 show(char *zone, time_t t, int v) in show() argument
829 abbrok(abbr(tmp), zone); show() local
969 showICU(FILE * fp, char *zone, time_t t1, time_t t2) showICU() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c502 CFF_Decoder_Zone* zone; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c1639 PSH_Blue_Zone zone; psh_glyph_find_blue_points() local
[all...]
H A Dpshalgo.h86 PSH_Zone zone; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c799 tt_prepare_zone( TT_GlyphZone zone, in tt_prepare_zone() argument
836 TT_GlyphZone zone = &loader->zone; TT_Hint_Glyph() local
[all...]

Completed in 43 milliseconds

1...<<111213141516171819