/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 510 TNode<Int32T> kind = LoadElementsKind(allocation_site.value()); in CreateEmptyArrayLiteral() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | variables.h | 208 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 D | disassembler.cc | 262 CodeKind kind = code.kind(); in PrintRelocInfo() local
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.h | 118 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 D | feedback-vector-inl.h | 66 int FeedbackMetadata::GetSlotSize(FeedbackSlotKind kind) { in GetSlotSize() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 323 void ProfilerListener::CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, in CodeDeoptEvent() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | declarations.cc | 26 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 D | utils.cc | 125 MessageBuilder(const std::string& message, TorqueMessage::Kind kind) MessageBuilder() argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 79 pub fn kind(&self) -> &TypeKind { kind() functions [all...] |
/third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
H A D | Test.h | 103 ItemKind kind : 3; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.cpp | 206 const TemplateArg::Kind kind = arg.kind(); in fullName() local
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | sessions.c | 472 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 D | demo.c | 477 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 D | demo_https.c | 478 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 D | post_example.c | 456 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 D | test_post.c | 98 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 D | SkSLAnalysis.cpp | 389 UpdateVariableRefKind(Expression* expr, VariableReference::RefKind kind, ErrorReporter* errors) UpdateVariableRefKind() argument [all...] |
H A D | SkSLMain.cpp | 272 SkSL::ProgramKind kind; in processCommand() local
|
H A D | SkSLCompiler.cpp | 291 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 D | semaphore.c | 22 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 D | Archive.h | 236 Kind kind() const { return (Kind)Format; } in kind() function in llvm::object::Archive
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | decoration_validation_test.cc | 72 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 D | generator_impl.cc | 112 auto* kind = &decl->TypeInfo(); in Generate() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | brkiter.cpp | 237 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 D | string_parser.c | 100 int kind; in decode_unicode_with_escapes() local 1061 PyObject *kind = NULL; in make_str_node_and_del() local
|