Home
last modified time | relevance | path

Searched defs:zone (Results 151 - 175 of 437) sorted by relevance

12345678910>>...18

/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.h33 LoadElimination(Editor* editor, JSGraph* jsgraph, Zone* zone) in LoadElimination() argument
50 explicit AbstractElements(Zone* zone) { in AbstractElements() argument
55 AbstractElements(Node* object, Node* index, Node* value, MachineRepresentation representation, Zone* zone) AbstractElements() argument
131 AbstractField(Zone* zone) AbstractField() argument
132 AbstractField(Node* object, FieldInfo info, Zone* zone) AbstractField() argument
288 AbstractStateForEffectNodes(Zone* zone) AbstractStateForEffectNodes() argument
292 Zone* zone() const { return info_for_node_.get_allocator().zone(); } zone() function in v8::internal::compiler::final::final
336 Zone* zone() const { return node_states_.zone(); } zone() function in v8::internal::compiler::final
[all...]
H A Dloop-analysis.h35 LoopTree(size_t num_nodes, Zone* zone) in LoopTree() argument
58 explicit Loop(Zone* zone) in Loop() argument
146 Zone* zone() const { return zone_; } zone() function in v8::internal::compiler::LoopTree
[all...]
H A Dmemory-optimizer.cc182 MemoryOptimizer( JSGraph* jsgraph, Zone* zone, MemoryLowering::AllocationFolding allocation_folding, const char* function_debug_name, TickCounter* tick_counter) MemoryOptimizer() argument
[all...]
H A Dwasm-inlining.h84 Zone* zone() const { return mcgraph_->zone(); } in zone() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/ast/
H A Dmodules.cc54 AddImport( const AstRawString* import_name, const AstRawString* local_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddImport() argument
67 AddStarImport( const AstRawString* local_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddStarImport() argument
78 AddEmptyImport( const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location specifier_loc, Zone* zone) AddEmptyImport() argument
85 AddExport(const AstRawString* local_name, const AstRawString* export_name, Scanner::Location loc, Zone* zone) AddExport() argument
94 AddExport( const AstRawString* import_name, const AstRawString* export_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddExport() argument
109 AddStarExport( const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddStarExport() argument
232 MakeIndirectExportsExplicit(Zone* zone) MakeIndirectExportsExplicit() argument
338 Validate( ModuleScope* module_scope, PendingCompilationErrorHandler* error_handler, Zone* zone) Validate() argument
[all...]
H A Dmodules.h25 explicit SourceTextModuleDescriptor(Zone* zone) in SourceTextModuleDescriptor() argument
204 AddSpecialExport(const Entry* entry, Zone* zone) AddSpecialExport() argument
220 AddNamespaceImport(const Entry* entry, Zone* zone) AddNamespaceImport() argument
266 AddModuleRequest(const AstRawString* specifier, const ImportAssertions* import_assertions, Scanner::Location specifier_loc, Zone* zone) AddModuleRequest() argument
[all...]
H A Dast-value-factory.h146 AstConsString* AddString(Zone* zone, const AstRawString* s) { in AddString() argument
312 AstValueFactory(Zone* zone, const AstStringConstants* string_constants, in AstValueFactory() argument
H A Dast-source-ranges.h265 NaryOperationSourceRanges(Zone* zone, const SourceRange& range) in NaryOperationSourceRanges() argument
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc24 OptimizedCompilationInfo( Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) OptimizedCompilationInfo() argument
55 OptimizedCompilationInfo( base::Vector<const char> debug_name, Zone* zone, CodeKind code_kind) OptimizedCompilationInfo() argument
H A Dsource-position-table.cc144 SourcePositionTableBuilder( Zone* zone, SourcePositionTableBuilder::RecordingMode mode) SourcePositionTableBuilder() argument
H A Dsignature.h66 Builder(Zone* zone, size_t return_count, size_t parameter_count) in Builder() argument
107 static Signature<T>* Build(Zone* zone, std::initializer_list<T> returns, in Build() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h572 Zone* zone() const { return zone_; } in zone() function in v8::internal::interpreter::final
H A Dbytecode-register-optimizer.h187 Zone* zone() { return zone_; } in zone() function in v8::internal::interpreter::final
H A Dinterpreter-intrinsics-generator.cc49 Zone* zone() { return zone_; } in zone() function in v8::internal::interpreter::IntrinsicsGenerator
H A Dconstant-array-builder.cc132 ConstantArrayBuilder::ConstantArrayBuilder(Zone* zone) in ConstantArrayBuilder() argument
23 ConstantArraySlice( Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) ConstantArraySlice() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h224 CopyToZone( Zone* zone, int children_length) CopyToZone() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-concurrent-dispatcher.cc72 Zone* ExportedMaglevCompilationInfo::zone() const { return info_->zone(); } in zone() function in v8::internal::maglev::ExportedMaglevCompilationInfo
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc227 FinishInstantiate(Isolate* isolate, Handle<Module> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc144 RegExpUnparser(std::ostream& os, Zone* zone) : os_(os), zone_(zone) {} in RegExpUnparser() argument
300 std::ostream& RegExpTree::Print(std::ostream& os, Zone* zone) { in Print() argument
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h100 BitVector(int length, Zone* zone) in BitVector() argument
110 BitVector(const BitVector& other, Zone* zone) in BitVector() argument
144 void Resize(int new_length, Zone* zone) { in Resize() argument
338 GrowableBitVector(int length, Zone* zone) : bits_(length, zone) {} in GrowableBitVector() argument
345 Add(int value, Zone* zone) Add() argument
367 EnsureCapacity(int value, Zone* zone) EnsureCapacity() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Derarules.cpp299 TimeZone* zone = TimeZone::createDefault(); in initCurrentEra() local
H A Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close() argument
46 vzone_clone(const VZone *zone) { in vzone_clone() argument
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL() argument
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL() argument
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified() argument
78 vzone_setLastModified(VZone* zone, UDate lastModified) vzone_setLastModified() argument
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_write() argument
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_writeFromStart() argument
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) vzone_writeSimple() argument
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) vzone_getOffset() argument
125 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) vzone_getOffset2() argument
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
138 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) vzone_setRawOffset() argument
143 vzone_getRawOffset(VZone* zone) vzone_getRawOffset() argument
148 vzone_useDaylightTime(VZone* zone) vzone_useDaylightTime() argument
153 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) vzone_inDaylightTime() argument
158 vzone_hasSameRules(VZone* zone, const VZone* other) vzone_hasSameRules() argument
163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getNextTransition() argument
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) vzone_getPreviousTransition() argument
173 vzone_countTransitionRules(VZone* zone, UErrorCode& status) vzone_countTransitionRules() argument
178 vzone_getStaticClassID(VZone* zone) vzone_getStaticClassID() argument
183 vzone_getDynamicClassID(VZone* zone) vzone_getDynamicClassID() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local
274 PSH_Blue_Zone zone = top_table->zones; psh_blues_set_zones() local
297 PSH_Blue_Zone zone = bot_table->zones; psh_blues_set_zones() local
320 PSH_Blue_Zone zone; psh_blues_set_zones() local
431 PSH_Blue_Zone zone; psh_blues_scale_zones() local
556 PSH_Blue_Zone zone; psh_blues_snap_stem() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc90 struct mem_zone *zone = static_cast<struct mem_zone *>(mem); in mem_alloc() local
130 struct mem_zone *zone = static_cast<struct mem_zone *>(mem); mem_free() local
175 struct mem_zone *zone; mem_setup() local
193 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); mem_limit() local
201 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); mem_used() local
209 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); mem_high() local
219 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); mem_done() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.h263 void SetZone (const dng_time_zone &zone) in SetZone() argument

Completed in 16 milliseconds

12345678910>>...18