Home
last modified time | relevance | path

Searched defs:kind (Results 476 - 500 of 815) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/libbpf/src/
H A Drelo_core.c86 static const char *core_relo_kind_str(enum bpf_core_relo_kind kind) in core_relo_kind_str() argument
106 static bool core_relo_is_field_based(enum bpf_core_relo_kind kind) in core_relo_is_field_based() argument
121 static bool core_relo_is_type_based(enum bpf_core_relo_kind kind) in core_relo_is_type_based() argument
135 static bool core_relo_is_enumval_based(enum bpf_core_relo_kind kind) in core_relo_is_enumval_based() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc408 AddExport(base::Vector<const char> name, ImportExportKindCode kind, uint32_t index) AddExport() argument
[all...]
H A Dwasm-module-builder.h266 enum Kind { kGlobalGetEntry, kRefFuncEntry, kRefNullEntry } kind; member
306 bool IsValidOffsetKind(WasmInitExpr::Operator kind) { in IsValidOffsetKind() argument
438 ImportExportKindCode kind; global() member
[all...]
H A Dwasm-code-manager.h272 Kind kind() const { return KindField::decode(flags_); } in kind() function in v8::internal::wasm::final
388 WasmCode(NativeModule* native_module, int index, base::Vector<byte> instructions, int stack_slots, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> reloc_info, base::Vector<const byte> source_position_table, Kind kind, ExecutionTier tier, ForDebugging for_debugging) WasmCode() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c566 enum { DIR_JUNCTION, VOL_JUNCTION, NO_JUNCTION } kind; in ntfs_get_fulllink() local
670 enum { FULL_PATH, ABS_PATH, REJECTED_PATH } kind; in ntfs_get_abslink() local
796 enum { FULL_TARGET, ABS_TARGET, REL_TARGET } kind; ntfs_make_symlink() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h109 enum dxil_attr_kind kind; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp894 int32_t kind = lkey->kind(); variable
954 int32_t kind = lkey->kind(); variable
1038 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in internalCreateInstance() argument
1056 createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createInstance() argument
1279 createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createSharedInstance() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c607 int kind; member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc189 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument
200 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, base::Optional<ObjectRef> constant, base::Optional<NameRef> name, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument
216 PropertyAccessInfo( Kind kind, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, ZoneVector<MapRef>&& lookup_start_object_maps, ZoneVector<CompilationDependency const*>&& unrecorded_dependencies) PropertyAccessInfo() argument
238 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps, InternalIndex dictionary_index, NameRef name) PropertyAccessInfo() argument
[all...]
H A Daccess-builder.cc971 ElementAccess AccessBuilder::ForFixedArrayElement(ElementsKind kind) { in ForFixedArrayElement() argument
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/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/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...]
/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
/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

Completed in 35 milliseconds

1...<<11121314151617181920>>...33