Home
last modified time | relevance | path

Searched defs:name (Results 10876 - 10900 of 20285) sorted by relevance

1...<<431432433434435436437438439440>>...812

/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
H A Dconf.h37 char *name; member
123 const char *name); variable
125 const char *name); variable
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc58 Handle<Name> name = isolate->factory()->Infinity_string(); in AreStdlibMembersValid() local
64 Handle<Name> name = isolate->factory()->NaN_string(); in AreStdlibMembersValid() local
41 StdlibMathMember(Isolate* isolate, Handle<JSReceiver> stdlib, Handle<Name> name) StdlibMathMember() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h513 explicit Options(const char* name, int stack_size = 0) in Options() argument
516 const char* name() const { return name_; } in name() function in v8::base::Thread::Options
546 inline const char* name() const { in name() function in v8::base::Thread
/third_party/node/deps/v8/src/ast/
H A Dvariables.h23 Variable(Scope* scope, const AstRawString* name, VariableMode mode, in Variable() argument
61 Handle<String> name() const { return name_->string(); } in name() function in v8::internal::final
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc79 const char* name = external_reference_table->name(i); in InitExternalRefsCache() local
87 const char* name = in NameOfAddress() local
173 const char* name = Builtins::name(builti in RootRelativeName() local
182 const char* name = Builtins::name(builtin); RootRelativeName() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Dinterface-types.h110 ConsoleContext(int id, v8::Local<v8::String> name) : id_(id), name_(name) {} in ConsoleContext() argument
114 v8::Local<v8::String> name() const { return name_; } in name() function in v8::debug::ConsoleContext
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h81 TNode<IntPtrT> StubCachePrimaryOffsetForTesting(TNode<Name> name, in StubCachePrimaryOffsetForTesting() argument
85 TNode<IntPtrT> StubCacheSecondaryOffsetForTesting(TNode<Name> name, in StubCacheSecondaryOffsetForTesting() argument
113 TNode<Object> name() const { return name_; } in name() function
162 TNode<Object> name() const { return name_(); } name() function
222 TNode<Object> name() const { return name_; } name() function
[all...]
H A Dic.h45 void MarkRecomputeHandler(Handle<Object> name) { in MarkRecomputeHandler() argument
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc32 v8::Local<v8::String> name; in GetModuleName() local
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h35 explicit RuntimeCallCounter(const char* name) in RuntimeCallCounter() argument
41 const char* name() const { return name_; } in name() function in v8::internal::final
66 const char* name() const { return counter_->name(); } in name() function in v8::internal::final
[all...]
H A Druntime-call-stats.cc54 Entry(const char* name, base::TimeDelta time, uint64_t count) in Entry() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc149 std::unique_ptr<char[]> name = compilation_info->literal()->GetDebugName(); in MaybePrintAst() local
228 Handle<String> name; in CheckAndPrintBytecodeMismatch() local
290 std::unique_ptr<char[]> name = in DoFinalizeJobImpl() local
[all...]
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc116 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags) AddTraceEvent() argument
130 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
155 UpdateTraceEventDuration( const uint8_t* category_enabled_flag, const char* name, uint64_t handle) UpdateTraceEventDuration() argument
/third_party/node/deps/v8/src/objects/
H A Dlookup.h34 Handle<Name> name() const { return name_; } in name() function in v8::internal::PropertyKey
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc251 void ProfilerListener::CallbackEvent(Handle<Name> name, Address entry_point) { in CallbackEvent() argument
43 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* name) CodeCreateEvent() argument
58 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument
233 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
261 GetterCallbackEvent(Handle<Name> name, Address entry_point) GetterCallbackEvent() argument
272 SetterCallbackEvent(Handle<Name> name, Address entry_point) SetterCallbackEvent() argument
350 GetName(base::Vector<const char> name) GetName() argument
359 InferScriptName(Name name, SharedFunctionInfo info) InferScriptName() argument
[all...]
/third_party/node/deps/v8/src/roots/
H A Droots.h461 static const char* name(RootIndex root_index) { name() function in v8::internal::RootIndex::RootsTable
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc165 Handle<Name> name = KeyToName<Dictionary>(isolate, key); in GetMethodAndSetName() local
320 Name name = descriptors_template->GetKey(i); AddDescriptorsByTemplate() local
431 Handle<Name> name = Handle<Name>::cast(key); AddDescriptorsByTemplate() local
697 Handle<Name> name = key->GetName(isolate); GetSuperHolder() local
723 Handle<Name> name = args.at<Name>(2); RUNTIME_FUNCTION() local
772 Handle<Name> name = args.at<Name>(2); RUNTIME_FUNCTION() local
[all...]
H A Druntime-literals.cc436 Handle<String> name = Handle<String>::cast(key); in CreateObjectLiteral() local
H A Druntime-scopes.cc37 Object ThrowRedeclarationError(Isolate* isolate, Handle<String> name, in ThrowRedeclarationError() argument
50 DeclareGlobal(Isolate* isolate, Handle<JSGlobalObject> global, Handle<String> name, Handle<Object> value, PropertyAttributes attr, bool is_var, RedeclarationType redeclaration_type) DeclareGlobal() argument
234 DeclareEvalHelper(Isolate* isolate, Handle<String> name, Handle<Object> value) DeclareEvalHelper() argument
327 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
335 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
628 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
664 LoadLookupSlot(Isolate* isolate, Handle<String> name, ShouldThrow should_throw, Handle<Object>* receiver_return = nullptr) LoadLookupSlot() argument
734 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
743 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
751 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION_RETURN_PAIR() local
763 StoreLookupSlot( Isolate* isolate, Handle<Context> context, Handle<String> name, Handle<Object> value, LanguageMode language_mode, ContextLookupFlags context_lookup_flags = FOLLOW_CHAINS) StoreLookupSlot() argument
833 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
844 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
857 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
871 Handle<String> name = args.at<String>(0); RUNTIME_FUNCTION() local
[all...]
H A Druntime-test-wasm.cc164 wasm::WasmName name = wire_bytes.GetNameOrNull(name_ref); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-win.cc385 void PlatformEmbeddedFileWriterWin::DeclareUint32(const char* name, in DeclareUint32() argument
392 void PlatformEmbeddedFileWriterWin::DeclarePointerToSymbol(const char* name, in DeclarePointerToSymbol() argument
431 void PlatformEmbeddedFileWriterWin::DeclareExternalFunction(const char* name) { in DeclareExternalFunction() argument
439 void PlatformEmbeddedFileWriterWin::DeclareRvaToSymbol(const char* name, in DeclareRvaToSymbol() argument
462 DeclareSymbolGlobal(const char* name) DeclareSymbolGlobal() argument
493 DeclareLabel(const char* name) DeclareLabel() argument
510 DeclareFunctionBegin(const char* name, uint32_t size) DeclareFunctionBegin() argument
524 DeclareFunctionEnd(const char* name) DeclareFunctionEnd() argument
595 DeclareUint32(const char* name, uint32_t value) DeclareUint32() argument
604 DeclarePointerToSymbol(const char* name, const char* target) DeclarePointerToSymbol() argument
624 DeclareExternalFunction(const char* name) DeclareExternalFunction() argument
626 DeclareRvaToSymbol(const char* name, uint64_t offset) DeclareRvaToSymbol() argument
635 DeclareSymbolGlobal(const char* name) DeclareSymbolGlobal() argument
667 DeclareLabel(const char* name) DeclareLabel() argument
678 DeclareFunctionBegin(const char* name, uint32_t size) DeclareFunctionBegin() argument
698 DeclareFunctionEnd(const char* name) DeclareFunctionEnd() argument
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc287 void StringStream::PrintName(Object name) { in PrintName() argument
415 Object name = fun.shared().Name(); in PrintPrototype() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc476 const std::string name = type.name(); GenerateClassDebugReader() local
485 cc_contents << "\\nconst char* Tq" << name << "::GetName() const {\\n"; GenerateClassDebugReader() local
486 cc_contents << " return \\"v8::internal::" << name << "\\";\\n"; GenerateClassDebugReader() local
489 cc_contents << "\\nvoid Tq" << name GenerateClassDebugReader() local
491 cc_contents << " visitor->Visit" << name << "(this);\\n"; GenerateClassDebugReader() local
494 cc_contents << "\\nbool Tq" << name GenerateClassDebugReader() local
498 << name << "*>(other) != nullptr;\\n"; GenerateClassDebugReader() local
504 visitor << " virtual void Visit" << name << "(const Tq" << name GenerateClassDebugReader() local
509 class_names << " \\"v8::internal::" << name << "\\",\\n"; GenerateClassDebugReader() local
524 cc_contents << "\\nstd::vector<std::unique_ptr<ObjectProperty>> Tq" << name GenerateClassDebugReader() local
[all...]
H A Dcpp-builder.h23 std::string name; member
29 explicit Class(std::string name) : name_(std::move(name)) {} in Class() argument
30 Class(std::vector<TemplateParameter> template_parameters, std::string name) in Class() argument
63 std::string name; global() member
73 Function(std::string name) Function() argument
77 Function(Class* owning_class, std::string name) Function() argument
83 DefaultGetter(std::string return_type, Class* owner, std::string name) DefaultGetter() argument
92 DefaultSetter(Class* owner, std::string name, std::string parameter_type, std::string parameter_name) DefaultSetter() argument
126 SetName(std::string name) SetName() argument
210 IncludeGuardScope(File* file, std::string name) IncludeGuardScope() argument
[all...]
H A Ddeclarations.cc17 std::vector<T> EnsureNonempty(std::vector<T> list, const std::string& name, in EnsureNonempty() argument
26 T EnsureUnique(const std::vector<T>& list, const Name& name, const char* kind) { in EnsureUnique() argument
37 void CheckAlreadyDeclared(const std::string& name, const char* new_type) { in CheckAlreadyDeclared() argument
48 LookupGlobalScope( const QualifiedName& name) LookupGlobalScope() argument
54 s << "cannot find \\"" << name << "\\" in global scope"; LookupGlobalScope() local
60 LookupTypeAlias(const QualifiedName& name) LookupTypeAlias() argument
66 LookupType(const QualifiedName& name) LookupType() argument
70 LookupType(const Identifier* name) LookupType() argument
79 TryLookupType( const QualifiedName& name) TryLookupType() argument
86 LookupGlobalType(const QualifiedName& name) LookupGlobalType() argument
107 LookupValue(const QualifiedName& name) LookupValue() argument
111 TryLookupMacro(const std::string& name, const TypeVector& types) TryLookupMacro() argument
123 TryLookupBuiltin( const QualifiedName& name) TryLookupBuiltin() argument
130 LookupGeneric( const std::string& name) LookupGeneric() argument
137 LookupUniqueGeneric(const QualifiedName& name) LookupUniqueGeneric() argument
142 LookupUniqueGenericType(const QualifiedName& name) LookupUniqueGenericType() argument
147 LookupGlobalUniqueGenericType( const std::string& name) LookupGlobalUniqueGenericType() argument
154 TryLookupGenericType( const QualifiedName& name) TryLookupGenericType() argument
161 DeclareNamespace(const std::string& name) DeclareNamespace() argument
165 DeclareType(const Identifier* name, const Type* type) DeclareType() argument
171 PredeclareTypeAlias(const Identifier* name, TypeDeclaration* type, bool redeclaration) PredeclareTypeAlias() argument
192 CreateExternMacro( std::string name, std::string external_assembler_name, Signature signature) CreateExternMacro() argument
200 DeclareMacro( const std::string& name, bool accessible_from_csa, base::Optional<std::string> external_assembler_name, const Signature& signature, base::Optional<Statement*> body, base::Optional<std::string> op, bool is_user_defined) DeclareMacro() argument
232 CreateMethod(AggregateType* container_type, const std::string& name, Signature signature, Statement* body) CreateMethod() argument
243 CreateIntrinsic(const std::string& name, const Signature& signature) CreateIntrinsic() argument
250 DeclareIntrinsic(const std::string& name, const Signature& signature) DeclareIntrinsic() argument
267 DeclareBuiltin(const std::string& name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) DeclareBuiltin() argument
276 DeclareRuntimeFunction( const std::string& name, const Signature& signature) DeclareRuntimeFunction() argument
283 DeclareExternConstant(Identifier* name, const Type* type, std::string value) DeclareExternConstant() argument
291 DeclareNamespaceConstant(Identifier* name, const Type* type, Expression* body) DeclareNamespaceConstant() argument
303 DeclareGenericCallable( const std::string& name, GenericCallableDeclaration* ast_node) DeclareGenericCallable() argument
309 DeclareGenericType( const std::string& name, GenericTypeDeclaration* ast_node) DeclareGenericType() argument
315 GetGeneratedCallableName( const std::string& name, const TypeVector& specialized_types) GetGeneratedCallableName() argument
324 DeclareOperator(const std::string& name, Macro* m) DeclareOperator() argument
[all...]

Completed in 27 milliseconds

1...<<431432433434435436437438439440>>...812