Home
last modified time | relevance | path

Searched refs:c_str (Results 251 – 275 of 294) sorted by relevance

1...<<1112

/art/runtime/gc/space/
Ddlmalloc_space.cc81 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Drosalloc_space.cc97 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Dlarge_object_space.cc363 MemMap mem_map = MemMap::MapAnonymous(name.c_str(), in Create()
/art/libdexfile/dex/
Ddex_file_loader_test.cc395 const char* dex_location = dex_location_str.c_str(); in TEST_F()
/art/perfetto_hprof/
Dperfetto_hprof.cc637 reinterpret_cast<const uint8_t*>(str.c_str()), str.size()); in DumpPerfetto()
646 location_proto->set_str(reinterpret_cast<const uint8_t*>(str.c_str()), in DumpPerfetto()
/art/runtime/
Dtransaction.cc99 GetAbortMessage().c_str()); in ThrowAbortError()
103 abort_message->c_str()); in ThrowAbortError()
Dmethod_handles.cc284 from->PrettyDescriptor().c_str()).c_str()); in ConvertJValueCommon()
699 ThrowIllegalAccessException(msg.c_str()); in RefineTargetMethod()
Dart_method.cc353 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke()
380 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke()
Druntime_common.cc269 DumpRegister64(os, reg_name.c_str(), context.regs[i]); in Dump()
/art/runtime/arch/
Dstub_test.cc1854 const char* c_str[] = { "", "a", "ba", "cba", "dcba", "edcba", "asdfghjkl" }; in TEST_F() local
1855 static constexpr size_t kStringCount = arraysize(c_str); in TEST_F()
1863 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i])); in TEST_F()
1870 DCHECK_LE(strlen(c_str[kStringCount-1]), kMaxLen) << "Please fix the indexof test."; in TEST_F()
1902 EXPECT_EQ(expected[x][y][z], conv.i) << "Wrong result for " << c_str[x] << " / " << in TEST_F()
/art/openjdkjvmti/
Dti_class.cc102 "Unable to allocate dex file for transformation of %s", descriptor).c_str()); in MakeSingleDexFile()
128 error_msg.c_str()); in MakeSingleDexFile()
734 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature()
Dti_method.cc343 signature_copy = CopyString(env, str.c_str(), &ret); in GetMethodName()
362 JvmtiUniquePtr<char[]> generic_copy = CopyString(env, output_string.c_str(), &ret); in GetMethodName()
1051 cl->LookupClass(caller_, descriptor.c_str(), loader); in GetTypeErrorInner()
/art/libprofile/profile/
Dprofile_compilation_info.cc227 LockedFile::Open(filename.c_str(), flags, /*block=*/false, &error); in MergeWith()
262 LockedFile::Open(filename.c_str(), flags, /*block=*/false, &error); in Load()
304 LockedFile::Open(filename.c_str(), flags, /*block=*/false, &error); in Save()
322 int64_t size = OS::GetFileSizeBytes(filename.c_str()); in Save()
1820 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
/art/runtime/mirror/
Dstring.cc367 return PrettyDescriptor(ToModifiedUtf8().c_str()); in PrettyStringDescriptor()
/art/tools/hiddenapi/
Dhiddenapi_test.cc38 if (!OS::FileExists(file_path.c_str())) { in GetHiddenApiCmd()
51 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode()
/art/dex2oat/linker/
Doat_writer.cc568 std::unique_ptr<ZipEntry> entry(zip_archive->Find(entry_name.c_str(), &error_msg)); in AddDexFileSource()
574 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddDexFileSource()
614 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()
3247 file->GetPath().c_str(), in WriteDexFiles()
3373 mem_map = zip_entry->ExtractToMemMap(location.c_str(), "classes.dex", &error_msg); in LayoutDexFile()
3429 if (dex_layout.ProcessDexFile(location.c_str(), in LayoutDexFile()
3780 vdex_file->GetPath().c_str(), in FinishVdexFile()
3799 vdex_file->GetPath().c_str(), in FinishVdexFile()
/art/runtime/base/
Dmutex.cc165 ATraceBegin(msg.c_str()); in ScopedContentionRecorder()
618 cur_state, name_).c_str()); in ExclusiveUnlock()
/art/dex2oat/driver/
Dcompiler_driver.cc143 DumpStat(class_status_count_[i], total - class_status_count_[i], oss.str().c_str()); in Dump()
149 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str()); in Dump()
155 oss2.str().c_str()); in Dump()
162 oss2.str().c_str()); in Dump()
169 oss2.str().c_str()); in Dump()
1124 hs.NewHandle(class_linker->FindSystemClass(self, descriptor.c_str()))); in LoadImageClasses()
/art/runtime/jit/
Djit.cc1372 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromBootProfile()
1422 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromProfile()
1440 if (LocationIsOnArtModule(dex_file->GetLocation().c_str())) { in CompileMethodsFromProfile()
/art/compiler/optimizing/
Dgraph_checker.cc919 type_str.str().c_str())); in VisitPhi()
927 type_str.str().c_str())); in VisitPhi()
Doptimizing_compiler.cc159 return cached_method_name_.c_str(); in GetMethodName()
610 optimizations.push_back(OptDef(OptimizationPassByName(opt_name), pass_name.c_str())); in RunOptimizations()
/art/libartbase/base/
Dmem_map.cc297 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, map_ptr, size, it->first.c_str()); in SetDebugName()
1202 mem_map.GetName().c_str()); in operator <<()
/art/runtime/jni/
Djni_internal_test.cc1319 jni_abort_catcher.Check(error_msg.c_str()); in TEST_F()
1328 jni_abort_catcher.Check(error_msg.c_str()); in TEST_F()
2001 check_jni_abort_catcher.Check(expected.c_str()); in TEST_F()
2140 check_jni_abort_catcher.Check(expected.c_str()); in TEST_F()
2193 check_jni_abort_catcher.Check(expected.c_str()); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc278 const char* method_name = method_name_str.c_str(); in CompileForTestWithCurrentJni()
290 const char* method_name = method_name_str.c_str(); in SetUpForTest()
1198 EXPECT_STREQ("MyClassNatives.java", ste->GetFileName()->ToModifiedUtf8().c_str()); in JNI_TEST()
1199 EXPECT_STREQ("MyClassNatives", ste->GetDeclaringClass()->ToModifiedUtf8().c_str()); in JNI_TEST()
1209 ("fooI" + CurrentJniStringSuffix()).c_str(), in JNI_TEST()
/art/dex2oat/
Dverifier_deps_test.cc73 class_linker_->FindClass(soa.Self(), name.c_str(), class_loader_handle); in FindClassByName()
251 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex()

1...<<1112