Home
last modified time | relevance | path

Searched defs:zone (Results 376 - 400 of 455) sorted by relevance

1...<<111213141516171819

/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc170 Zone* zone() { return typer_->zone(); } in zone() function in v8::internal::compiler::Typer::Visitor
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc33 BlockState(int block_count, Zone* zone) in BlockState() argument
253 explicit DeferredBlocksRegion(Zone* zone, int number_of_blocks) in DeferredBlocksRegion() argument
455 Zone* zone in AddDeferredSpillOutput() local
119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
749 New(RegisterKind kind, int num_allocatable_registers, Zone* zone) New() argument
936 Zone* zone() const { return zone_; } zone() function in v8::internal::compiler::final
991 AddDeferredBlockSpill(int instr_index, bool on_exit, Zone* zone) AddDeferredBlockSpill() argument
1144 RegisterState(RegisterKind kind, int num_allocatable_registers, Zone* zone) RegisterState() argument
2785 Zone* zone() const { return data_->allocation_zone(); } zone() function in v8::internal::compiler::final
3311 Zone* zone() const { return data_->allocation_zone(); } zone() function in v8::internal::compiler::final
[all...]
H A Dregister-allocator.cc56 void LiveRangeBoundArray::Initialize(Zone* zone, TopLevelLiveRange* range) { in Initialize() argument
267 UseInterval* UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { in SplitAt() argument
534 LiveRange* LiveRange::SplitAt(LifetimePosition position, Zone* zone) { in SplitAt() argument
123 LiveRangeFinder(const TopTierRegisterAllocationData* data, Zone* zone) LiveRangeFinder() argument
548 DetachAt(LifetimePosition position, LiveRange* result, Zone* zone, HintConnectionOption connect_hints) DetachAt() argument
825 RecordSpillLocation(Zone* zone, int gap_index, InstructionOperand* operand) RecordSpillLocation() argument
842 Zone* zone = sequence->zone(); CommitSpillMoves() local
959 EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) EnsureInterval() argument
980 AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) AddUseInterval() argument
1174 SpillRange(TopLevelLiveRange* parent, Zone* zone) SpillRange() argument
1274 PhiMapValue( PhiInstruction* phi, const InstructionBlock* block, Zone* zone) PhiMapValue() argument
1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
1895 Zone* zone = data->allocation_zone(); ComputeLiveOut() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1896 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2566 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in TruncateDoubleToI() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2168 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc730 PrepareWrappedArguments( Isolate* isolate, ParseInfo* info, Zone* zone) PrepareWrappedArguments() argument
747 ParseWrapped(Isolate* isolate, ParseInfo* info, ScopedPtrList<Statement>* body, DeclarationScope* outer_scope, Zone* zone) ParseWrapped() argument
[all...]
H A Dpreparser.h375 void Add(const PreParserStatement& element, Zone* zone) {} in Add() argument
521 explicit PreParserFactory(AstValueFactory* ast_value_factory, Zone* zone) in PreParserFactory() argument
933 PreParser(Zone* zone, Scanner* scanner, uintptr_t stack_limit, in PreParser() argument
116 BinaryOperation(const PreParserExpression& left, Token::Value op, const PreParserExpression& right, Zone* zone) BinaryOperation() argument
435 InitializeStatements(const PreParserScopedStatementList& statements, Zone* zone) InitializeStatements() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc193 void RegExpTree::AppendToText(RegExpText* text, Zone* zone) { UNREACHABLE(); } in AppendToText() argument
195 void RegExpAtom::AppendToText(RegExpText* text, Zone* zone) { in AppendToText() argument
196 text->AddElement(TextElement::Atom(this), zone); in AppendToText() local
199 void RegExpCharacterClass::AppendToText(RegExpText* text, Zone* zone) { in AppendToText() argument
200 text->AddElement(TextElement::CharClass(this), zone); in AppendToText() local
203 void RegExpText::AppendToText(RegExpText* text, Zone* zone) { in AppendToText() argument
205 text->AddElement(elements()->at(i), zone); in AppendToText() local
240 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, in argument
343 Set(unsigned value, Zone* zone) Set() argument
361 FindAffectedRegisters(DynamicBitSet* affected_registers, Zone* zone) FindAffectedRegisters() argument
396 PerformDeferredActions(RegExpMacroAssembler* assembler, int max_register, const DynamicBitSet& affected_registers, DynamicBitSet* registers_to_pop, DynamicBitSet* registers_to_clear, Zone* zone) PerformDeferredActions() argument
634 AddGuard(Guard* guard, Zone* zone) AddGuard() argument
1218 EmitCharClass(RegExpMacroAssembler* macro_assembler, RegExpCharacterClass* cc, bool one_byte, Label* on_failure, int cp_offset, bool check_offset, bool preloaded, Zone* zone) EmitCharClass() argument
2419 CreateForCharacterRanges(Zone* zone, ZoneList<CharacterRange>* ranges, bool read_backward, RegExpNode* on_success) CreateForCharacterRanges() argument
2430 CreateForSurrogatePair( Zone* zone, CharacterRange lead, ZoneList<CharacterRange>* trail_ranges, bool read_backward, RegExpNode* on_success) CreateForSurrogatePair() argument
2444 CreateForSurrogatePair( Zone* zone, ZoneList<CharacterRange>* lead_ranges, CharacterRange trail, bool read_backward, RegExpNode* on_success) CreateForSurrogatePair() argument
2675 AlternativeGenerationList(int count, Zone* zone) AlternativeGenerationList() argument
2780 BoyerMooreLookahead(int length, RegExpCompiler* compiler, Zone* zone) BoyerMooreLookahead() argument
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h216 ASN1_INTEGER *zone; member
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c110 struct zone { struct
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1517 static inline void set_page_zone(struct page *page, enum zone_type zone) in set_page_zone() argument
1529 static inline void set_page_links(struct page *page, enum zone_type zone, unsigned long node, unsigned long pfn) in set_page_links() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h338 Block(Zone* zone, int capacity, bool ignore_completion_value, in Block() argument
713 SwitchStatement(Zone* zone, Expression* tag, int pos) in SwitchStatement() argument
321 InitializeStatements(const ScopedPtrList<Statement>& statements, Zone* zone) InitializeStatements() argument
1371 ObjectLiteral(Zone* zone, const ScopedPtrList<Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object) ObjectLiteral() argument
1440 ArrayLiteral(Zone* zone, const ScopedPtrList<Expression>& values, int first_spread_index, int pos) ArrayLiteral() argument
1682 CallBase(Zone* zone, NodeType type, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, bool has_spread) CallBase() argument
1750 Call(Zone* zone, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, bool has_spread, PossiblyEval possibly_eval, bool optional_chain) Call() argument
1760 Call(Zone* zone, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, TaggedTemplateTag tag) Call() argument
1779 CallNew(Zone* zone, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, bool has_spread) CallNew() argument
1808 CallRuntime(Zone* zone, const Runtime::Function* function, const ScopedPtrList<Expression>& arguments, int pos) CallRuntime() argument
1813 CallRuntime(Zone* zone, int context_index, const ScopedPtrList<Expression>& arguments, int pos) CallRuntime() argument
1894 NaryOperation(Zone* zone, Token::Value op, Expression* first, size_t initial_subsequent_size) NaryOperation() argument
2307 FunctionLiteral(Zone* zone, const AstConsString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionSyntaxKind function_syntax_kind, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) FunctionLiteral() argument
2812 AstNodeFactory(AstValueFactory* ast_value_factory, Zone* zone) AstNodeFactory() argument
3343 Zone* zone() const { return zone_; } zone() function in v8::internal::final
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc2687 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc2772 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in TruncateDoubleToI() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h1744 set_compiler_utils(compiler::PerIsolateCompilerCache* cache, Zone* zone) set_compiler_utils() argument
/third_party/python/Modules/
H A D_datetimemodule.c6091 const char *zone = NULL; in local_timezone_from_timestamp() local
[all...]
/third_party/tzdata/
H A Dzic.c127 struct zone { struct
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h358 ASN1_INTEGER *zone; member

Completed in 130 milliseconds

1...<<111213141516171819