/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 273 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 485 Kind kind = args[2]->IsTrue() ? Kind::kServer : Kind::kClient; in Wrap() local 356 TLSWrap(Environment* env, Local<Object> obj, Kind kind, StreamBase* stream, SecureContext* sc, UnderlyingStreamWriteStatus under_stream_ws) TLSWrap() argument
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 1122 compiler::WasmImportCallKind kind = resolved.kind; in ProcessImportedFunction() local 1593 compiler::WasmImportCallKind kind = resolved.kind; CompileImportWrappers() local [all...] |
H A D | wasm-module.h | 115 Kind kind() const { return KindField::decode(bit_field_); } in kind() function in v8::internal::wasm::ConstantExpression 260 ImportExportKindCode kind; // kind of the import. global() member 267 ImportExportKindCode kind; // kind of the export. global() member 387 Kind kind; global() member [all...] |
H A D | wasm-serialization.cc | 729 WasmCode::Kind kind = reader->Read<WasmCode::Kind>(); in ReadCode() local
|
H A D | wasm-debug.cc | 160 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index) { in GetExportName() argument 176 std::pair<WireBytesRef, WireBytesRef> GetImportName(ImportExportKindCode kind, in GetImportName() argument
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 50 FunctionKindToFunctionFlags( FunctionKind kind) FunctionKindToFunctionFlags() argument 82 FunctionKind kind; FunctionFlagsToFunctionKind() local 1762 FunctionKind kind = FunctionFlagsToFunctionKind(flags); CreateJSFunction() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | playlog.c | 4018 enum ACTION_KIND kind; in get_action_kind() local 4293 enum ACTION_KIND kind; in play_one_redo() local 4683 enum ACTION_KIND kind; play_one_undo() local [all...] |
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf.h | 236 } kind; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 215 char kind; /* used by ctags & dissect */ member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 123 StackCheckKind kind = in ShouldApplyOffsetToStackCheck() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 595 explicit CreateArrayIteratorParameters(IterationKind kind) : kind_(kind) {} in CreateArrayIteratorParameters() argument 597 IterationKind kind() const { return kind_; } in kind() function in v8::internal::compiler::final
|
H A D | js-operator.cc | 1271 const Operator* JSOperatorBuilder::CreateArrayIterator(IterationKind kind) { in CreateArrayIterator() argument 1395 const Operator* JSOperatorBuilder::StackCheck(StackCheckKind kind) { in StackCheck() argument
|
H A D | js-call-reducer.cc | 727 std::pair<TNode<Number>, TNode<Object>> SafeLoadElement(ElementsKind kind, in SafeLoadElement() argument 746 MaybeSkipHole( TNode<Object> o, ElementsKind kind, GraphAssemblerLabel<sizeof...(Vars)>* continue_label, TNode<Vars>... vars) MaybeSkipHole() argument 766 LoadJSArrayLength(TNode<JSArray> array, ElementsKind kind) LoadJSArrayLength() argument 769 StoreJSArrayLength(TNode<JSArray> array, TNode<Number> value, ElementsKind kind) StoreJSArrayLength() argument 773 StoreFixedArrayBaseElement(TNode<FixedArrayBase> o, TNode<Number> index, TNode<Object> v, ElementsKind kind) StoreFixedArrayBaseElement() argument 785 HoleCheck(ElementsKind kind, TNode<Object> v) HoleCheck() argument 799 TryConvertHoleToUndefined(TNode<Object> value, ElementsKind kind) TryConvertHoleToUndefined() argument [all...] |
H A D | machine-operator.cc | 70 size_t hash_value(MemoryAccessKind kind) { return static_cast<size_t>(kind); } in hash_value() argument 72 std::ostream& operator<<(std::ostream& os, MemoryAccessKind kind) { in operator <<() argument 232 hash_value(ShiftKind kind) hash_value() argument 233 operator <<(std::ostream& os, ShiftKind kind) operator <<() argument 248 hash_value(TruncateKind kind) hash_value() argument 250 operator <<(std::ostream& os, TruncateKind kind) operator <<() argument 1368 Word32Sar(ShiftKind kind) Word32Sar() argument 1377 Word64Sar(ShiftKind kind) Word64Sar() argument 1386 TruncateFloat32ToUint32( TruncateKind kind) TruncateFloat32ToUint32() argument 1396 TruncateFloat64ToInt64( TruncateKind kind) TruncateFloat64ToInt64() argument 1406 TruncateFloat32ToInt32( TruncateKind kind) TruncateFloat32ToInt32() argument 1466 LoadTransform( MemoryAccessKind kind, LoadTransformation transform) LoadTransform() argument 1484 LoadLane(MemoryAccessKind kind, LoadRepresentation rep, uint8_t laneidx) LoadLane() argument 1523 StoreLane(MemoryAccessKind kind, MachineRepresentation rep, uint8_t laneidx) StoreLane() argument 1628 StackPointerGreaterThan( StackCheckKind kind) StackPointerGreaterThan() argument [all...] |
H A D | js-heap-broker.cc | 157 StringRef JSHeapBroker::GetTypedArrayStringTag(ElementsKind kind) { in GetTypedArrayStringTag() argument 224 ProcessedFeedback::ProcessedFeedback(Kind kind, FeedbackSlotKind slot_kind) in ProcessedFeedback() argument 342 FeedbackSlotKind kind = nexus.kind(); in FromNexus() local 482 FeedbackSlotKind kind = nexus.kind(); ReadFeedbackForPropertyAccess() local [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 650 Declare(Zone* zone, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, bool* was_added) Declare() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 419 const ElementsKind kind = (encoding == String::ONE_BYTE_ENCODING) in GetStringPointers() local 1526 const ElementsKind kind = PACKED_ELEMENTS; in RegExpPrototypeSplitBody() local
|
H A D | builtins-array-gen.cc | 355 TNode<Int32T> kind; in TF_BUILTIN() local 1708 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i); in CreateArrayDispatchNoArgument() local 1777 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i); CreateArrayDispatchSingleArgument() local 1902 GenerateArrayNoArgumentConstructor( ElementsKind kind, AllocationSiteOverrideMode mode) GenerateArrayNoArgumentConstructor() argument 1920 GenerateArraySingleArgumentConstructor( ElementsKind kind, AllocationSiteOverrideMode mode) GenerateArraySingleArgumentConstructor() argument [all...] |
H A D | builtins-object-gen.cc | 295 TNode<Uint32T> kind = LoadPropertyKind(details); in FastGetOwnValuesOrEntries() local 153 IsPropertyKindAccessor( TNode<Uint32T> kind) IsPropertyKindAccessor() argument 159 IsPropertyKindData( TNode<Uint32T> kind) IsPropertyKindData() argument [all...] |
H A D | builtins-string-gen.cc | 1378 const ElementsKind kind = PACKED_ELEMENTS; in TF_BUILTIN() local 1416 const ElementsKind kind = PACKED_ELEMENTS; in TF_BUILTIN() local
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 246 void AsmJsParser::DeclareStdlibFunc(VarInfo* info, VarKind kind, in DeclareStdlibFunc() argument 293 void AsmJsParser::BareBegin(BlockKind kind, AsmJsScanner::token_t label) { in BareBegin() argument [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 195 Deoptimizer* Deoptimizer::New(Address raw_function, DeoptimizeKind kind, in New() argument 459 MessageFor(DeoptimizeKind kind) MessageFor() argument 470 Deoptimizer(Isolate* isolate, JSFunction function, DeoptimizeKind kind, Address from, int fp_to_sp_delta) Deoptimizer() argument 586 GetDeoptimizationEntry(DeoptimizeKind kind) GetDeoptimizationEntry() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 1018 ObjectStats::VirtualInstanceType CodeKindToVirtualInstanceType(CodeKind kind) { in CodeKindToVirtualInstanceType() argument 643 GetFeedbackSlotType( MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) GetFeedbackSlotType() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 666 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataVerify() local 725 ElementsKind kind = holder.GetElementsKind(); in SloppyArgumentsElementsVerify() local 2104 PropertyKind kind = PropertyKind::kData; IsSortedNoDuplicates() local [all...] |