Home
last modified time | relevance | path

Searched defs:kind (Results 576 - 600 of 815) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/libbpf/src/
H A Dlibbpf_internal.h273 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() argument
/third_party/node/src/crypto/
H A Dcrypto_tls.cc485 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 Dmodule-instantiate.cc1122 compiler::WasmImportCallKind kind = resolved.kind; in ProcessImportedFunction() local
1593 compiler::WasmImportCallKind kind = resolved.kind; CompileImportWrappers() local
[all...]
H A Dwasm-module.h115 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 Dwasm-serialization.cc729 WasmCode::Kind kind = reader->Read<WasmCode::Kind>(); in ReadCode() local
H A Dwasm-debug.cc160 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 Dweb-snapshot.cc50 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 Dplaylog.c4018 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 Dintel_perf.h236 } kind; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h215 char kind; /* used by ctags & dissect */ member
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc123 StackCheckKind kind = in ShouldApplyOffsetToStackCheck() local
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h595 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 Djs-operator.cc1271 const Operator* JSOperatorBuilder::CreateArrayIterator(IterationKind kind) { in CreateArrayIterator() argument
1395 const Operator* JSOperatorBuilder::StackCheck(StackCheckKind kind) { in StackCheck() argument
H A Djs-call-reducer.cc727 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 Dmachine-operator.cc70 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 Djs-heap-broker.cc157 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 Dscopes.h650 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 Dbuiltins-regexp-gen.cc419 const ElementsKind kind = (encoding == String::ONE_BYTE_ENCODING) in GetStringPointers() local
1526 const ElementsKind kind = PACKED_ELEMENTS; in RegExpPrototypeSplitBody() local
H A Dbuiltins-array-gen.cc355 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 Dbuiltins-object-gen.cc295 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 Dbuiltins-string-gen.cc1378 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 Dasm-parser.cc246 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 Ddeoptimizer.cc195 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 Dobject-stats.cc1018 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 Dobjects-debug.cc666 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataVerify() local
725 ElementsKind kind = holder.GetElementsKind(); in SloppyArgumentsElementsVerify() local
2104 PropertyKind kind = PropertyKind::kData; IsSortedNoDuplicates() local
[all...]

Completed in 55 milliseconds

1...<<21222324252627282930>>...33