Home
last modified time | relevance | path

Searched defs:zone (Results 226 - 250 of 455) sorted by relevance

12345678910>>...19

/third_party/node/deps/v8/src/compiler/
H A Dstore-store-elimination.cc179 static SetT* NewSet(Zone* zone) { in NewSet() argument
506 VisitedEmpty(Zone* zone) VisitedEmpty() argument
[all...]
H A Dverifier.cc45 Zone* zone; member in v8::internal::compiler::Verifier::Visitor
1967 Zone* zone = &tmp_zone; Run() local
2004 BoolVector marked(static_cast<int>(count), false, zone); Run() local
[all...]
H A Dtypes.h349 static RangeType* New(double min, double max, Zone* zone) { in New() argument
353 static RangeType* New(Limits lim, Zone* zone) { in New() argument
553 New(double value, Zone* zone) New() argument
577 New(const HeapObjectRef& heap_ref, BitsetType::bitset bitset, Zone* zone) New() argument
616 StructuralType(Kind kind, int length, Zone* zone) StructuralType() argument
640 TupleType(int length, Zone* zone) TupleType() argument
642 New(int length, Zone* zone) New() argument
660 UnionType(int length, Zone* zone) UnionType() argument
662 New(int length, Zone* zone) New() argument
[all...]
H A Djs-heap-broker.h133 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::JSHeapBroker
H A Dloop-analysis.cc65 LoopFinderImpl(Graph* graph, LoopTree* loop_tree, TickCounter* tick_counter, Zone* zone) LoopFinderImpl() argument
539 BuildLoopTree(Graph* graph, TickCounter* tick_counter, Zone* zone) BuildLoopTree() argument
553 FindSmallInnermostLoopFromHeader( Node* loop_header, Zone* zone, size_t max_size, bool calls_are_large) FindSmallInnermostLoopFromHeader() argument
[all...]
H A Dmemory-lowering.cc61 MemoryLowering::MemoryLowering(JSGraph* jsgraph, Zone* zone, in MemoryLowering() argument
656 AllocationGroup(Node* node, AllocationType allocation, Zone* zone) AllocationGroup() argument
665 AllocationGroup(Node* node, AllocationType allocation, Node* size, Zone* zone) AllocationGroup() argument
[all...]
H A Dschedule.cc15 BasicBlock::BasicBlock(Zone* zone, Id id) in BasicBlock() argument
156 Schedule::Schedule(Zone* zone, size_t node_count_hint) in Schedule() argument
H A Dschedule.h278 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h134 explicit CachedVectors(Zone* zone) : reusable_vectors_(zone) {} in CachedVectors() argument
136 Zone* zone() const { return reusable_vectors_.get_allocator().zone(); } in zone() function in v8::internal::wasm::AsmJsParser::CachedVectors
247 Zone* zone() { return zone_; } zone() function in v8::internal::wasm::AsmJsParser
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc73 EhFrameWriter::EhFrameWriter(Zone* zone) in EhFrameWriter() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h453 inline Zone* zone() const { return zone_; } in zone() function in v8::internal::interpreter::final
H A Dbytecode-register-optimizer.cc217 BytecodeRegisterOptimizer( Zone* zone, BytecodeRegisterAllocator* register_allocator, int fixed_registers_count, int parameter_count, BytecodeWriter* bytecode_writer) BytecodeRegisterOptimizer() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.cc350 DeoptInfo::DeoptInfo(Zone* zone, const MaglevCompilationUnit& compilation_unit, in DeoptInfo() argument
H A Dmaglev-graph-builder.h520 Zone* zone() const { return compilation_unit_->zone(); } in zone() function in v8::internal::maglev::MaglevGraphBuilder
[all...]
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc37 explicit UnorderedStringSet(Zone* zone) in UnorderedStringSet() argument
49 explicit UnorderedStringMap(Zone* zone) in UnorderedStringMap() argument
64 explicit ResolveSet(Zone* zone) in ResolveSet() argument
74 Zone* zone() const { return zone_; } in zone() function in v8::internal::Module::ResolveSet
198 Zone* zone = resolve_set->zone(); in ResolveExport() local
453 FinishInstantiate( Isolate* isolate, Handle<SourceTextModule> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
538 FetchStarExports(Isolate* isolate, Handle<SourceTextModule> module, Zone* zone, UnorderedModuleSet* visited) FetchStarExports() argument
614 GatherAsyncParentCompletions( Isolate* isolate, Zone* zone, Handle<SourceTextModule> start, AsyncParentCompletionSet* exec_list) GatherAsyncParentCompletions() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc93 PreparseDataBuilder::PreparseDataBuilder(Zone* zone, in PreparseDataBuilder() argument
136 void PreparseDataBuilder::ByteData::Finalize(Zone* zone) { in Finalize() argument
257 void PreparseDataBuilder::FinalizeChildren(Zone* zone) { in FinalizeChildren() argument
483 Serialize(Zone* zone) Serialize() argument
569 For(PreparseDataBuilder* builder, Zone* zone) For() argument
574 For(Handle<PreparseData> data, Zone* zone) For() argument
579 For(ZonePreparseData* data, Zone* zone) For() argument
586 GetDataForSkippableFunction( Zone* zone, int start_position, int* end_position, int* num_parameters, int* function_length, int* num_inner_functions, bool* uses_super_property, LanguageMode* language_mode) GetDataForSkippableFunction() argument
626 RestoreScopeAllocationData( DeclarationScope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreScopeAllocationData() argument
649 RestoreDataForScope( Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreDataForScope() argument
743 RestoreDataForInnerScopes( Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) RestoreDataForInnerScopes() argument
767 GetChildData(Zone* zone, int index) GetChildData() argument
782 ZonePreparseData(Zone* zone, base::Vector<uint8_t>* byte_data, int children_length) ZonePreparseData() argument
819 ZoneConsumedPreparseData(Zone* zone, ZonePreparseData* data) ZoneConsumedPreparseData() argument
829 GetChildData(Zone* zone, int child_index) GetChildData() argument
848 For( Zone* zone, ZonePreparseData* data) For() argument
[all...]
H A Dparse-info.h242 Zone* zone() const { return reusable_state_->single_parse_zone(); } in zone() function in v8::internal::ParseInfo
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc17 RegExpBytecodeGenerator::RegExpBytecodeGenerator(Isolate* isolate, Zone* zone) in RegExpBytecodeGenerator() argument
H A Dregexp-macro-assembler.cc24 RegExpMacroAssembler::RegExpMacroAssembler(Isolate* isolate, Zone* zone) in RegExpMacroAssembler() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregocal.cpp165 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status) in GregorianCalendar() argument
176 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status) in GregorianCalendar() argument
198 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, in GregorianCalendar() argument
210 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, in GregorianCalendar() argument
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dt1decode.c451 T1_Decoder_Zone zone; in FT_LOCAL_DEF() local
1699 T1_Decoder_Zone zone; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.h103 tt_glyphzone_done( TT_GlyphZone zone ); variable
334 TT_GlyphZoneRec zone; /* glyph loader points zone */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc614 const char* ParseZone(const char* dp, std::string* zone) { in ParseZone() argument
720 std::string zone = "UTC"; in parse() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dmedia_mem.c186 int hil_mmz_destroy(hil_mmz_t *zone) in hil_mmz_destroy() argument
199 static int _check_mmz(hil_mmz_t *zone) in _check_mmz() argument
241 hil_mmz_register(hil_mmz_t *zone) hil_mmz_register() argument
270 hil_mmz_unregister(hil_mmz_t *zone) hil_mmz_unregister() argument
791 hil_mmz_t *zone = NULL; global() local
828 _check_map_mmz(hil_mmz_t *zone) global() argument
861 hil_map_mmz_register(hil_mmz_t *zone) global() argument
896 hil_map_mmz_unregister(hil_mmz_t *zone) global() argument
929 hil_mmz_t *zone = NULL; global() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c80 int zone; in kbase_mem_alloc() local
936 int zone = KBASE_REG_ZONE_CUSTOM_VA; in kbase_mem_from_user_buffer() local

Completed in 29 milliseconds

12345678910>>...19