Home
last modified time | relevance | path

Searched defs:kind (Results 351 - 375 of 608) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h88 DeoptimizationLiteralKind kind() const { in kind() function in v8::internal::compiler::DeoptimizationLiteral
H A Dinstruction-selector.h702 FrameStateInputKind kind; member
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc59 const char* CompilationDependencyKindToString(CompilationDependencyKind kind) { in CompilationDependencyKindToString() argument
72 explicit CompilationDependency(CompilationDependencyKind kind) : kind(kind) {} in CompilationDependency() argument
88 const CompilationDependencyKind kind; member in v8::internal::compiler::CompilationDependency
297 ConstantInDictionaryPrototypeChainDependency( const MapRef receiver_map, const NameRef property_name, const ObjectRef constant, PropertyKind kind) ConstantInDictionaryPrototypeChainDependency() argument
905 ElementsKindDependency(const AllocationSiteRef& site, ElementsKind kind) ElementsKindDependency() argument
912 ElementsKind kind = global() variable
1054 DependOnConstantInDictionaryPrototypeChain( const MapRef& receiver_map, const NameRef& property_name, const ObjectRef& constant, PropertyKind kind) DependOnConstantInDictionaryPrototypeChain() argument
1142 ElementsKind kind = site.PointsToLiteral() DependOnElementsKind() local
[all...]
H A Dgraph-assembler.cc205 Node* GraphAssembler::TruncateFloat64ToInt64(Node* value, TruncateKind kind) { in TruncateFloat64ToInt64() argument
368 MaybeGrowFastElements( ElementsKind kind, const FeedbackSource& feedback, TNode<JSArray> array, TNode<FixedArrayBase> elements, TNode<Number> new_length, TNode<Number> old_length) MaybeGrowFastElements() argument
H A Dlinkage.h253 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in CallDescriptor() argument
287 Kind kind() const { return kind_; } in kind() function in v8::internal::compiler::final
H A Dwasm-compiler.h114 WasmImportCallKind kind; member
/third_party/node/deps/v8/src/ast/
H A Dast.cc236 FunctionKind FunctionLiteral::kind() const { return scope()->function_kind(); } in kind() function in v8::internal::FunctionLiteral
279 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_computed_name) ObjectLiteralProperty() argument
307 ClassLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_static, bool is_computed_name, bool is_private) ClassLiteralProperty() argument
656 ElementsKind kind = boilerplate_descriptor_kind(); BuildBoilerplateDescription() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc40 GetNameFromImportsAndExportsOrNull( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ImportExportKindCode kind, uint32_t index) GetNameFromImportsAndExportsOrNull() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc917 ElementsKind kind = object->GetElementsKind(); in CollectElementIndices() local
1268 ElementsKind kind = PACKED_SMI_ELEMENTS; in Slow_ArrayConcat() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc1068 PrintReconfiguration(Isolate* isolate, Handle<Map> map, FILE* file, InternalIndex modify_index, PropertyKind kind, PropertyAttributes attributes) PrintReconfiguration() argument
1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument
[all...]
H A Dfeedback-vector.h71 inline bool IsCallICKind(FeedbackSlotKind kind) { in IsCallICKind() argument
75 inline bool IsLoadICKind(FeedbackSlotKind kind) { in IsLoadICKind() argument
79 inline bool IsLoadGlobalICKind(FeedbackSlotKind kind) { in IsLoadGlobalICKind() argument
84 inline bool IsKeyedLoadICKind(FeedbackSlotKind kind) { in IsKeyedLoadICKind() argument
88 IsKeyedHasICKind(FeedbackSlotKind kind) IsKeyedHasICKind() argument
92 IsStoreGlobalICKind(FeedbackSlotKind kind) IsStoreGlobalICKind() argument
97 IsSetNamedICKind(FeedbackSlotKind kind) IsSetNamedICKind() argument
102 IsDefineNamedOwnICKind(FeedbackSlotKind kind) IsDefineNamedOwnICKind() argument
106 IsDefineKeyedOwnICKind(FeedbackSlotKind kind) IsDefineKeyedOwnICKind() argument
110 IsDefineKeyedOwnPropertyInLiteralKind(FeedbackSlotKind kind) IsDefineKeyedOwnPropertyInLiteralKind() argument
114 IsKeyedStoreICKind(FeedbackSlotKind kind) IsKeyedStoreICKind() argument
119 IsStoreInArrayLiteralICKind(FeedbackSlotKind kind) IsStoreInArrayLiteralICKind() argument
123 IsGlobalICKind(FeedbackSlotKind kind) IsGlobalICKind() argument
127 IsTypeProfileKind(FeedbackSlotKind kind) IsTypeProfileKind() argument
131 IsCloneObjectKind(FeedbackSlotKind kind) IsCloneObjectKind() argument
135 GetTypeofModeFromSlotKind(FeedbackSlotKind kind) GetTypeofModeFromSlotKind() argument
142 GetLanguageModeFromSlotKind(FeedbackSlotKind kind) GetLanguageModeFromSlotKind() argument
483 append(FeedbackSlotKind kind) append() argument
496 SharedFeedbackSlot(FeedbackVectorSpec* spec, FeedbackSlotKind kind) SharedFeedbackSlot() argument
620 FeedbackSlotKind kind() const { kind() function in v8::internal::FeedbackMetadataIterator
726 FeedbackSlotKind kind() const { return kind_; } kind() function in v8::internal::final
[all...]
H A Djs-function.cc24 const CodeKind kind = code().kind(); in GetAttachedCodeKinds() local
688 FunctionKind kind = function->shared().kind(); SetPrototype() local
[all...]
H A Dlookup.cc348 ElementsKind kind = holder_obj->GetElementsKind(isolate_); in PrepareForDataProperty() local
[all...]
H A Dmap-inl.h598 ElementsKind kind = elements_kind(); in has_any_typed_array_or_wasm_array_elements() local
H A Dproperty-details.h125 static constexpr Representation FromKind(Kind kind) { in FromKind() argument
204 constexpr Kind kind() const { return static_cast<Kind>(kind_); } in kind() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
268 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, in PropertyDetails() argument
282 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, in PropertyDetails() argument
293 constexpr PropertyDetails(PropertyKind kind, PropertyAttribute argument
359 PropertyKind kind() const { return KindField::decode(value_); } kind() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
367 HasKindAndAttributes(PropertyKind kind, PropertyAttributes attributes) HasKindAndAttributes() argument
[all...]
H A Dshared-function-info-inl.h335 FunctionKind SharedFunctionInfo::kind() const { in kind() function in v8::internal::SharedFunctionInfo
340 void SharedFunctionInfo::set_kind(FunctionKind kind) { in set_kind() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h467 inline bool IsValidBigIntKind(NumberKind kind) { in IsValidBigIntKind() argument
471 inline bool IsDecimalNumberKind(NumberKind kind) { in IsDecimalNumberKind() argument
H A Dexpression-scope.h372 VariableKind kind = NORMAL_VARIABLE; in Declare() local
440 VariableKind kind = PARAMETER_VARIABLE; in Declare() local
750 ArrowHeadParsingScope(ParserT* parser, FunctionKind kind) in ArrowHeadParsingScope() argument
788 VariableKind kind = PARAMETER_VARIABLE; ValidateAndCreateScope() local
830 FunctionKind kind() const { kind() function in v8::internal::ArrowHeadParsingScope
[all...]
H A Dscanner.cc747 NumberKind kind = DECIMAL; in ScanNumber() local
713 ScanImplicitOctalDigits(int start_pos, Scanner::NumberKind* kind) ScanImplicitOctalDigits() argument
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc675 ElementsKind kind = PACKED_SMI_ELEMENTS; in BuildJsonArray() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc424 LoadHandler::Kind kind = LoadHandler::KindBits::decode(smi_handler); in VisitGetNamedProperty() local
477 StoreHandler::Kind kind = StoreHandler::KindBits::decode(smi_handler); in VisitSetNamedProperty() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc262 CodeKind kind = CodeKindForTopTier(); in CanOptimizeFunction() local
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h160 DefinitionLocation(Kind kind, const void* location, std::size_t index) in DefinitionLocation() argument
253 InstructionKind kind() const { return kind_; } in kind() function in v8::internal::torque::Instruction
748 Kind kind; global() member
[all...]
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc1021 uint32_t kind = ctf_type_kind_forwarded (ctf_dictionary, ctf_type); in process_ctf_forward_type() local
H A Dabg-ini.cc263 property_value::property_value(value_kind kind) in property_value() argument
[all...]

Completed in 39 milliseconds

1...<<11121314151617181920>>...25