Searched refs:Name (Results 1 - 25 of 28) sorted by path

12

/art/cmdline/
H A Dcmdline_type_parser.h56 static const char* Name() { assert(false); return "UnspecializedType"; } function in struct:art::CmdlineTypeParser
H A Dcmdline_types.h176 static const char* Name() { return "JdwpOptions"; } function in struct:art::CmdlineType
262 static const char* Name() { return Memory<Divisor>::Name(); } function in struct:art::CmdlineType
283 static const char* Name() { return "double"; } function in struct:art::CmdlineType
308 static const char* Name() { return "unsigned integer"; } function in struct:art::CmdlineType
362 static const char* Name() { return "MillisecondsToNanoseconds"; } function in struct:art::CmdlineType
396 static const char* Name() { return "std::vector<std::string>"; } function in struct:art::CmdlineType
441 static const char* Name() { return "ParseStringList<Separator>"; } function in struct:art::CmdlineType
531 static const char* Name() { return "XgcOption"; } function in struct:art::CmdlineType
574 static const char* Name() { retur function in struct:art::CmdlineType
633 static const char* Name() { return "LogVerbosity"; } function in struct:art::CmdlineType
846 static const char* Name() { return "TestProfilerOptions"; } function in struct:art::CmdlineType
863 static const char* Name() { return "ExperimentalFlags"; } function in struct:art::CmdlineType
[all...]
H A Dmemory_representation.h49 static const char* Name() { function in struct:art::Memory
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h469 return UserTypeInfo::Name();
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc212 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode())
213 << " by " << Instruction::Name(Instruction::RETURN_VOID_NO_BARRIER)
232 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode())
260 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
261 << " to " << Instruction::Name(new_opcode)
295 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
297 << " to " << Instruction::Name(new_opcode)
/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2510 #define DEFINE_CONDITION_VISITORS(Name) \
2511 void LocationsBuilderARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); } \
2512 void InstructionCodeGeneratorARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); }
H A Dinstruction_builder.cc2684 << instruction.Name();
H A Dintrinsics.cc39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
40 case Intrinsics::k ## Name: \
55 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
56 case Intrinsics::k ## Name: \
71 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
72 case Intrinsics::k ## Name: \
87 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
88 case Intrinsics::k ## Name: \
609 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
610 case Intrinsics::k ## Name
[all...]
H A Dintrinsics.h60 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
61 case Intrinsics::k ## Name: \
62 Visit ## Name(invoke); \
75 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
76 virtual void Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
207 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \
208 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
210 void IntrinsicCodeGenerator ## Arch::Visit ## Name(HInvoke* invoke ATTRIBUTE_UNUSED) { \
216 #define UNREACHABLE_INTRINSIC(Arch, Name) \
217 void IntrinsicLocationsBuilder ## Arch::Visit ## Name(HInvok
[all...]
H A Dintrinsics_arm.h43 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
44 void Visit ## Name(HInvoke* invoke) OVERRIDE;
70 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
71 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dintrinsics_arm64.h44 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
45 void Visit ## Name(HInvoke* invoke) OVERRIDE;
68 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
69 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dintrinsics_mips.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
40 void Visit ## Name(HInvoke* invoke) OVERRIDE;
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
64 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dintrinsics_mips64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
40 void Visit ## Name(HInvoke* invoke) OVERRIDE;
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
64 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
40 void Visit ## Name(HInvoke* invoke) OVERRIDE;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
65 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dintrinsics_x86_64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
40 void Visit ## Name(HInvoke* invoke) OVERRIDE;
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
65 void Visit ## Name(HInvoke* invoke) OVERRIDE;
H A Dnodes.h3663 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
3664 k ## Name,
/art/dexdump/
H A Ddexdump.cc651 fprintf(gOutFile, "|%04x: %s", insnIdx, pDecInsn->Name());
/art/runtime/base/
H A Dhistogram-inl.h195 os << Name() << ":\tSum: " << PrettyDuration(Sum() * kAdjust) << " "
205 os << Name()
H A Dhistogram.h92 const std::string& Name() const { function in class:art::Histogram
H A Dtiming_logger.h52 return a->Name() < b->Name();
/art/runtime/
H A Ddex_instruction-inl.h84 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand.";
265 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand.";
404 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand.";
H A Ddex_instruction.cc92 default: LOG(FATAL) << "Tried to access the branch offset of an instruction " << Name() <<
473 return os << Instruction::Name(code);
H A Ddex_instruction.h241 const char* Name() const { function in class:art::Instruction
242 return Instruction::Name(Opcode());
246 static const char* Name(Code opcode) { function in class:art::Instruction
H A Ddex_instruction_test.cc24 EXPECT_STREQ("nop", Instruction::Name(nop));
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc46 #define UNSTARTED_DIRECT(Name, SigIgnored) \
47 static void Unstarted ## Name(Thread* self, \
52 interpreter::UnstartedRuntime::Unstarted ## Name(self, shadow_frame, result, arg_offset); \
61 #define UNSTARTED_JNI(Name, SigIgnored) \
62 static void UnstartedJNI ## Name(Thread* self, \
68 interpreter::UnstartedRuntime::UnstartedJNI ## Name(self, method, receiver, args, result); \

Completed in 299 milliseconds

12