/art/libartpalette/apex/ |
D | palette.cc | 40 #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/ |
D | runtime_options.h | 43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument 73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
D | runtime_options.cc | 35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
D | intrinsics_enum.h | 23 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument 24 k ## Name,
|
D | runtime_intrinsics.cc | 95 #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/ |
D | intrinsics_x86_64.h | 40 #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;
|
D | intrinsics_arm_vixl.h | 37 #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;
|
D | intrinsics_x86.h | 40 #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;
|
D | intrinsics_arm64.h | 48 #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;
|
D | intrinsics.h | 47 #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/ |
D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument 39 const KeyType<Type> CompilerOptionsMap<Base, KeyType>::Name {__VA_ARGS__};
|
D | compiler_options_map.h | 41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/art/libartpalette/include/palette/ |
D | palette.h | 28 #define PALETTE_METHOD_DECLARATION(Name, ...) \ argument 29 palette_status_t Name(__VA_ARGS__);
|
/art/cmdline/ |
D | cmdline_types.h | 108 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 …]
|
D | cmdline_type_parser.h | 56 static const char* Name() { assert(false); return "UnspecializedType"; } in Name() function
|
D | memory_representation.h | 49 static const char* Name() { in Name() function
|
/art/dex2oat/ |
D | dex2oat_options.h | 71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
D | dex2oat_options.cc | 36 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/ |
D | ahat.mf | 1 Name: ahat/
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 35 …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/ |
D | dex_verify.cc | 142 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()
|
D | dexlayout.cc | 492 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/ |
D | histogram.h | 95 const std::string& Name() const { in Name() function
|
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 125 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/ |
D | timing_logger.cc | 97 if (it == cumulative_timers_.end() || it->Name() != label) { in AddPair() 121 os << timer->Name() in DumpAverages()
|