Home
last modified time | relevance | path

Searched refs:c_str (Results 176 – 200 of 294) sorted by relevance

12345678910>>...12

/art/runtime/gc/accounting/
Dspace_bitmap.cc86 MemMap mem_map = MemMap::MapAnonymous(name.c_str(), in Create()
112 return StringPrintf("%s: %p-%p", name_.c_str(), reinterpret_cast<void*>(HeapBegin()), in Dump()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc121 original.GetLocation().c_str(), in Create()
Dti_logging.cc60 strlcpy(out, tienv->last_error_.c_str(), size); in GetLastError()
/art/runtime/mirror/
Dobject_array-inl.h311 actualSrcType.c_str(), in AssignableCheckingMemcpy()
312 dstType.c_str()); in AssignableCheckingMemcpy()
314 self->ThrowNewException("Ljava/lang/ArrayStoreException;", msg.c_str()); in AssignableCheckingMemcpy()
Dclass.cc141 self->ThrowNewException("Ljava/lang/ClassNotFoundException;", name->ToModifiedUtf8().c_str()); in GetPrimitiveClass()
405 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
453 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl.Ptr()); in DumpClass()
465 h_this->GetVirtualMethodDuringLinking(i, image_pointer_size)).c_str()); in DumpClass()
470 h_this->GetDirectMethod(i, image_pointer_size)).c_str()); in DumpClass()
477 ArtField::PrettyField(h_this->GetStaticField(i)).c_str()); in DumpClass()
488 ArtField::PrettyField(h_this->GetInstanceField(i)).c_str()); in DumpClass()
926 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
1164 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
1180 return storage->c_str(); in GetDescriptor()
[all …]
Dstring-alloc-inl.h188 Class::PrettyDescriptor(string_class).c_str(), in Alloc()
189 static_cast<int>(length)).c_str()); in Alloc()
/art/runtime/
Dcommon_runtime_test.h91 CHECK(dex_file_loader.Open(input_jar.c_str(), in MutateDexFile()
92 input_jar.c_str(), in MutateDexFile()
Dthread_list.cc661 ATraceBegin((std::string("Mutator threads suspended for ") + cause).c_str()); in SuspendAll()
877 if (scoped_name_chars.c_str() == nullptr) { in ThreadSuspendByPeerWarning()
881 LOG(severity) << message << ": " << peer << ":" << scoped_name_chars.c_str(); in ThreadSuspendByPeerWarning()
962 ATraceBegin(StringPrintf("SuspendThreadByPeer suspended %s for peer=%p", name.c_str(), in SuspendThreadByPeer()
963 peer).c_str()); in SuspendThreadByPeer()
1073 name.c_str(), thread_id).c_str()); in SuspendThreadByThreadId()
Dclass_linker.cc216 self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str()); in HandleEarlierVerifyError()
563 c->PrettyDescriptor().c_str()); in ThrowEarlierClassFailure()
1846 oat_file->GetLocation().c_str(), in OpenOatDexFile()
1847 inner_error_msg.c_str()); in OpenOatDexFile()
1874 dex_file_location.c_str(), in OpenImageDexFiles()
2135 dex_file_location.c_str(), in AddImageSpace()
2601 ObjPtr<mirror::String> location = intern_table_->InternWeak(dex_file.GetLocation().c_str()); in AllocDexCache()
3142 class_name_string.c_str()); in FindClass()
3150 soa.Env(), soa.Env()->NewStringUTF(class_name_string.c_str())); in FindClass()
3163 class_name_string.c_str()).c_str()); in FindClass()
[all …]
/art/test/924-threads/
Dthreads.cc109 return env->NewStringUTF(android::base::StringPrintf("%d", info.priority).c_str()); in Java_art_Test924_getThreadInfo()
269 return env->NewStringUTF(gEvents[i].c_str()); in Java_art_Test924_getThreadEventMessages()
/art/compiler/optimizing/
Dpretty_printer_test.cc39 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
/art/test/913-heaps/
Dheaps.cc279 referrer_.c_str(), in Java_art_Test913_followReferences()
280 PrintArrowType().c_str(), in Java_art_Test913_followReferences()
281 referree_.c_str(), in Java_art_Test913_followReferences()
555 return env->NewStringUTF(lines[i].c_str()); in Java_art_Test913_followReferences()
622 return env->NewStringUTF(fsc.data[i].c_str()); in Java_art_Test913_followReferencesString()
718 return env->NewStringUTF(fac.data.c_str()); in Java_art_Test913_followReferencesPrimitiveArray()
811 return env->NewStringUTF(ffc.data.c_str()); in Java_art_Test913_followReferencesPrimitiveFields()
/art/profman/
Dprofile_assistant_test.cc189 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path"; in GetProfmanCmd()
237 EXPECT_TRUE(file->WriteFully(profile_file_contents.c_str(), profile_file_contents.length())); in CreateProfile()
306 return class_linker->FindClass(soa.Self(), clazz.c_str(), h_loader); in GetClass()
711 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()
810 std::string blacklist_content = DescriptorToDot(kPreloadedBlacklistedClass.c_str()); in TEST_F()
812 blacklist_content.c_str(), blacklist_content.length())); in TEST_F()
828 DescriptorToDot(kDirtyClass.c_str()) in TEST_F()
1300 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
1378 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
1500 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
[all …]
/art/compiler/
Dcommon_compiler_test.cc234 class_linker_->FindClass(self, class_descriptor.c_str(), class_loader); in CompileDirectMethod()
249 class_linker_->FindClass(self, class_descriptor.c_str(), class_loader); in CompileVirtualMethod()
/art/libartbase/base/
Dcommon_art_test.h205 CHECK(dex_file_loader.Open(input_jar.c_str(), in MutateDexFile()
206 input_jar.c_str(), in MutateDexFile()
Dbit_string_test.cc88 EXPECT_STREQ((expected_str), Stringify((actual_value)).c_str())
/art/test/912-classes/
Dclasses_art.cc118 found = strcmp(name.c_str(), sig) == 0; in Java_art_Test912Art_isLoadedClass()
/art/compiler/driver/
Dcompiler_options.cc113 "Failed to open %s for writing the initialization failures.", option.c_str()); in ParseDumpInitFailures()
/art/runtime/gc/collector/
Dgarbage_collector.h65 return name_.c_str(); in GetName()
/art/libdexfile/dex/
Ddex_file_loader.h95 return GetBaseLocation(location.c_str()); in GetBaseLocation()
/art/imgdiag/
Dimgdiag.cc544 if (strcmp(descriptor.c_str(), "Ljava/lang/Class;") == 0) { in DumpDirtyEntries()
1148 if (stat(proc_pid_str.c_str(), &sts) == -1) { in Init()
1175 return open_file(mem_file_name.c_str(), mem_file); in Init()
1181 return open_file(pagemap_file_name.c_str(), pagemap_file); in Init()
1533 *map = MemMap::MapAnonymous(name.c_str(), in DumpImageDiffMap()
1643 page_map_file->GetPath().c_str(), in GetPageFrameNumbers()
1682 kpage_file->GetPath().c_str(), in GetPageFlagsOrCounts()
1726 kpageflags_file->GetPath().c_str()); in IsPageDirty()
1735 kpagecount_file->GetPath().c_str()); in IsPageDirty()
1845 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str()); in DumpImage()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc158 dex::u4 index = reader.FindClassIndex(desc.c_str()); in CbClassFileLoadHook()
169 jclass res = env->FindClass(name.c_str()); in FindClass()
/art/libartbase/base/unix_file/
Dfd_file_test.cc71 ASSERT_EQ(unlink(good_path.c_str()), 0); in TEST_F()
224 EXPECT_FALSE(art::OS::FileExists(filename.c_str())) << filename; in TEST_F()
Dfd_file.cc295 fd_ = TEMP_FAILURE_RETRY(open(path.c_str(), flags, mode)); in Open()
529 int cur_fd = TEMP_FAILURE_RETRY(open(file_path_.c_str(), O_RDONLY | O_CLOEXEC)); in Unlink()
541 unlink(file_path_.c_str()); in Unlink()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc41 method->PrettyMethod().c_str()); in artInvokeObsoleteMethod()

12345678910>>...12