Home
last modified time | relevance | path

Searched refs:c_str (Results 226 – 250 of 294) sorted by relevance

12345678910>>...12

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc348 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str()); in AddFeaturesFromSplitString()
/art/runtime/hprof/
Dhprof.cc588 __ AddUtf8String(string.c_str()); in WriteStringTable()
770 out_fd = open(filename_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644); in DumpToFile()
772 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(), in DumpToFile()
801 filename_.c_str(), in DumpToFile()
803 ThrowRuntimeException("%s", msg.c_str()); in DumpToFile()
/art/libdexfile/dex/
Dtest_dex_file_builder.h174 std::memcpy(&dex_file_data_[raw_offset + 1], entry.first.c_str(), entry.first.size() + 1); in Build()
341 const char* args = signature.c_str() + 1; in CreateProtoKey()
Ddex_instruction.cc209 PrintableString(file->StringDataByIdx(dex::StringIndex(string_idx))).c_str(), in DumpString()
353 PrintableString(file->StringDataByIdx(dex::StringIndex(string_idx))).c_str(), in DumpString()
Ddex_file.cc439 const TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList()
589 dex_file.GetLocation().c_str(), in operator <<()
/art/runtime/gc/accounting/
Datomic_stack.h255 mem_map_ = MemMap::MapAnonymous(name_.c_str(), in Init()
/art/runtime/
Druntime.cc970 Trace::Start(trace_config_->trace_file.c_str(), in Start()
1126 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles()
1127 const char* dex_location = dex_locations[i].c_str(); in OpenBootDexFiles()
1256 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init()
1852 ThrowIOException("%s", error_msg.c_str()); in AttachAgent()
1867 ThrowIOException("%s", error_msg.c_str()); in AttachAgent()
2419 if (!OS::FileExists(profile_output_filename.c_str(), /*check_file_type=*/ false)) { in RegisterAppInfo()
2795 c_env_vector_[i] = const_cast<char*>(name_value_pairs_[i]->c_str()); in TakeSnapshot()
Dthread.cc623 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str()); in CreateCallback()
910 StringPrintf("Could not allocate JNI Env: %s", error_msg.c_str()) : in CreateNativeThread()
912 PrettySize(stack_size).c_str(), strerror(pthread_create_result))); in CreateNativeThread()
914 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
1152 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str()); in CreatePeer()
1314 PrettySize(read_stack_size).c_str(), in InitStackHwm()
1315 PrettySize(read_guard_size).c_str()); in InitStackHwm()
2088 obj->PrettyTypeOf().c_str()); in PrintObject()
2094 os << msg << StringPrintf("<0x%08x> (a %s)", obj->IdentityHashCode(), pretty_type.c_str()); in PrintObject()
2593 ToStr<IndirectRefKind>(kind).c_str(), obj); in DecodeJObject()
[all …]
/art/dex2oat/
Ddex2oat_options.cc29 InstructionSet set = GetInstructionSetFromString(option.c_str()); in Parse()
/art/compiler/utils/
Ddedupe_set-inl.h60 lock_(lock_name_.c_str()),
Dassembler_thumb_test.cc69 printf("C++ formatted disassembler output for %s:\n%s\n", testname, out.c_str()); in DumpAndCheck()
/art/profman/
Dboot_image_profile.cc68 return DescriptorToDot(descriptor.c_str()); in PreloadedClassesRepresentation()
/art/runtime/jni/
Djni_internal.cc275 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()
503 c = class_linker->FindClass(soa.Self(), descriptor.c_str(), class_loader); in FindClass()
505 c = class_linker->FindSystemClass(soa.Self(), descriptor.c_str()); in FindClass()
1993 soa.Vm()->JniAbortF("GetArrayLength", "not an array: %s", obj->PrettyTypeOf().c_str()); in GetArrayLength()
2062 element_class->PrettyDescriptor().c_str()); in NewObjectArray()
2082 mirror::Class::PrettyDescriptor(initial_object->GetClass()).c_str(), in NewObjectArray()
2083 element_class->PrettyDescriptor().c_str()); in NewObjectArray()
2105 array->GetClass()->PrettyDescriptor().c_str()); in GetPrimitiveArrayCritical()
2133 array->GetClass()->PrettyDescriptor().c_str()); in ReleasePrimitiveArrayCritical()
2598 std::string caller_error = android::base::StringPrintf("%s: %s", caller, error_msg.c_str()); in EnsureLocalCapacityInternal()
[all …]
/art/runtime/gc/space/
Dspace.h87 return name_.c_str(); in GetName()
/art/openjdkjvmti/
Dti_threadgroup.cc120 tmp_cstr = tmp_str.c_str(); in GetThreadGroupInfo()
Dtransform.cc286 def->GetName().c_str(), in TransformSingleClassDirect()
Dti_field.cc184 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName()
/art/runtime/verifier/
Dclass_verifier.cc321 PrettyDescriptor(accessor.GetDescriptor()).c_str()); in VerifyClass()
Dreg_type.cc359 result << "Unresolved Reference: " << PrettyDescriptor(std::string(GetDescriptor()).c_str()); in Dump()
366 << PrettyDescriptor(std::string(GetDescriptor()).c_str()) in Dump()
374 << PrettyDescriptor(std::string(GetDescriptor()).c_str()); in Dump()
/art/runtime/interpreter/mterp/
Dnterp.cc552 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()
557 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()
/art/libelffile/elf/
Delf_builder.h285 return CachedSection::Add(name.c_str(), name.length() + 1); in Add()
321 this->WriteFully(name.c_str(), name.length() + 1); in Write()
430 this->WriteFully(std::string(kBuildIdLen, '\0').c_str(), kBuildIdLen); // desc. in Write()
/art/tools/veridex/
Dresolver.cc54 strcmp(type, dex_file.GetMethodSignature(method_id).ToString().c_str()) == 0; in HasSameNameAndSignature()
/art/runtime/jit/
Dprofiling_info_test.cc54 ObjPtr<mirror::Class> klass = class_linker->FindClass(self, clazz.c_str(), h_loader); in GetVirtualMethods()
/art/libdexfile/external/
Ddex_file_supp_test.cc87 EXPECT_STREQ(s.c_str(), "foo"); in TEST()
/art/dt_fd_forward/
Ddt_fd_forward.cc656 strlcpy(*err, data.c_str(), data.size() + 1); in GetLastError()
666 if (!android::base::ParseInt(addr.c_str(), listen_sock) || *listen_sock < 0) { in ParseAddress()

12345678910>>...12