Home
last modified time | relevance | path

Searched defs:zone (Results 351 - 375 of 456) sorted by relevance

1...<<111213141516171819

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc2156 const wasm::FunctionSig* WasmJSFunction::GetSignature(Zone* zone) { in GetSignature() argument
H A Dmodule-decoder.cc1537 FunctionResult DecodeSingleFunction(Zone* zone, in DecodeSingleFunction() argument
1559 const FunctionSig* DecodeFunctionSignature(Zone* zone, const byte* start) { in DecodeFunctionSignature() argument
2003 const FunctionSig* consume_sig(Zone* zone) { in consume_sig() argument
2032 const StructType* consume_struct(Zone* zone) { in consume_struct() argument
2046 consume_array(Zone* zone) consume_array() argument
2335 DecodeWasmSignatureForTesting(const WasmFeatures& enabled, Zone* zone, const byte* start, const byte* end) DecodeWasmSignatureForTesting() argument
2352 DecodeWasmFunctionForTesting( const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes, const WasmModule* module, const byte* function_start, const byte* function_end, Counters* counters) DecodeWasmFunctionForTesting() argument
[all...]
H A Dfunction-body-decoder-impl.h1078 WasmDecoder(Zone* zone, const WasmModule* module, const WasmFeatures& enabled, in WasmDecoder() argument
1090 Zone* zone() const { return local_types_.get_allocator().zone(); } in zone() function in v8::internal::wasm::WasmDecoder
1180 AnalyzeLoopAssignment(WasmDecoder* decoder, const byte* pc, uint32_t locals_count, Zone* zone) AnalyzeLoopAssignment() argument
2220 WasmFullDecoder(Zone* zone, const WasmModule* module, const WasmFeatures& enabled, WasmFeatures* detected, const FunctionBody& body, InterfaceArgs&&... interface_args) WasmFullDecoder() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp735 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) in Calendar() argument
770 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) in Calendar() argument
861 Calendar::createInstance(const TimeZone& zone, UErrorCode& success) in createInstance() argument
978 Calendar::createInstance(TimeZone* zone, cons argument
1003 createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) createInstance() argument
2396 adoptTimeZone(TimeZone* zone) adoptTimeZone() argument
2413 setTimeZone(const TimeZone& zone) setTimeZone() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc497 void EmitTSANStoreOOL(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, in EmitTSANStoreOOL() argument
548 void EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, in EmitTSANAwareStore() argument
614 void EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitTSANRelaxedLoadOOLIfNeeded() argument
634 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
643 EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, X64OperandConverter& i, StubCallMode mode, int size) EmitTSANRelaxedLoadOOLIfNeeded() argument
712 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
723 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc191 ZoneVector<Address> GetCFunctions(FixedArray function_overloads, Zone* zone) { in GetCFunctions() argument
202 GetCSignatures(FixedArray function_overloads, Zone* zone) GetCSignatures() argument
[all...]
H A Djs-native-context-specialization.cc54 JSNativeContextSpecialization( Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Flags flags, CompilationDependencies* dependencies, Zone* zone, Zone* shared_zone) JSNativeContextSpecialization() argument
[all...]
H A Djs-typed-lowering.cc403 Zone* zone() const { return graph()->zone(); } in zone() function in v8::internal::compiler::final
451 JSTypedLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone) JSTypedLowering() argument
1528 Zone* zone = jsgraph->zone(); ReduceBuiltin() local
[all...]
H A Dcode-assembler.cc61 CodeAssemblerState::CodeAssemblerState(Isolate* isolate, Zone* zone, in CodeAssemblerState() argument
70 CodeAssemblerState::CodeAssemblerState(Isolate* isolate, Zone* zone, in CodeAssemblerState() argument
49 CodeAssemblerState( Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
131 Zone* zone = graph->zone(); BreakOnNode() local
1355 Zone* CodeAssembler::zone() const { return raw_assembler()->zone(); } zone() function in v8::internal::compiler::CodeAssembler
[all...]
H A Draw-machine-assembler.h63 Zone* zone() const { return graph()->zone(); } in zone() function in v8::internal::compiler::RawMachineAssembler
H A Dpipeline.cc798 Zone* zone() { return zone_scope_.zone(); } zone() function in v8::internal::compiler::__anon14397::PipelineRunScope
2502 WasmHeapStubCompilationJob(Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) WasmHeapStubCompilationJob() argument
2544 NewWasmHeapStubCompilationJob( Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) NewWasmHeapStubCompilationJob() argument
[all...]
H A Dsimplified-lowering.cc250 explicit InputUseInfos(Zone* zone) : input_use_infos_(zone) {} in InputUseInfos() argument
330 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, in RepresentationSelector() argument
1334 Zone* zone = jsgraph_->zone(); VisitStateValues() local
1386 Zone* zone = jsgraph_->zone(); VisitFrameState() local
1426 Zone* zone = jsgraph_->zone(); VisitObjectState() local
4199 Zone* zone() { return zone_; } zone() function in v8::internal::compiler::RepresentationSelector
4358 SimplifiedLowering( JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, OptimizedCompilationInfo* info, ObserveNodeManager* observe_node_manager) SimplifiedLowering() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h785 explicit LiveRangeBundle(Zone* zone, in in InsertUses() argument
930 TreatAsSpilledInDeferredBlock(Zone* zone, int total_block_count) TreatAsSpilledInDeferredBlock() argument
940 TransitionRangeToDeferredSpill(Zone* zone, int total_block_count) TransitionRangeToDeferredSpill() argument
[all...]
H A Dinstruction-selector.cc41 InstructionSelector( Zone* zone, size_t node_count, Linkage* linkage, InstructionSequence* sequence, Schedule* schedule, SourcePositionTable* source_positions, Frame* frame, EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, JSHeapBroker* broker, size_t* max_unoptimized_frame_height, size_t* max_pushed_argument_count, SourcePositionMode source_position_mode, Features features, EnableScheduling enable_scheduling, EnableRootsRelativeAddressing enable_roots_relative_addressing, EnableTraceTurboJson trace_turbo) InstructionSelector() argument
554 StateObjectDeduplicator(Zone* zone) StateObjectDeduplicator() argument
597 AddOperandToStateValueDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* input, MachineType type, FrameStateInputKind kind, Zone* zone) AddOperandToStateValueDescriptor() argument
693 Build(Zone* zone) Build() argument
710 AddInputsToFrameStateDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* node, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
749 AddInputsToFrameStateDescriptor( FrameStateDescriptor* descriptor, FrameState state, OperandGenerator* g, StateObjectDeduplicator* deduplicator, InstructionOperandVector* inputs, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
3275 GetFrameStateDescriptorInternal(Zone* zone, FrameState state) GetFrameStateDescriptorInternal() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc43 VariableMap::VariableMap(Zone* zone) in VariableMap() argument
46 VariableMap::VariableMap(const VariableMap& other, Zone* zone) in VariableMap() argument
49 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() argument
100 Scope(Zone* zone) Scope() argument
105 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) Scope() argument
142 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory, REPLMode repl_mode) DeclarationScope() argument
157 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type, FunctionKind function_kind) DeclarationScope() argument
186 ClassScope(Zone* zone, Scope* outer_scope, bool is_anonymous) ClassScope() argument
194 ClassScope(IsolateT* isolate, Zone* zone, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) ClassScope() argument
238 Scope(Zone* zone, ScopeType scope_type, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) Scope() argument
271 DeclarationScope(Zone* zone, ScopeType scope_type, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) DeclarationScope() argument
289 Scope(Zone* zone, const AstRawString* catch_variable_name, MaybeAssignedFlag maybe_assigned, Handle<ScopeInfo> scope_info) Scope() argument
417 DeserializeScopeChain(IsolateT* isolate, Zone* zone, ScopeInfo scope_info, DeclarationScope* script_scope, AstValueFactory* ast_value_factory, DeserializationMode deserialization_mode) DeserializeScopeChain() argument
1689 Zone* zone = this->zone(); ResetAfterPreparsing() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc43 BytecodeArrayBuilder( Zone* zone, int parameter_count, int locals_count, FeedbackVectorSpec* feedback_vector_spec, SourcePositionTableBuilder::RecordingMode source_position_mode) BytecodeArrayBuilder() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h346 EagerDeoptInfo(Zone* zone, const MaglevCompilationUnit& compilation_unit, in EagerDeoptInfo() argument
353 LazyDeoptInfo(Zone* zone, const MaglevCompilationUnit& compilation_unit, in LazyDeoptInfo() argument
401 static Derived* New(Zone* zone, std::initializer_list<ValueNode*> inputs, in New() argument
416 static Derived* New(Zone* zone, cons argument
432 New(Zone* zone, size_t input_count, Args&&... args) New() argument
592 Allocate(Zone* zone, size_t input_count, Args&&... args) Allocate() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc39 RegExpBuilder(Zone* zone, RegExpFlags flags) in RegExpBuilder() argument
76 Zone* zone() cons function in v8::internal::__anon14998::RegExpBuilder
115 RegExpParserState(RegExpParserState* previous_state, SubexpressionType group_type, RegExpLookaround::Type lookaround_type, int disjunction_capture_index, const ZoneVector<base::uc16>* capture_name, RegExpFlags flags, Zone* zone) RegExpParserState() argument
287 Zone* zone() const { return zone_; } zone() function in v8::internal::__anon14998::final
359 RegExpParserImpl( const CharT* input, int input_length, RegExpFlags flags, uintptr_t stack_limit, Zone* zone, const DisallowGarbageCollection& no_gc) RegExpParserImpl() argument
1462 LookupPropertyValueName(UProperty property, const char* property_value_name, bool negate, ZoneList<CharacterRange>* result, Zone* zone) LookupPropertyValueName() argument
1493 zone); LookupPropertyValueName() local
1504 LookupSpecialPropertyValueName(const char* name, ZoneList<CharacterRange>* result, bool negate, Zone* zone) LookupSpecialPropertyValueName() argument
1512 result->Add(CharacterRange::Everything(), zone); LookupSpecialPropertyValueName() local
1880 ParseClassEscape( ZoneList<CharacterRange>* ranges, Zone* zone, bool add_unicode_case_equivalents, base::uc32* char_out, bool* is_class_escape) ParseClassEscape() argument
1925 TryParseCharacterClassEscape( base::uc32 next, InClassEscapeState in_class_escape_state, ZoneList<CharacterRange>* ranges, Zone* zone, bool add_unicode_case_equivalents) TryParseCharacterClassEscape() argument
1941 zone); TryParseCharacterClassEscape() local
2331 ParseRegExpFromHeapString(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result) ParseRegExpFromHeapString() argument
2353 VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, int input_length, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection& no_gc) VerifyRegExpSyntax() argument
2371 VerifyRegExpSyntax(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection&) VerifyRegExpSyntax() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc378 MostlySmallValueKindSig(Zone* zone, const FunctionSig* sig) in MostlySmallValueKindSig() argument
385 static ValueKind* MakeKinds(ValueKind* storage, Zone* zone, in MakeKinds() argument
125 GetLoweredCallDescriptor( Zone* zone, compiler::CallDescriptor* call_desc) GetLoweredCallDescriptor() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp737 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) in Calendar() argument
772 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) in Calendar() argument
863 Calendar::createInstance(const TimeZone& zone, UErrorCode& success) in createInstance() argument
980 Calendar::createInstance(TimeZone* zone, cons argument
1005 createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) createInstance() argument
2393 adoptTimeZone(TimeZone* zone) adoptTimeZone() argument
2408 setTimeZone(const TimeZone& zone) setTimeZone() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h638 PS_Decoder_Zone* zone; member
948 T1_Decoder_Zone zone; member
1175 CFF_Decoder_Zone* zone; member
H A Dtttypes.h1750 TT_GlyphZoneRec zone; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c1736 Direct_Move( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move() argument
1821 Direct_Move_Orig( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move_Orig() argument
1859 Direct_Move_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move_X() argument
1884 Direct_Move_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move_Y() argument
1913 Direct_Move_Orig_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move_Orig_X() argument
1925 Direct_Move_Orig_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) Direct_Move_Orig_Y() argument
5486 Compute_Point_Displacement( TT_ExecContext exc, FT_F26Dot6* x, FT_F26Dot6* y, TT_GlyphZone zone, FT_UShort* refp ) Compute_Point_Displacement() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1393 private TimeZone zone; field in Calendar
1580 Calendar(TimeZone zone, Locale aLocale) Calendar() argument
1591 Calendar(TimeZone zone, ULocale locale) Calendar() argument
1711 getInstance(TimeZone zone) getInstance() argument
1745 getInstance(TimeZone zone, Locale aLocale) getInstance() argument
1756 getInstance(TimeZone zone, ULocale locale) getInstance() argument
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c111 struct zone { struct
[all...]

Completed in 70 milliseconds

1...<<111213141516171819