/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 3711 PropertyKind kind; MigrateSlowToFast() local 4064 ElementsKind kind = object.GetElementsKind(); TestElementsIntegrityLevel() local 5141 ElementsKind kind = HOLEY_SMI_ELEMENTS; BestFittingFastElementsKind() local 5171 ElementsKind kind = object->GetElementsKind(isolate); AddDataElement() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 45 FunctionKind kind = call_super ? FunctionKind::kDefaultDerivedConstructor in DefaultConstructor() local 968 FunctionKind kind = flags().function_kind(); in DoParseFunction() local 1796 DeclareAndBindVariable(VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument 1806 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int begin, int end) DeclareVariable() argument 1859 DeclareFunction(const AstRawString* variable_name, FunctionLiteral* function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) DeclareFunction() argument 1994 InitializeVariables( ScopedPtrList<Statement>* statements, VariableKind kind, const DeclarationParsingResult::Declaration* declaration) InitializeVariables() argument 2073 ParseAndRewriteGeneratorFunctionBody( int pos, FunctionKind kind, ScopedPtrList<Statement>* body) ParseAndRewriteGeneratorFunctionBody() argument 2082 ParseAndRewriteAsyncGeneratorFunctionBody( int pos, FunctionKind kind, ScopedPtrList<Statement>* body) ParseAndRewriteAsyncGeneratorFunctionBody() argument 2614 ParseFunctionLiteral( const AstRawString* function_name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionSyntaxKind function_syntax_kind, LanguageMode language_mode, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunctionLiteral() argument 2827 SkipFunction(const AstRawString* function_name, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, ProducedPreparseData** produced_preparse_data) SkipFunction() argument 3019 BuildInitialYield(int pos, FunctionKind kind) BuildInitialYield() argument 3030 ParseFunction( ScopedPtrList<Statement>* body, const AstRawString* function_name, int pos, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, int* suspend_count, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunction() argument 3180 DeclarePrivateClassMember(ClassScope* scope, const AstRawString* property_name, ClassLiteralProperty* property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo* class_info) DeclarePrivateClassMember() argument [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2176 SetDataOrAccessorPropertyReference( PropertyKind kind, HeapEntry* parent_entry, Name reference_name, Object child_obj, const char* name_format_string, int field_offset) SetDataOrAccessorPropertyReference() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 469 auto kind = child_results->NextAs<Identifier*>(); in MakeImplicitParameterList() local 529 AssertStatement::AssertKind kind; in MakeAssertStatement() local 546 auto kind = child_results->NextAs<Identifier*>()->value; MakeDebugStatement() local 1032 std::string kind = child_results->NextAs<Identifier*>()->value; MakeClassDeclaration() local 1714 auto kind = child_results->NextAs<Identifier*>(); MakeVarDeclarationStatement() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 130 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind, in push() argument 320 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument 324 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument 71 Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, int32_t offset, ValueKind kind) Load() argument 99 Store(LiftoffAssembler* assm, Register base, int32_t offset, LiftoffRegister src, ValueKind kind) Store() argument 1140 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 1147 LoadReturnStackSlot(LiftoffRegister reg, int offset, ValueKind kind) LoadReturnStackSlot() argument 1152 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument 1159 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument 1182 Move(Register dst, Register src, ValueKind kind) Move() argument 1188 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 1201 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument 1249 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument 2463 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument 2637 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 565 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument 574 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument 300 Store(LiftoffAssembler* assm, LiftoffRegister src, MemOperand dst, ValueKind kind) Store() argument 340 Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, ValueKind kind) Load() argument 1364 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 1371 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument 1378 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 1384 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument 1392 Move(Register dst, Register src, ValueKind kind) Move() argument 1398 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 1411 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument 1454 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument 2209 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument 2331 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 80 inline CPURegister GetRegFromType(const LiftoffRegister& reg, ValueKind kind) { in GetRegFromType() argument 393 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument 404 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument 110 AcquireByType(UseScratchRegisterScope* temps, ValueKind kind) AcquireByType() argument 884 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 891 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument 898 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 903 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument 911 Move(Register dst, Register src, ValueKind kind) Move() argument 920 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 932 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument 967 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument 1558 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument 1654 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument [all...] |
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 3956 string kind; in build_reference_type_def() local
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 85 enum { NotYetSet, ARMDisp19, X86Disp32 } kind = NotYetSet; member 113 enum { REG, MEM, LABEL } kind; member
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 971 SpvId SPIRVCodeGenerator::writeSpecialIntrinsic(const FunctionCall& c, SpecialIntrinsic kind, in writeSpecialIntrinsic() argument 3099 writeGlobalVar(ProgramKind kind, const VarDeclaration& varDecl) writeGlobalVar() argument [all...] |
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 1921 is_space(enum PyUnicode_Kind kind, const void *data, Py_ssize_t pos) in is_space() argument 1938 enum PyUnicode_Kind kind; in numeric_as_ascii() local
|
/third_party/python/Python/ |
H A D | Python-ast.c | 3046 _PyAST_Constant(constant value, string kind, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Constant() argument 9424 string kind; obj2ast_expr() local [all...] |
/third_party/python/Objects/ |
H A D | longobject.c | 1720 enum PyUnicode_Kind kind; in long_to_decimal_string_internal() local 1938 enum PyUnicode_Kind kind; in long_format_binary() local [all...] |
H A D | dictobject.c | 1010 DictKeysKind kind = dk->dk_kind; in _PyDictKeys_StringLookup() local 1044 DictKeysKind kind; in _Py_dict_lookup() local
|
H A D | exceptions.c | 2417 int kind; in my_basename() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 628 uint32_t kind; member 973 char *kind; member
|
H A D | cil_binary.c | 973 static int __cil_insert_type_rule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint32_t obj, uint32_t res, struct cil_type_rule *cil_rule, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_insert_type_rule() argument 1344 static int __cil_insert_avrule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint32_t obj, uint32_t data, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_insert_avrule() argument 1391 static int __cil_avrule_expand_helper(policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct cil_classperms *cp, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_avrule_expand_helper() argument 1432 static int __cil_avrule_expand(policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct cil_list *classperms, cond_node_t *cond_node, enum cil_flavor cond_flavor) in __cil_avrule_expand() argument 1490 uint16_t kind = cil_avrule->rule_kind; __cil_avrule_to_avtab() local 1753 __cil_avrulex_ioctl_to_hashtable(hashtab_t h, uint16_t kind, uint32_t src, uint32_t tgt, uint32_t obj, ebitmap_t *xperms) __cil_avrulex_ioctl_to_hashtable() argument 1810 __cil_avrulex_to_hashtable_helper(policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct cil_permissionx *permx, struct cil_args_binary *args) __cil_avrulex_to_hashtable_helper() argument 1853 uint16_t kind; cil_avrulex_to_hashtable() local 4612 __cil_init_sepol_avrule(uint32_t kind, struct cil_tree_node *node) __cil_init_sepol_avrule() argument 4712 __cil_print_rule(const char *pad, const char *kind, struct cil_avrule *avrule) __cil_print_rule() argument 4795 uint32_t kind; cil_check_neverallow() local [all...] |
H A D | cil_build_ast.c | 5280 char *kind = NULL; in cil_gen_macro() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 825 const char *kind; in cil_print_attr_strs() local
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | nct6775.c | 1072 enum kinds kind; member 1222 enum kinds kind; member [all...] |
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 1829 may_link(struct inode *dir, struct dentry *dentry, int kind) may_link() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pkt_cls.h | 713 __u16 kind; member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 453 s32 btf_find_by_name_kind(const struct btf *btf, const char *name, u8 kind) in btf_find_by_name_kind() argument 1250 u8 kind = BTF_INFO_KIND(t->info); in __btf_verifier_log_type() local
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 6773 u8 kind, kind_len; in bpf_search_tcp_opt() local
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | mlx-platform.c | 2375 mlxplat_mlxcpld_l1_switch_pwr_events_handler(void *handle, enum mlxreg_hotplug_kind kind, in mlxplat_mlxcpld_l1_switch_pwr_events_handler() argument 2404 mlxplat_mlxcpld_l1_switch_intrusion_events_handler(void *handle, enum mlxreg_hotplug_kind kind, in mlxplat_mlxcpld_l1_switch_intrusion_events_handler() argument
|