| /third_party/node/deps/v8/src/compiler/ |
| H A D | common-operator.h | 571 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|
| H A D | escape-analysis.cc | 34 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 D | graph-visualizer.cc | 420 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 D | simplified-operator.h | 1071 Zone* zone() const { return zone_; } in zone() function in v8::internal::AbortReason::final
|
| H A D | graph-assembler.h | 805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
|
| H A D | graph-assembler.cc | 37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument
|
| H A D | types.cc | 665 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 D | load-elimination.cc | 336 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 D | operation-typer.cc | 20 OperationTyper::OperationTyper(JSHeapBroker* broker, Zone* zone) in OperationTyper() argument [all...] |
| H A D | wasm-compiler.h | 249 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 D | instruction-selector.h | 665 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.cc | 328 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 D | feedback-vector.h | 366 explicit FeedbackVectorSpec(Zone* zone) : slot_kinds_(zone) { in FeedbackVectorSpec() argument
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| H A D | regexp-macro-assembler-arm.cc | 94 RegExpMacroAssemblerARM::RegExpMacroAssemblerARM(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerARM() argument
|
| /third_party/node/deps/v8/src/regexp/mips64/ |
| H A D | regexp-macro-assembler-mips64.cc | 125 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument
|
| /third_party/node/deps/v8/src/regexp/loong64/ |
| H A D | regexp-macro-assembler-loong64.cc | 89 RegExpMacroAssemblerLOONG64(Isolate* isolate, Zone* zone, Mode mode, int registers_to_save) RegExpMacroAssemblerLOONG64() argument
|
| /third_party/node/deps/v8/src/regexp/mips/ |
| H A D | regexp-macro-assembler-mips.cc | 87 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument
|
| /third_party/node/deps/v8/src/regexp/ia32/ |
| H A D | regexp-macro-assembler-ia32.cc | 84 RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerIA32() argument
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| H A D | regexp-macro-assembler-ppc.cc | 98 RegExpMacroAssemblerPPC::RegExpMacroAssemblerPPC(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerPPC() argument
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-ast.h | 107 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 D | regexp-bytecode-peephole.cc | 276 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 D | regexp.cc | 112 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 D | regexp-macro-assembler-riscv64.cc | 94 RegExpMacroAssemblerRISCV(Isolate* isolate, Zone* zone, Mode mode, int registers_to_save) RegExpMacroAssemblerRISCV() argument
|
| /third_party/node/deps/v8/src/regexp/x64/ |
| H A D | regexp-macro-assembler-x64.cc | 95 RegExpMacroAssemblerX64::RegExpMacroAssemblerX64(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerX64() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dtitvfmt.cpp | 595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument 613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
|