Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 63) sorted by relevance

123

/art/libartpalette/apex/
Dpalette.cc40 #define PALETTE_METHOD_TYPE_ALIAS(Name, ...) \ argument
41 using Name ## Method = palette_status_t(*)(__VA_ARGS__);
55 #define PALETTE_LOADER_METHOD_ACCESSOR(Name, ...) \ argument
56 Name ## Method Get ## Name ## Method() const { return Name ## Method ## _; }
70 #define PALETTE_LOADER_METHOD_FIELD(Name, ...) \ argument
71 const Name ## Method Name ## Method ## _;
102 #define PALETTE_LOADER_BIND_METHOD(Name, ...) \ in PaletteLoader() argument
103 , Name ## Method ## _(reinterpret_cast<Name ## Method>(GetMethod(palette_lib_, #Name))) in PaletteLoader()
/art/runtime/
Druntime_options.h43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dintrinsics_enum.h23 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
24 k ## Name,
Druntime_intrinsics.cc95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument
97 Intrinsics::k##Name, \ in AreAllIntrinsicsInitialized()
113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
115 Intrinsics::k##Name, \ in InitializeIntrinsics()
/art/compiler/optimizing/
Dintrinsics_x86_64.h40 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
41 void Visit ## Name(HInvoke* invoke) override;
65 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
66 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics_arm_vixl.h37 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
38 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
65 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics_x86.h40 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
41 void Visit ## Name(HInvoke* invoke) override;
65 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
66 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics_arm64.h48 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
49 void Visit ## Name(HInvoke* invoke) override;
73 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
74 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics.h47 #define OPTIMIZING_INTRINSICS(Name, ...) \ in Dispatch() argument
48 case Intrinsics::k ## Name: \ in Dispatch()
49 Visit ## Name(invoke); \ in Dispatch()
62 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
63 virtual void Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
257 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument
258 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
260 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
267 #define UNREACHABLE_INTRINSIC(Arch, Name) \ argument
268 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke) { \
[all …]
/art/compiler/driver/
Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
39 const KeyType<Type> CompilerOptionsMap<Base, KeyType>::Name {__VA_ARGS__};
Dcompiler_options_map.h41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/art/libartpalette/include/palette/
Dpalette.h28 #define PALETTE_METHOD_DECLARATION(Name, ...) \ argument
29 palette_status_t Name(__VA_ARGS__);
/art/cmdline/
Dcmdline_types.h108 static const char* Name() { return "JdwpProvider"; }
195 static const char* Name() { return Memory<Divisor>::Name(); }
223 static const char* Name() { return "double"; }
256 static const char* Name() { return "unsigned integer"; }
266 static const char* Name() { return "integer"; }
321 static const char* Name() { return "MillisecondsToNanoseconds"; }
357 static const char* Name() { return "std::vector<Plugin>"; }
374 static const char* Name() { return "std::list<ti::AgentSpec>"; }
391 static const char* Name() { return "std::vector<std::string>"; }
413 static const char* Name() { return "std::vector<int>"; }
[all …]
Dcmdline_type_parser.h56 static const char* Name() { assert(false); return "UnspecializedType"; } in Name() function
Dmemory_representation.h49 static const char* Name() { in Name() function
/art/dex2oat/
Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Ddex2oat_options.cc36 static const char* Name() { return "InstructionSet"; } in Name() function
46 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
47 const Dex2oatArgumentMap::Key<Type> Dex2oatArgumentMap::Name {__VA_ARGS__};
/art/tools/ahat/etc/
Dahat.mf1 Name: ahat/
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md35 …ST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libbreakpointlogger.so=Lclass/Name;->methodName()V@0' …
41 > `java '-agentpath:libbreakpointlogger.so=Lclass/Name;->methodName()V@0' -cp tmp/helloworld/cla…
/art/dexlayout/
Ddex_verify.cc142 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
146 orig->Name()->GetIndex(), in VerifyId()
147 output->Name()->GetIndex()); in VerifyId()
170 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
175 orig->Name()->GetIndex(), in VerifyId()
176 output->Name()->GetIndex()); in VerifyId()
Ddexlayout.cc492 const char* name = method_id->Name()->Data(); in IndexString()
504 const char* name = field_id->Name()->Data(); in IndexString()
525 const char* name = method_id->Name()->Data(); in IndexString()
617 fputs(field_id->Name()->Data(), out_file_); in DumpEncodedValue()
622 fputs(method_id->Name()->Data(), out_file_); in DumpEncodedValue()
802 const char* field_name = field_id->Name()->Data(); in DumpClassAnnotations()
813 const char* method_name = method_id->Name()->Data(); in DumpClassAnnotations()
824 const char* method_name = method_id->Name()->Data(); in DumpClassAnnotations()
919 fprintf(out_file_, "|%04x: %s", insn_idx, dec_insn->Name()); in DumpInstruction()
1099 const char* name = method_id->Name()->Data(); in DumpBytecodes()
[all …]
/art/libartbase/base/
Dhistogram.h95 const std::string& Name() const { in Name() function
/art/libdexfile/dex/
Ddex_instruction-inl.h125 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand."; in VRegA()
323 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand."; in VRegB()
473 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand."; in VRegC()
539 LOG(FATAL) << "Tried to access vH of instruction " << Name() << " which has no H operand."; in VRegH()
/art/runtime/base/
Dtiming_logger.cc97 if (it == cumulative_timers_.end() || it->Name() != label) { in AddPair()
121 os << timer->Name() in DumpAverages()

123