Home
last modified time | relevance | path

Searched refs:c_str (Results 201 – 225 of 294) sorted by relevance

12345678910>>...12

/art/openjdkjvmti/
Dti_search.cc173 art::mirror::String::AllocFromModifiedUtf8(self, str_value.c_str()); in Update()
310 jvmtiError result = AddToDexClassLoader(jvmti_env, classloader, seg.c_str()); in AddToDexClassLoaderInMemory()
Dti_redefine.cc452 pc.c_str()); in GetClassRedefinitionError()
481 klass->PrettyClass().c_str()); in GetClassRedefinitionError()
493 klass->PrettyClass().c_str(), in GetClassRedefinitionError()
494 k->PrettyClass().c_str()); in GetClassRedefinitionError()
516 StringPrintf("%s-transformed", original_location.c_str()).c_str(), in MoveDataToMemMap()
755 cl->GetInternTable()->InternStrong(dex_file_->GetLocation().c_str()))); in CreateNewDexCache()
775 class_sig.c_str(), in RecordFailure()
776 error_msg.c_str()); in RecordFailure()
979 StringPrintf("Unknown virtual method %s was added!", new_method_id.ToString().c_str())); in CheckMethods()
985 StringPrintf("method %s had different access flags", new_method_id.ToString().c_str())); in CheckMethods()
[all …]
Dti_thread.cc285 name_uptr = CopyString(env, name.c_str(), &name_result); in GetThreadInfo()
331 name_cstr = name_cpp.c_str(); in GetThreadInfo()
771 art::Thread* self = art::Thread::Attach(data->name.c_str(), true, data->thread); in AgentCallback()
777 self->SetThreadName(data->name.c_str()); in AgentCallback()
852 data->name = name.c_str(); in RunAgentThread()
/art/runtime/
Doat.cc427 strlcpy(data_ptr, it->first.c_str(), it->first.length() + 1); in Flatten()
429 strlcpy(data_ptr, it->second.c_str(), it->second.length() + 1); in Flatten()
Dclass_linker-inl.h56 ObjPtr<mirror::Class> array_class = FindClass(self, descriptor.c_str(), class_loader); in FindArrayClass()
239 klass->PrettyDescriptor().c_str()); in CheckInvokeClassMismatch()
258 klass->PrettyDescriptor().c_str()); in CheckInvokeClassMismatch()
Dclass_linker_test.cc68 EXPECT_TRUE(class_linker_->FindSystemClass(self, descriptor.c_str()) == nullptr); in AssertNonExistentClass()
81 AssertPrimitiveClass(descriptor, class_linker_->FindSystemClass(self, descriptor.c_str())); in AssertPrimitiveClass()
91 ASSERT_STREQ(descriptor.c_str(), primitive->GetDescriptor(&temp)); in AssertPrimitiveClass()
188 hs.NewHandle(class_linker_->FindClass(self, array_descriptor.c_str(), loader))); in AssertArrayClass()
190 EXPECT_STREQ(component_type.c_str(), array->GetComponentType()->GetDescriptor(&temp)); in AssertArrayClass()
203 ASSERT_STREQ(array_descriptor.c_str(), array->GetDescriptor(&temp)); in AssertArrayClass()
269 EXPECT_STREQ(descriptor.c_str(), klass->GetDescriptor(&temp)); in AssertClass()
416 hs.NewHandle(class_linker_->FindSystemClass(self, descriptor.c_str()))); in AssertDexFileClass()
419 EXPECT_STREQ(descriptor.c_str(), klass->GetDescriptor(&temp)); in AssertDexFileClass()
480 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str()); in Check()
[all …]
/art/tools/hiddenapi/
Dhiddenapi.cc74 UsageError("Command: %s", CommandLine().c_str()); in Usage()
279 File fd(filename.c_str(), O_RDWR, /* check_usage= */ false); in OpenDexFiles()
302 bool success = dex_loader.Open(filename.c_str(), in OpenDexFiles()
716 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()
1084 std::ofstream file_flags(api_flags_path_.c_str()); in ListApi()
/art/runtime/verifier/
Dverifier_deps.cc217 const dex::StringId* string_id = dex_file.FindStringId(str.c_str()); in GetIdFromString()
717 const uint8_t* data = reinterpret_cast<const uint8_t*>(str.c_str()); in EncodeStringVector()
1001 ObjPtr<mirror::Class> result = class_linker->FindClass(self, name.c_str(), class_loader); in FindClassAndClearException()
1023 FindClassAndClearException(class_linker, self, destination_desc.c_str(), class_loader)); in VerifyAssignability()
1026 FindClassAndClearException(class_linker, self, source_desc.c_str(), class_loader)); in VerifyAssignability()
1106 class_linker, self, expected_decl_klass.c_str(), class_loader); in VerifyFields()
1170 class_linker, self, expected_decl_klass.c_str(), class_loader); in VerifyMethods()
/art/runtime/mirror/
Darray.cc93 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
/art/dexlist/
Ddexlist.cc123 char* typeDesc = strdup(signature.ToString().c_str()); in dumpMethod()
/art/runtime/entrypoints/
Dentrypoint_utils.cc57 o->PrettyTypeOf().c_str(), in CheckReferenceResult()
58 method->PrettyMethod().c_str()); in CheckReferenceResult()
Dentrypoint_utils-inl.h153 self->ThrowNewException("Ljava/lang/InstantiationError;", klass->PrettyDescriptor().c_str()); in CheckObjectAlloc()
159 klass->PrettyDescriptor().c_str()); in CheckObjectAlloc()
373 resolved_field->PrettyField(true).c_str()); in FindFieldFromCode()
/art/tools/veridex/
Dveridex.cc299 if (!android::base::ReadFileToString(filename.c_str(), &content)) { in Load()
310 filename.c_str(), in Load()
/art/libdexfile/dex/
Ddescriptors_names.cc101 size_t char_count = CountModifiedUtf8Chars(s.c_str()); in MangleForJni()
/art/dex2oat/driver/
Dcompiler_driver_test.cc242 ObjPtr<mirror::Class> klass = class_linker->FindClass(self, clazz.c_str(), h_loader); in CheckCompiledMethods()
303 ObjPtr<mirror::Class> klass = class_linker->FindClass(self, clazz.c_str(), h_loader); in CheckVerifiedClass()
/art/compiler/optimizing/
Dgraph_visualizer.cc815 PrintProperty("name", pass_desc.c_str()); in Run()
917 quoted_meta_data.c_str(), in InsertMetaDataAsCompilationBlock()
918 quoted_meta_data.c_str(), in InsertMetaDataAsCompilationBlock()
919 time_str.c_str()); in InsertMetaDataAsCompilationBlock()
Dliveness_test.cc68 ASSERT_STREQ(expected, buffer.str().c_str()); in TestCode()
Dssa_test.cc100 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
/art/compiler/debug/
Delf_debug_info_writer.h529 size_t class_offset = StartClassTag(desc.c_str()); in WriteTypeDeclaration()
619 WriteName(name.c_str()); in StartClassTag()
645 WriteName(name.c_str()); in SetNamespaceForClass()
/art/libartbase/base/
Dmem_map_test.cc394 scratch_file.GetFilename().c_str(), in TEST_F()
478 scratch_file.GetFilename().c_str(), in TEST_F()
799 scratch_file.GetFilename().c_str(), in TEST_F()
841 scratch_file.GetFilename().c_str(), in TEST_F()
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc387 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str()); in AddFeaturesFromSplitString()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc167 return env->NewStringUTF(list->events[i].event.c_str()); in Java_art_Test1919_getEventNames()
/art/test/ti-agent/
Dredefinition_helper.cc70 env->ThrowNew(env->FindClass("java/lang/Exception"), message.c_str()); in throwCommonRedefinitionError()
369 env->ThrowNew(env->FindClass("java/lang/Exception"), message.c_str()); in Java_art_Redefinition_popTransformationFor()
/art/compiler/jni/quick/
Dcalling_convention.h196 return shorty_.c_str(); in GetShorty()
/art/runtime/gc/space/
Dbump_pointer_space.cc30 MemMap mem_map = MemMap::MapAnonymous(name.c_str(), in Create()

12345678910>>...12