Home
last modified time | relevance | path

Searched defs:kind (Results 451 - 475 of 587) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/python/Modules/
H A D_csv.c871 unsigned int kind; in Reader_iternext() local
H A Dpyexpat.c1090 unsigned int kind; in PyUnknownEncodingHandler() local
/third_party/python/Modules/_io/
H A Dtextio.c316 int kind; in _PyIncrementalNewlineDecoder_decode() local
357 int kind; in _PyIncrementalNewlineDecoder_decode() local
432 int kind = PyUnicode_KIND(output); _PyIncrementalNewlineDecoder_decode() local
2004 find_control_char(int kind, const char *s, const char *end, Py_UCS4 ch) find_control_char() argument
2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument
2124 int kind; _textiowrapper_readline() local
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs521 pub fn kind(&self) -> &ItemKind { kind() functions
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c78 int kind = 0; in __cil_gather_statements_helper() local
187 cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind) cil_simple_rules_to_policy() argument
775 cil_defaults_to_policy(FILE *out, struct cil_list *defaults, const char *kind) cil_defaults_to_policy() argument
987 cil_validatetrans_to_policy(FILE *out, struct cil_db *db, struct cil_list *validatetrans, char *kind) cil_validatetrans_to_policy() argument
1111 const char *kind; cil_xperms_to_policy() local
1157 const char *kind; cil_av_rulex_to_policy() local
1188 const char *kind; cil_av_rule_to_policy() local
1226 const char *kind; cil_type_rule_to_policy() local
[all...]
/third_party/elfutils/src/
H A Delflint.c235 Elf_Kind kind = elf_kind (elf); in process_file() local
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h155 int kind; member
163 int kind; /* so we can account at free */ member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc586 auto kind = compiler::WasmImportCallKind::kWasmToCapi; in UpdateDispatchTables() local
1468 compiler::WasmImportCallKind kind = resolved.kind; in ImportWasmJSFunctionIntoTable() local
2104 CK kind = compiler::kDefaultImportCallKind; New() local
[all...]
H A Dmodule-decoder.cc44 const char* ExternalKindName(ImportExportKindCode kind) { in ExternalKindName() argument
598 uint8_t kind = consume_u8("type kind"); in consume_nominal_type_definition() local
655 uint8_t kind = read_u8<Decoder::kFullValidation>(pc(), "type kind"); consume_subtype_definition() local
717 uint8_t kind = read_u8<Decoder::kFullValidation>(pc(), "type kind"); DecodeTypeSection() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h206 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument
215 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument
1223 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
1263 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument
1303 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
1347 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument
1390 Move(Register dst, Register src, ValueKind kind) Move() argument
1394 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
1407 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
1460 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
2126 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2252 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
3067 emit_set_if_nan(Register dst, DoubleRegister src, ValueKind kind) emit_set_if_nan() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1089 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
3201 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
3213 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1002 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1013 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
1624 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc129 ObjectDataKind kind() const { return kind_; } in kind() function in v8::internal::compiler::ObjectData
83 ObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<Object> object, ObjectDataKind kind) ObjectData() argument
217 PropertyCellData(JSHeapBroker* broker, ObjectData** storage, Handle<PropertyCell> object, ObjectDataKind kind) PropertyCellData() argument
277 JSReceiverData(JSHeapBroker* broker, ObjectData** storage, Handle<JSReceiver> object, ObjectDataKind kind) JSReceiverData() argument
284 JSObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<JSObject> object, ObjectDataKind kind) JSObjectData() argument
389 JSTypedArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<JSTypedArray> object, ObjectDataKind kind) JSTypedArrayData() argument
396 JSDataViewData(JSHeapBroker* broker, ObjectData** storage, Handle<JSDataView> object, ObjectDataKind kind) JSDataViewData() argument
403 JSBoundFunctionData(JSHeapBroker* broker, ObjectData** storage, Handle<JSBoundFunction> object, ObjectDataKind kind) JSBoundFunctionData() argument
410 JSFunctionData(JSHeapBroker* broker, ObjectData** storage, Handle<JSFunction> object, ObjectDataKind kind) JSFunctionData() argument
504 BigIntData(JSHeapBroker* broker, ObjectData** storage, Handle<BigInt> object, ObjectDataKind kind) BigIntData() argument
730 HeapObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<HeapObject> object, ObjectDataKind kind) HeapObjectData() argument
814 MapData(JSHeapBroker* broker, ObjectData** storage, Handle<Map> object, ObjectDataKind kind) MapData() argument
848 FixedArrayBaseData(JSHeapBroker* broker, ObjectData** storage, Handle<FixedArrayBase> object, ObjectDataKind kind) FixedArrayBaseData() argument
861 FixedArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<FixedArray> object, ObjectDataKind kind) FixedArrayData() argument
869 ScriptContextTableData(JSHeapBroker* broker, ObjectData** storage, Handle<ScriptContextTable> object, ObjectDataKind kind) ScriptContextTableData() argument
876 JSArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<JSArray> object, ObjectDataKind kind) JSArrayData() argument
883 JSGlobalObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<JSGlobalObject> object, ObjectDataKind kind) JSGlobalObjectData() argument
890 JSGlobalProxyData(JSHeapBroker* broker, ObjectData** storage, Handle<JSGlobalProxy> object, ObjectDataKind kind) JSGlobalProxyData() argument
962 ObjectDataKindFor(RefSerializationKind kind) ObjectDataKindFor() argument
[all...]
H A Djs-native-context-specialization.cc751 WriteBarrierKind kind = kFullWriteBarrier; in ForPropertyCellValue() local
2626 GetArrayTypeFromElementsKind(ElementsKind kind) GetArrayTypeFromElementsKind() argument
[all...]
H A Dcode-assembler.cc49 CodeAssemblerState( Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
61 CodeAssemblerState(Isolate* isolate, Zone* zone, int parameter_count, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
70 CodeAssemblerState(Isolate* isolate, Zone* zone, CallDescriptor* call_descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
H A Draw-machine-assembler.h789 Node* TruncateFloat32ToInt32(Node* a, TruncateKind kind) { in TruncateFloat32ToInt32() argument
792 Node* TruncateFloat32ToUint32(Node* a, TruncateKind kind) { in TruncateFloat32ToUint32() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc847 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
2899 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
2911 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc806 VariableKind kind = is_sloppy(language_mode()) ? SLOPPY_FUNCTION_NAME_VARIABLE in DeclareFunctionVar() local
49 Declare(Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, IsStaticFlag is_static_flag, bool* was_added) Declare() argument
1052 DeclareLocal(const AstRawString* name, VariableMode mode, VariableKind kind, bool* was_added, InitializationFlag init_flag) DeclareLocal() argument
1085 DeclareVariable( Declaration* declaration, const AstRawString* name, int pos, VariableMode mode, VariableKind kind, InitializationFlag init, bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, bool* ok) DeclareVariable() argument
1171 DeclareVariableName(const AstRawString* name, VariableMode mode, bool* was_added, VariableKind kind) DeclareVariableName() argument
1225 DeclareDynamicGlobal(const AstRawString* name, VariableKind kind, Scope* cache) DeclareDynamicGlobal() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc873 SetBreakpointForFunction(Handle<SharedFunctionInfo> shared, Handle<String> condition, int* id, BreakPointKind kind) SetBreakpointForFunction() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1211 void MacroAssembler::CompareStackLimit(Register with, StackLimitKind kind) { in CallRecordWriteStub() argument
2030 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc935 const CodeKind kind = compilation_info->code_kind(); in Insert() local
247 LogFunctionCompilation(Isolate* isolate, CodeEventListener::LogEventsAndTags tag, Handle<Script> script, Handle<SharedFunctionInfo> shared, Handle<FeedbackVector> vector, Handle<AbstractCode> abstract_code, CodeKind kind, double time_taken_ms) LogFunctionCompilation() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc468 void PrintSloppyArgumentElements(std::ostream& os, ElementsKind kind, in PrintSloppyArgumentElements() argument
1166 FeedbackSlotKind kind = GetKind(FeedbackSlot(slot)); in FeedbackVectorSpecPrint() local
1169 os << "\n Slot #" << slot << " " << kind; in FeedbackVectorSpecPrint() local
1183 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataPrint() local
1184 os << "\n Slot " << slot << " " << kind; in FeedbackMetadataPrint() local
1217 FeedbackSlotKind kind = iter.kind(); FeedbackVectorPrint() local
1219 os << "\\n - slot " << slot << " " << kind << " "; FeedbackVectorPrint() local
2163 ElementsKind kind = GetElementsKind(); AllocationSitePrint() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc193 IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) IC() argument
2692 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local
2720 FeedbackSlotKind kind = static_cast<FeedbackSlotKind>(slot_kind); RUNTIME_FUNCTION() local
2764 FeedbackSlotKind kind = (typeof_mode == TypeofMode::kInside) RUNTIME_FUNCTION() local
2783 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local
2844 FeedbackSlotKind kind = FeedbackSlotKind::kSetNamedStrict; RUNTIME_FUNCTION() local
2872 FeedbackSlotKind kind = FeedbackSlotKind::kDefineNamedOwn; RUNTIME_FUNCTION() local
2921 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local
3011 FeedbackSlotKind kind = FeedbackSlotKind::kSetKeyedStrict; RUNTIME_FUNCTION() local
3049 FeedbackSlotKind kind = FeedbackSlotKind::kDefineKeyedOwn; RUNTIME_FUNCTION() local
3133 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc182 WriteBarrierMode GetWriteBarrierMode(FixedArrayBase elements, ElementsKind kind, in GetWriteBarrierMode() argument
575 static ElementsKind kind() { return ElementsTraits::Kind; } in kind() function in v8::internal::__anon14785::ElementsAccessorBase
731 ElementsKind kind = array->GetElementsKind(); in SetLengthImpl() local
1901 ElementsKind kind = Subclass::kind(); NormalizeImpl() local
2066 ElementsKind kind = KindTraits::Kind; DeleteImpl() local
2398 ElementsKind kind = KindTraits::Kind; RemoveElement() local
3759 ElementsKind kind = source.GetElementsKind(); TryCopyElementsFastNumber() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc96 CodeKind kind = code.kind(); in ComputeMarker() local
1181 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, CodeKind kind, uint8_t* address, int size, uint64_t time) AppendCodeCreateHeader() argument
1488 ProcessDeoptEvent(Handle<Code> code, SourcePosition position, const char* kind, const char* reason) ProcessDeoptEvent() argument
1510 CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, int fp_to_sp_delta) CodeDeoptEvent() argument
[all...]

Completed in 79 milliseconds

1...<<11121314151617181920>>...24