/third_party/libbpf/src/ |
H A D | relo_core.c | 86 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 D | wasm-module-builder.cc | 408 AddExport(base::Vector<const char> name, ImportExportKindCode kind, uint32_t index) AddExport() argument [all...] |
H A D | wasm-module-builder.h | 266 enum Kind { kGlobalGetEntry, kRefFuncEntry, kRefNullEntry } kind; member 306 bool IsValidOffsetKind(WasmInitExpr::Operator kind) { in IsValidOffsetKind() argument 438 ImportExportKindCode kind; global() member [all...] |
H A D | wasm-code-manager.h | 272 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 D | reparse.c | 566 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 D | dxil_internal.h | 109 enum dxil_attr_kind kind; member
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numfmt.cpp | 894 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 D | semind.c | 607 int kind; member [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 189 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 D | access-builder.cc | 971 ElementAccess AccessBuilder::ForFixedArrayElement(ElementsKind kind) { in ForFixedArrayElement() argument
|
H A D | compilation-dependencies.cc | 59 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 D | graph-assembler.cc | 205 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 D | linkage.h | 253 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 D | wasm-compiler.h | 114 WasmImportCallKind kind; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 88 DeoptimizationLiteralKind kind() const { in kind() function in v8::internal::compiler::DeoptimizationLiteral
|
H A D | instruction-selector.h | 702 FrameStateInputKind kind; member
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 236 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 D | debug-wasm-objects.cc | 40 GetNameFromImportsAndExportsOrNull( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ImportExportKindCode kind, uint32_t index) GetNameFromImportsAndExportsOrNull() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 917 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 D | map-updater.cc | 1068 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 D | feedback-vector.h | 71 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 D | js-function.cc | 24 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 D | scanner.h | 467 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 D | json-parser.cc | 675 ElementsKind kind = PACKED_SMI_ELEMENTS; in BuildJsonArray() local
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 424 LoadHandler::Kind kind = LoadHandler::KindBits::decode(smi_handler); in VisitGetNamedProperty() local 477 StoreHandler::Kind kind = StoreHandler::KindBits::decode(smi_handler); in VisitSetNamedProperty() local
|