Home
last modified time | relevance | path

Searched defs:kind (Results 551 - 575 of 584) sorted by relevance

1...<<21222324

/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4780 Initialize(Isolate* isolate, Handle<Oddball> oddball, const char* to_string, Handle<Object> to_number, const char* type_of, byte kind) Initialize() argument
5334 GetMaxLengthForNewSpaceAllocation(ElementsKind kind) GetMaxLengthForNewSpaceAllocation() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1007 V8_INLINE bool SkipFunction(const AstRawString* name, FunctionKind kind, in SkipFunction() argument
1065 Variable* DeclareVariable(const AstRawString* name, VariableKind kind, in DeclareVariable() argument
1071 void DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, in DeclareAndBindVariable() argument
548 NewClassLiteralProperty(const PreParserExpression& key, const PreParserExpression& value, ClassLiteralProperty::Kind kind, bool is_static, bool is_computed_name, bool is_private) NewClassLiteralProperty() argument
556 NewObjectLiteralProperty(const PreParserExpression& key, const PreParserExpression& value, ObjectLiteralProperty::Kind kind, bool is_computed_name) NewObjectLiteralProperty() argument
1131 ParseAndRewriteGeneratorFunctionBody( int pos, FunctionKind kind, PreParserScopedStatementList* body) ParseAndRewriteGeneratorFunctionBody() argument
1135 ParseAndRewriteAsyncGeneratorFunctionBody( int pos, FunctionKind kind, PreParserScopedStatementList* body) ParseAndRewriteAsyncGeneratorFunctionBody() argument
1160 DeclareFunction( const PreParserIdentifier& variable_name, const PreParserExpression& function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) DeclareFunction() argument
1217 DeclarePrivateClassMember( ClassScope* scope, const PreParserIdentifier& property_name, const PreParserExpression& property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo* class_info) DeclarePrivateClassMember() argument
1251 FunctionKind kind = has_extends ? FunctionKind::kDefaultDerivedConstructor RewriteClassLiteral() local
[all...]
H A Dparser-base.h451 FunctionKind kind() const { return scope()->function_kind(); } in kind() function in v8::internal::ParseFunctionFlag::ParserBase::final
539 VariableKind kind; member
684 ParsePropertyKind kind; global() member
734 ClassPropertyKindFor(ParsePropertyKind kind) ClassPropertyKindFor() argument
750 GetVariableMode(ClassLiteralProperty::Kind kind) GetVariableMode() argument
816 NewFunctionScope(FunctionKind kind, Zone* parse_zone = nullptr) const NewFunctionScope() argument
1187 IsAccessor(ParsePropertyKind kind) IsAccessor() argument
1910 FunctionKind kind = FunctionKind::kArrowFunction; ParsePrimaryExpression() local
1927 ArrowHeadParsingScope parsing_scope(impl(), kind); ParsePrimaryExpression() local
2432 FunctionKind kind = ParseClassPropertyDefinition() local
2470 FunctionKind kind; ParseClassPropertyDefinition() local
2686 FunctionKind kind = MethodKindFor(kIsStatic, function_flags); ParseObjectPropertyDefinition() local
2723 FunctionKind kind = is_get ? FunctionKind::kGetterFunction ParseObjectPropertyDefinition() local
3755 FunctionKind kind = scope->function_kind(); ParseSuperExpression() local
4214 VariableKind kind = is_sloppy(language_mode()) && ParseHoistableDeclaration() local
4308 ParseFunctionBody( StatementListT* body, IdentifierT function_name, int pos, const FormalParametersT& parameters, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, FunctionBodyType body_type) ParseFunctionBody() argument
4526 FunctionKind kind = formal_parameters.scope->function_kind(); ParseArrowFunctionLiteral() local
4871 const FunctionKind kind = FunctionKindFor(flags); ParseAsyncFunctionLiteral() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h147 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind, in push() argument
295 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument
299 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument
93 Load(LiftoffAssembler* assm, LiftoffRegister dst, Operand src, ValueKind kind) Load() argument
119 Store(LiftoffAssembler* assm, Operand dst, LiftoffRegister src, ValueKind kind) Store() argument
849 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
856 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument
863 LoadReturnStackSlot(LiftoffRegister reg, int offset, ValueKind kind) LoadReturnStackSlot() argument
869 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument
892 Move(Register dst, Register src, ValueKind kind) Move() argument
902 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
915 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
969 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
2135 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2249 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
4172 emit_set_if_nan(Register dst, DoubleRegister src, ValueKind kind) emit_set_if_nan() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h145 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() argument
399 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument
408 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument
98 Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, ValueKind kind) Load() argument
121 Store(LiftoffAssembler* assm, Register base, int32_t offset, LiftoffRegister src, ValueKind kind) Store() argument
945 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
952 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument
959 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
964 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument
972 Move(Register dst, Register src, ValueKind kind) Move() argument
978 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
988 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
1046 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
1611 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
1696 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
3799 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h152 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() argument
415 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument
424 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument
99 Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, ValueKind kind) Load() argument
125 Store(LiftoffAssembler* assm, Register base, int32_t offset, LiftoffRegister src, ValueKind kind) Store() argument
931 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
938 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument
945 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
950 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument
958 Move(Register dst, Register src, ValueKind kind) Move() argument
964 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
974 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument
1026 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument
1809 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
1999 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
3614 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc11059 visiting_kind kind; global() member
[all...]
H A Dabg-ir.cc3992 kind() const in kind() function
3996 kind (enum type_or_decl_kind k) in kind() function
4086 type_or_decl_base::kind() const in kind() function in abigail::ir::type_or_decl_base
4097 type_or_decl_base::kind(enu function in abigail::ir::type_or_decl_base
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp3491 deUint32 kind[2]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2520 static bool isOperator(AsmToken::TokenKind kind) { in isOperator() argument
/third_party/python/Modules/
H A D_datetimemodule.c5287 const unsigned int kind = PyUnicode_KIND(dtstr); in _sanitize_isoformat_str() local
H A D_pickle.c2582 unsigned int kind; in raw_unicode_escape() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc1848 const auto kind = (branch_opcode == SpvOpBranchConditional) in LabelControlFlowConstructs() local
3249 auto kind = src_info.succ_edge.find(dest_info.id)->second; MakeBranchDetailed() local
[all...]
/third_party/python/Python/
H A Dceval.c5845 format_missing(PyThreadState *tstate, const char *kind, argument
5915 const char *kind = positional ? "positional" : "keyword-only"; local
H A Dcompile.c7945 _PyLocals_Kind kind = CO_FAST_LOCAL; compute_localsplus_info() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c3887 int kind = PyUnicode_KIND(name); in is_dunder_name() local
H A Dunicodeobject.c272 unicode_fill(enum PyUnicode_Kind kind, void *data, Py_UCS4 value, in unicode_fill() argument
510 unsigned int kind = ascii->state.kind; in _PyUnicode_CheckConsistency() local
668 int kind = PyUnicode_KIND(unicode); unicode_result_ready() local
717 enum PyUnicode_Kind kind; backslashreplace() local
784 enum PyUnicode_Kind kind; xmlcharrefreplace() local
865 make_bloom_mask(int kind, const void* ptr, Py_ssize_t len) make_bloom_mask() argument
971 findchar(const void *s, int kind, Py_ssize_t size, Py_UCS4 ch, int direction) findchar() argument
1010 int kind = PyUnicode_KIND(unicode); unicode_fill_invalid() local
1376 enum PyUnicode_Kind kind; PyUnicode_New() local
2067 enum PyUnicode_Kind kind = PyUnicode_KIND(unicode); unicode_write_cstr() local
2380 kind_maxchar_limit(unsigned int kind) kind_maxchar_limit() argument
2472 PyUnicode_FromKindAndData(int kind, const void *buffer, Py_ssize_t size) PyUnicode_FromKindAndData() argument
2494 enum PyUnicode_Kind kind; _PyUnicode_FindMaxChar() local
2536 unsigned int kind; unicode_adjust_maxchar() local
2604 unicode_askind(unsigned int skind, void const *data, Py_ssize_t len, unsigned int kind) unicode_askind() argument
2651 int kind; as_ucs4() local
4293 int kind; PyUnicode_ReadChar() local
4902 int kind; _PyUnicode_EncodeUTF7() local
5138 int kind = writer.kind; unicode_decode_utf8() local
5550 enum PyUnicode_Kind kind = PyUnicode_KIND(unicode); unicode_encode_utf8() local
5586 enum PyUnicode_Kind kind = PyUnicode_KIND(unicode); unicode_fill_utf8() local
5721 enum PyUnicode_Kind kind = writer.kind; PyUnicode_DecodeUTF32Stateful() local
5806 enum PyUnicode_Kind kind; _PyUnicode_EncodeUTF32() local
6035 int kind = writer.kind; PyUnicode_DecodeUTF16Stateful() local
6127 enum PyUnicode_Kind kind; _PyUnicode_EncodeUTF16() local
6596 enum PyUnicode_Kind kind; PyUnicode_AsUnicodeEscapeString() local
6861 int kind; PyUnicode_AsRawUnicodeEscapeString() local
7054 int kind; unicode_encode_ucs1() local
7290 int kind = writer.kind; PyUnicode_DecodeASCII() local
7971 enum PyUnicode_Kind kind; encode_code_page_errors() local
8413 int kind; PyUnicode_BuildEncodingMap() local
8679 enum PyUnicode_Kind kind; charmap_encoding_error() local
8831 int kind; _PyUnicode_EncodeCharmap() local
9198 int kind; _PyUnicode_TranslateCharmap() local
9342 int kind = PyUnicode_KIND(unicode); _PyUnicode_TransformDecimalAndSpaceToASCII() local
9707 int kind; PyUnicode_FindChar() local
9824 handle_capital_sigma(int kind, const void *data, Py_ssize_t length, Py_ssize_t i) handle_capital_sigma() argument
9853 lower_ucs4(int kind, const void *data, Py_ssize_t length, Py_ssize_t i, Py_UCS4 c, Py_UCS4 *mapped) lower_ucs4() argument
9865 do_capitalize(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_capitalize() argument
9889 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_swapcase() argument
9914 do_upper_or_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar, int lower) do_upper_or_lower() argument
9935 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_upper() argument
9941 do_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_lower() argument
9947 do_casefold(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_casefold() argument
9964 do_title(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_title() argument
9996 int kind, outkind; case_operation() local
10075 unsigned int kind = 0; _PyUnicode_JoinArray() local
10238 const enum PyUnicode_Kind kind = PyUnicode_KIND(unicode); _PyUnicode_FastFill() local
10291 int kind; pad() local
10544 anylib_find(int kind, PyObject *str1, const void *buf1, Py_ssize_t len1, PyObject *str2, const void *buf2, Py_ssize_t len2, Py_ssize_t offset) anylib_find() argument
10562 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, PyObject *str1, const void *buf1, Py_ssize_t len1, Py_ssize_t maxcount) anylib_count() argument
10583 int kind = PyUnicode_KIND(u); replace_1char_inplace() local
11116 int kind; unicode_compare_eq() local
11174 int kind; PyUnicode_CompareWithASCIIString() local
11696 int kind; unicode_expandtabs_impl() local
11802 enum PyUnicode_Kind kind; unicode_getitem() local
11913 int kind; unicode_islower_impl() local
11958 int kind; unicode_isupper_impl() local
12003 int kind; unicode_istitle_impl() local
12061 int kind; unicode_isspace_impl() local
12101 int kind; unicode_isalpha_impl() local
12139 int kind; unicode_isalnum_impl() local
12182 int kind; unicode_isdecimal_impl() local
12221 int kind; unicode_isdigit_impl() local
12261 int kind; unicode_isnumeric_impl() local
12299 int kind = PyUnicode_KIND(self); _PyUnicode_ScanIdentifier() local
12406 int kind; unicode_isprintable_impl() local
12513 int kind; _PyUnicode_XStrip() local
12563 int kind; PyUnicode_Substring() local
12632 int kind = PyUnicode_KIND(self); do_strip() local
12766 int kind = PyUnicode_KIND(str); unicode_repeat() local
13493 int kind; unicode_maketrans_impl() local
13594 int kind; unicode_zfill_impl() local
13856 _PyUnicodeWriter_PrepareKindInternal(_PyUnicodeWriter *writer, enum PyUnicode_Kind kind) _PyUnicodeWriter_PrepareKindInternal() argument
14989 enum PyUnicode_Kind kind; unicode_format_arg_output() local
15308 unsigned int kind; unicode_subtype_new() local
15709 int kind = PyUnicode_KIND(seq); unicodeiter_next() local
[all...]
/third_party/elfutils/src/
H A Dreadelf.c4169 dwarf_range_list_encoding_string (unsigned int kind) in dwarf_range_list_encoding_string() argument
4183 dwarf_loc_list_encoding_string (unsigned int kind) in dwarf_loc_list_encoding_string() argument
4199 dwarf_line_content_description_string (unsigned int kind) in dwarf_line_content_description_string() argument
4360 dwarf_range_list_encoding_name (unsigned int kind) in dwarf_range_list_encoding_name() argument
4368 dwarf_loc_list_encoding_name (unsigned int kind) in dwarf_loc_list_encoding_name() argument
4376 dwarf_line_content_description_name(unsigned int kind) dwarf_line_content_description_name() argument
5957 uint8_t kind = *readp++; print_debug_rnglists_section() local
9496 uint8_t kind = *readp++; print_debug_loclists_section() local
11329 uint32_t cu_kind, cu, kind; print_gdb_index_section() local
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h7333 enum bpf_core_relo_kind kind; global() member
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c168 get_shader_kind_str(enum dxil_shader_kind kind) in get_shader_kind_str() argument
874 add_resource(struct ntd_context *ctx, enum dxil_resource_type type, enum dxil_resource_kind kind, const resource_array_layout *layout) add_resource() argument
2816 get_resource_handle(struct ntd_context *ctx, nir_src *src, enum dxil_resource_class class, enum dxil_resource_kind kind) get_resource_handle() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1444 wasm::ValueKind kind = type.kind(); in Select() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc623 ExpressionResultScope(BytecodeGenerator* generator, Expression::Context kind) in ExpressionResultScope() argument
7015 AllocateBlockCoverageSlotIfEnabled( AstNode* node, SourceRangeKind kind) AllocateBlockCoverageSlotIfEnabled() argument
7030 BuildIncrementBlockCoverageCounterIfEnabled( AstNode* node, SourceRangeKind kind) BuildIncrementBlockCoverageCounterIfEnabled() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h788 uint16_t kind; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h800 uint16_t kind; member
/third_party/libbpf/src/
H A Dlibbpf.c2192 static const char *__btf_kind_str(__u16 kind) argument
7710 int kind; global() local
8036 find_ksym_btf_id(struct bpf_object *obj, const char *ksym_name, __u16 kind, struct btf **res_btf, struct module_btf **res_mod_btf) global() argument
9704 btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, const char **prefix, int *kind) global() argument
9727 find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, const char *name, __u32 kind) global() argument
9748 int kind; global() local
[all...]

Completed in 202 milliseconds

1...<<21222324