Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 62) 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/compiler/optimizing/
Dintrinsics.h49 #define OPTIMIZING_INTRINSICS_WITH_SPECIALIZED_HIR(Name, ...) \ in Dispatch() argument
50 case Intrinsics::k ## Name: in Dispatch()
60 #define OPTIMIZING_INTRINSICS(Name, ...) \ in Dispatch() argument
61 case Intrinsics::k ## Name: \ in Dispatch()
62 Visit ## Name(invoke); \ in Dispatch()
73 #define DECLARE_VISIT_INTRINSIC(Name, ...) \ argument
74 virtual void Visit##Name([[maybe_unused]] HInvoke* invoke) = 0;
170 #define OPTIMIZING_INTRINSICS_WITH_SPECIALIZED_HIR(Name, ...) \ in IsIntrinsicWithSpecializedHir() argument
171 case Intrinsics::k ## Name: in IsIntrinsicWithSpecializedHir()
295 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument
[all …]
Dintrinsics_riscv64.h43 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
44 void Visit##Name(HInvoke* invoke) override;
66 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
67 void Visit##Name(HInvoke* invoke);
Dintrinsics_arm_vixl.h38 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
39 void Visit ## Name(HInvoke* invoke) override;
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics_x86_64.h41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
42 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.h41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
42 void Visit ## Name(HInvoke* invoke) override;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
65 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics_arm64.h49 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
50 void Visit ## Name(HInvoke* invoke) override;
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
73 void Visit ## Name(HInvoke* invoke) override;
Dintrinsics.cc44 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
45 case Intrinsics::k ## Name: \ in operator <<()
46 os << # Name; \ in operator <<()
/art/runtime/interpreter/
Dunstarted_runtime_test.h52 #define UNSTARTED_DIRECT(Name, DescriptorIgnored, NameIgnored, SignatureIgnored) \ argument
53 static void Unstarted ## Name(Thread* self, \
58 interpreter::UnstartedRuntime::Unstarted ## Name(self, shadow_frame, result, arg_offset); \
64 #define UNSTARTED_JNI(Name, DescriptorIgnored, NameIgnored, SignatureIgnored) \ in UNSTARTED_RUNTIME_DIRECT_LIST() argument
65 static void UnstartedJNI ## Name(Thread* self, \ in UNSTARTED_RUNTIME_DIRECT_LIST()
71 interpreter::UnstartedRuntime::UnstartedJNI ## Name(self, method, receiver, args, result); \ in UNSTARTED_RUNTIME_DIRECT_LIST()
/art/runtime/
Druntime_options.cc35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dintrinsics_enum.h26 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
27 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()
Druntime_options.h72 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/art/cmdline/
Dcmdline_types.h109 static const char* Name() { return "JdwpProvider"; }
196 static const char* Name() { return Memory<Divisor>::Name(); }
224 static const char* Name() { return "double"; }
257 static const char* Name() { return "unsigned integer"; }
267 static const char* Name() { return "unsigned 16-bit integer"; }
278 static const char* Name() { return "integer"; }
333 static const char* Name() { return "MillisecondsToNanoseconds"; }
369 static const char* Name() { return "std::vector<Plugin>"; }
386 static const char* Name() { return "std::list<ti::AgentSpec>"; }
403 static const char* Name() { return "std::vector<std::string>"; }
[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/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/dex2oat/
Ddex2oat_options.h70 #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/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()

123