Home
last modified time | relevance | path

Searched defs:kind (Results 351 - 375 of 816) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc510 TNode<Int32T> kind = LoadElementsKind(allocation_site.value()); in CreateEmptyArrayLiteral() local
/third_party/node/deps/v8/src/ast/
H A Dvariables.h208 VariableKind kind() const { return VariableKindField::decode(bit_field_); } in kind() function in v8::internal::final
23 Variable(Scope* scope, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag = kNotAssigned, IsStaticFlag is_static_flag = IsStaticFlag::kNotStatic) Variable() argument
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc262 CodeKind kind = code.kind(); in PrintRelocInfo() local
/third_party/node/deps/v8/src/ic/
H A Dic.h118 FeedbackSlotKind kind() const { return kind_; } in kind() function in v8::internal::IC
189 static bool ShouldThrowReferenceError(FeedbackSlotKind kind) { in ShouldThrowReferenceError() argument
183 LoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) LoadIC() argument
216 LoadGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) LoadGlobalIC() argument
226 KeyedLoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) KeyedLoadIC() argument
259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) StoreIC() argument
287 StoreGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) StoreGlobalIC() argument
311 KeyedStoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) KeyedStoreIC() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector-inl.h66 int FeedbackMetadata::GetSlotSize(FeedbackSlotKind kind) { in GetSlotSize() argument
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc323 void ProfilerListener::CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, in CodeDeoptEvent() argument
/third_party/node/deps/v8/src/torque/
H A Ddeclarations.cc26 T EnsureUnique(const std::vector<T>& list, const Name& name, const char* kind) { in EnsureUnique() argument
17 EnsureNonempty(std::vector<T> list, const std::string& name, const char* kind) EnsureNonempty() argument
257 CreateBuiltin(std::string external_name, std::string readable_name, Builtin::Kind kind, Signature signature, base::Optional<Statement*> body) CreateBuiltin() argument
267 DeclareBuiltin(const std::string& name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) DeclareBuiltin() argument
[all...]
H A Dutils.cc125 MessageBuilder(const std::string& message, TorqueMessage::Kind kind) MessageBuilder() argument
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs79 pub fn kind(&self) -> &TypeKind { kind() functions
[all...]
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.h103 ItemKind kind : 3; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp206 const TemplateArg::Kind kind = arg.kind(); in fullName() local
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c472 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c477 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument
H A Ddemo_https.c478 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument
H A Dpost_example.c456 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c98 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *value, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp389 UpdateVariableRefKind(Expression* expr, VariableReference::RefKind kind, ErrorReporter* errors) UpdateVariableRefKind() argument
[all...]
H A DSkSLMain.cpp272 SkSL::ProgramKind kind; in processCommand() local
H A DSkSLCompiler.cpp291 const ParsedModule& Compiler::moduleForProgramKind(ProgramKind kind) { in moduleForProgramKind() argument
303 LoadedModule Compiler::loadModule(ProgramKind kind, in loadModule() argument
355 ParsedModule Compiler::parseModule(ProgramKind kind, ModuleData data, const ParsedModule& base) { in parseModule() argument
404 std::unique_ptr<Program> Compiler::convertProgram(ProgramKind kind, in convertProgram() argument
[all...]
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c22 int kind; member
454 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject() argument
482 _multiprocessing_SemLock_impl(PyTypeObject *type, int kind, in argument
541 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, const char *name) _multiprocessing_SemLock__rebuild_impl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DArchive.h236 Kind kind() const { return (Kind)Format; } in kind() function in llvm::object::Archive
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddecoration_validation_test.cc72 static bool IsBindingDecoration(DecorationKind kind) { in IsBindingDecoration() argument
84 DecorationKind kind; member
89 createDecorations(const Source& source, ProgramBuilder& builder, DecorationKind kind) createDecorations() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc112 auto* kind = &decl->TypeInfo(); in Generate() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkiter.cpp237 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { in handleCreate() argument
263 int32_t kind = lkey.kind(); in handleDefault() local
328 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) in registerInstance() argument
368 BreakIterator::createInstance(const Locale& loc, int32_t kind, UErrorCode& status) in createInstance() argument
405 makeInstance(const Locale& loc, int32_t kind, UErrorCode& status) makeInstance() argument
[all...]
/third_party/python/Parser/
H A Dstring_parser.c100 int kind; in decode_unicode_with_escapes() local
1061 PyObject *kind = NULL; in make_str_node_and_del() local

Completed in 24 milliseconds

1...<<11121314151617181920>>...33