Home
last modified time | relevance | path

Searched defs:zone (Results 476 - 500 of 748) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h571 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Descape-analysis.cc34 explicit Sidetable(Zone* zone) : map_(zone) {} in Sidetable() argument
50 explicit SparseSidetable(Zone* zone, T def_value = T()) in SparseSidetable() argument
107 explicit State(Zone* zone) : map_(zone) {} in State() argument
131 Zone* zone() { return zone_; } in zone() function in v8::internal::compiler::VariableTracker
171 EscapeAnalysisTracker(JSGraph* jsgraph, EffectGraphReducer* reducer, Zone* zone) EscapeAnalysisTracker() argument
293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument
369 VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, Zone* zone) VariableTracker() argument
857 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone) EscapeAnalysis() argument
[all...]
H A Dgraph-visualizer.cc420 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::GraphC1Visualizer
473 GraphC1Visualizer::GraphC1Visualizer(std::ostream& os, Zone* zone) in GraphC1Visualizer() argument
H A Dsimplified-operator.h1071 Zone* zone() const { return zone_; } in zone() function in v8::internal::AbortReason::final
H A Dgraph-assembler.h805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
H A Dgraph-assembler.cc37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument
H A Dtypes.cc665 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect() argument
717 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) { in UpdateRange() argument
737 RangeType::Limits Type::ToLimits(bitset bits, Zone* zone) { in ToLimits() argument
748 IntersectRangeAndBitset(Type range, Type bitset, Zone* zone) IntersectRangeAndBitset() argument
755 IntersectAux(Type lhs, Type rhs, UnionType* result, int size, RangeType::Limits* lims, Zone* zone) IntersectAux() argument
807 NormalizeRangeAndBitset(Type range, bitset* bits, Zone* zone) NormalizeRangeAndBitset() argument
848 Constant(double value, Zone* zone) Constant() argument
861 Constant(JSHeapBroker* broker, Handle<i::Object> value, Zone* zone) Constant() argument
882 Union(Type type1, Type type2, Zone* zone) Union() argument
934 AddToUnion(Type type, UnionType* result, int size, Zone* zone) AddToUnion() argument
949 NormalizeUnion(UnionType* unioned, int size, Zone* zone) NormalizeUnion() argument
1092 Tuple(Type first, Type second, Type third, Zone* zone) Tuple() argument
1101 OtherNumberConstant(double value, Zone* zone) OtherNumberConstant() argument
1106 HeapConstant(const HeapObjectRef& value, Zone* zone) HeapConstant() argument
1115 Range(double min, double max, Zone* zone) Range() argument
1120 Range(RangeType::Limits lims, Zone* zone) Range() argument
[all...]
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/compiler/backend/
H A Dinstruction-selector.h665 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
/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

Completed in 49 milliseconds

1...<<11121314151617181920>>...30