Searched refs:to_string (Results 1 - 14 of 14) sorted by last modified time

/art/profman/
H A Dprofile_assistant.cc92 *error += " (index=" + std::to_string(i) + ")";
104 *error += " (index=" + std::to_string(i) + ")";
H A Dprofile_assistant_test.cc76 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k]));
78 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd));
/art/runtime/base/
H A Dhash_set_test.cc347 hash_set.Insert(std::to_string(hash_set.Size()));
/art/runtime/jit/
H A Doffline_profiling_info.cc409 *error = "DexFileKey has an invalid size: " + std::to_string(dex_location_size);
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc378 std::string output = std::to_string(heap->GetGcCount());
382 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
386 std::string output = std::to_string(heap->GetBytesAllocatedEver());
390 std::string output = std::to_string(heap->GetBytesFreedEver());
394 std::string output = std::to_string(heap->GetBlockingGcCount());
398 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
436 std::to_string(heap->GetGcCount()))) {
440 std::to_string(NsToMs(heap->GetGcTime())))) {
444 std::to_string(heap->GetBytesAllocatedEver()))) {
448 std::to_string(hea
[all...]
/art/runtime/
H A Doat_file_assistant.cc715 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd()));
H A Dstack_map.cc141 " " + std::to_string(i));
180 "\t[entry " + std::to_string(static_cast<int>(location_catalog_entry_index)) + "]");
/art/test/004-JniTest/
H A Djni_test.cc703 jmethodID to_string = env_->GetMethodID( local
705 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string);
/art/cmdline/
H A Dcmdline_parser.h573 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) +
581 "matched " + std::to_string(best_match_size)
582 + " but wanted " + std::to_string(num_tokens.first));
H A Dcmdline_types.h190 + std::to_string(Divisor));
H A Dmemory_representation.h52 str = "Memory<" + std::to_string(kDivisor) + '>';
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h349 + " at token " + std::to_string(idx));
362 + " at token " + std::to_string(idx));
/art/compiler/jit/
H A Djit_compiler.cc182 std::string perf_filename = std::string(prefix) + "/perf-" + std::to_string(getpid()) + ".map";
/art/compiler/optimizing/
H A Dinduction_var_analysis.cc947 inv += std::to_string(info->fetch->AsIntConstant()->GetValue());
949 inv += std::to_string(info->fetch->AsLongConstant()->GetValue());
951 inv += std::to_string(info->fetch->GetId()) + ":" + info->fetch->DebugName();

Completed in 256 milliseconds