/art/compiler/optimizing/ |
D | side_effects_test.cc | 215 SideEffects::None().ToString().c_str()); in TEST() 218 SideEffects::All().ToString().c_str()); in TEST() 221 SideEffects::AllWrites().ToString().c_str()); in TEST() 224 SideEffects::AllReads().ToString().c_str()); in TEST() 227 SideEffects::FieldWriteOfType(DataType::Type::kReference, false).ToString().c_str()); in TEST() 230 SideEffects::FieldWriteOfType(DataType::Type::kReference, true).ToString().c_str()); in TEST() 233 SideEffects::ArrayWriteOfType(DataType::Type::kBool).ToString().c_str()); in TEST() 236 SideEffects::ArrayWriteOfType(DataType::Type::kUint16).ToString().c_str()); in TEST() 239 SideEffects::ArrayWriteOfType(DataType::Type::kInt16).ToString().c_str()); in TEST() 242 SideEffects::FieldReadOfType(DataType::Type::kInt8, false).ToString().c_str()); in TEST() [all …]
|
D | nodes_vector_test.cc | 121 EXPECT_STREQ("ALIGN(1,0)", Alignment(1, 0).ToString().c_str()); in TEST() 123 EXPECT_STREQ("ALIGN(2,0)", Alignment(2, 0).ToString().c_str()); in TEST() 124 EXPECT_STREQ("ALIGN(2,1)", Alignment(2, 1).ToString().c_str()); in TEST() 126 EXPECT_STREQ("ALIGN(16,0)", Alignment(16, 0).ToString().c_str()); in TEST() 127 EXPECT_STREQ("ALIGN(16,1)", Alignment(16, 1).ToString().c_str()); in TEST() 128 EXPECT_STREQ("ALIGN(16,8)", Alignment(16, 8).ToString().c_str()); in TEST() 129 EXPECT_STREQ("ALIGN(16,9)", Alignment(16, 9).ToString().c_str()); in TEST()
|
D | code_generator.cc | 1462 << instruction->GetSideEffects().ToString(); in ValidateInvokeRuntime() 1480 << instruction->GetSideEffects().ToString() in ValidateInvokeRuntime()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 160 dex_file_ = option.substr(strlen("--dex-file=")).ToString(); in ParseArgs() 162 std::string filter_str = option.substr(strlen("--compiler-filter=")).ToString(); in ParseArgs() 167 std::string isa_str = option.substr(strlen("--isa=")).ToString(); in ParseArgs() 173 image_ = option.substr(strlen("--image=")).ToString(); in ParseArgs() 177 std::string new_android_data = option.substr(strlen("--android-data=")).ToString(); in ParseArgs() 182 oat_fd_ = std::stoi(option.substr(strlen("--oat-fd=")).ToString(), nullptr, 0); in ParseArgs() 187 vdex_fd_ = std::stoi(option.substr(strlen("--vdex-fd=")).ToString(), nullptr, 0); in ParseArgs() 192 zip_fd_ = std::stoi(option.substr(strlen("--zip-fd=")).ToString(), nullptr, 0); in ParseArgs() 197 std::string context_str = option.substr(strlen("--class-loader-context=")).ToString(); in ParseArgs()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 143 << klass_.GetDexFile().GetMethodSignature(mid).ToString(); in GetApiEntry() 194 dex_paths_.push_back(option.substr(strlen("--dex=")).ToString()); in ParseArgs() 196 light_greylist_path_ = option.substr(strlen("--light-greylist=")).ToString(); in ParseArgs() 198 dark_greylist_path_ = option.substr(strlen("--dark-greylist=")).ToString(); in ParseArgs() 200 blacklist_path_ = option.substr(strlen("--blacklist=")).ToString(); in ParseArgs()
|
/art/runtime/verifier/ |
D | instruction_flags.cc | 24 std::string InstructionFlags::ToString() const { in ToString() function in art::verifier::InstructionFlags
|
D | instruction_flags.h | 110 std::string ToString() const;
|
D | verifier_deps.cc | 828 << dex_file.GetMethodSignature(method_id).ToString() in Dump() 1016 + dex_file.GetMethodSignature(method_id).ToString(); in GetMethodDescription()
|
/art/tools/titrace/ |
D | instruction_decoder.cc | 32 return Bytecode::ToString(op); in GetName() 252 static const char* ToString(Bytecode::Opcode op) { in ToString() function in titrace::ClassInstructionDecoder::Bytecode 474 return Bytecode::ToString(op); in GetName() 495 static const char* ToString(Bytecode::Opcode op) { in ToString() function in titrace::DexInstructionDecoder::Bytecode
|
/art/runtime/ |
D | gc_root-inl.h | 44 inline std::string RootInfo::ToString() const { in ToString() function
|
D | hidden_api.cc | 92 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
|
D | gc_root.h | 78 std::string ToString() const;
|
/art/tools/veridex/ |
D | precise_hidden_api_finder.cc | 102 std::string cls(info.cls.ToString()); in Dump() 103 std::string name(info.name.ToString()); in Dump()
|
D | hidden_api.cc | 32 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
|
D | flow_analysis.h | 76 std::string ToString() const { in ToString() function
|
D | resolver.cc | 64 strcmp(type, dex_file.GetMethodSignature(method_id).ToString().c_str()) == 0; in HasSameNameAndSignature()
|
/art/profman/ |
D | profman.cc | 229 create_profile_from_file_ = option.substr(strlen("--create-profile-from=")).ToString(); in ParseArgs() 250 profile_files_.push_back(option.substr(strlen("--profile-file=")).ToString()); in ParseArgs() 254 reference_profile_file_ = option.substr(strlen("--reference-profile-file=")).ToString(); in ParseArgs() 258 dex_locations_.push_back(option.substr(strlen("--dex-location=")).ToString()); in ParseArgs() 262 apk_files_.push_back(option.substr(strlen("--apk=")).ToString()); in ParseArgs() 264 test_profile_ = option.substr(strlen("--generate-test-profile=")).ToString(); in ParseArgs() 601 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
|
/art/libartbase/base/ |
D | bit_string_test.cc | 100 TEST(InstanceOfBitString, ToString) { in TEST() argument
|
D | stringpiece.h | 120 std::string ToString() const { in ToString() function
|
/art/dexdump/ |
D | dexdump.cc | 863 backDescriptor, name, signature.ToString().c_str(), width, index); in indexString() 898 signature.ToString().c_str()); in indexString() 903 proto = signature.ToString(); in indexString() 921 const std::string& proto = signature.ToString(); in indexString() 1170 codeOffset, codeOffset, dot.get(), name, signature.ToString().c_str()); in dumpBytecodes() 1233 char* typeDescriptor = strdup(signature.ToString().c_str()); in dumpMethod() 1662 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle() 1710 std::string method_type = pDexFile->GetProtoSignature(method_type_id).ToString(); in dumpCallSite() 1768 value = pDexFile->GetProtoSignature(proto_id).ToString(); in dumpCallSite()
|
/art/dexlist/ |
D | dexlist.cc | 131 char* typeDesc = strdup(signature.ToString().c_str()); in dumpMethod()
|
/art/runtime/dex/ |
D | art_dex_file_loader_test.cc | 133 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F() 208 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()
|
/art/cmdline/ |
D | cmdline.h | 158 output_name_ = option.substr(strlen("--output=")).ToString(); in Parse()
|
/art/runtime/gc/ |
D | verification.cc | 204 oss << info.ToString() << " = " << obj << "(" << obj->PrettyTypeOf() << ")"; in VisitRoot()
|
/art/libdexfile/dex/ |
D | dex_file.cc | 637 std::string Signature::ToString() const { in ToString() function in art::Signature 694 return os << sig.ToString(); in operator <<()
|