Home
last modified time | relevance | path

Searched defs:kind (Results 751 - 775 of 840) sorted by relevance

1...<<31323334

/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc3711 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 Dparser.cc45 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 Dheap-snapshot-generator.cc2176 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 Dtorque-parser.cc469 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 Dliftoff-assembler-ia32.h130 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 Dliftoff-assembler-arm.h565 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 Dliftoff-assembler-arm64.h80 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 Dabg-reader.cc3956 string kind; in build_reference_type_def() local
/third_party/skia/src/core/
H A DSkVM.h85 enum { NotYetSet, ARMDisp19, X86Disp32 } kind = NotYetSet; member
113 enum { REG, MEM, LABEL } kind; member
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp971 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.c1921 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 DPython-ast.c3046 _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 Dlongobject.c1720 enum PyUnicode_Kind kind; in long_to_decimal_string_internal() local
1938 enum PyUnicode_Kind kind; in long_format_binary() local
[all...]
H A Ddictobject.c1010 DictKeysKind kind = dk->dk_kind; in _PyDictKeys_StringLookup() local
1044 DictKeysKind kind; in _Py_dict_lookup() local
H A Dexceptions.c2417 int kind; in my_basename() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h628 uint32_t kind; member
973 char *kind; member
H A Dcil_binary.c973 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 Dcil_build_ast.c5280 char *kind = NULL; in cil_gen_macro() local
[all...]
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c825 const char *kind; in cil_print_attr_strs() local
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct6775.c1072 enum kinds kind; member
1222 enum kinds kind; member
[all...]
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c1829 may_link(struct inode *dir, struct dentry *dentry, int kind) may_link() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_cls.h713 __u16 kind; member
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c453 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 Dfilter.c6773 u8 kind, kind_len; in bpf_search_tcp_opt() local
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dmlx-platform.c2375 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

Completed in 144 milliseconds

1...<<31323334