Searched refs:string (Results 151 - 175 of 430) sorted by relevance

1234567891011>>

/art/runtime/arch/
H A Dinstruction_set_features.cc33 const std::string& variant,
34 std::string* error_msg) {
213 const std::string& feature_list, std::string* error_msg) const {
218 std::vector<std::string> features;
228 std::string feature = Trim(*it);
292 const std::string& variant) {
299 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString();
/art/runtime/gc/accounting/
H A Dspace_bitmap.h49 static SpaceBitmap* Create(const std::string& name, uint8_t* heap_begin, size_t heap_capacity);
54 static SpaceBitmap* CreateFromMemMap(const std::string& name, MemMap* mem_map,
182 std::string GetName() const {
186 void SetName(const std::string& name) {
190 std::string Dump() const;
199 SpaceBitmap(const std::string& name, MemMap* mem_map, uintptr_t* bitmap_begin, size_t bitmap_size,
228 std::string name_;
H A Dbitmap.h41 static Bitmap* Create(const std::string& name, size_t num_bits);
100 std::string Dump() const;
109 static MemMap* AllocateMemMap(const std::string& name, size_t num_bits);
131 static MemoryRangeBitmap* Create(const std::string& name, uintptr_t cover_begin,
/art/runtime/jit/
H A Djit.h50 static Jit* Create(JitOptions* options, std::string* error_msg);
133 void StartProfileSaver(const std::string& filename,
134 const std::vector<std::string>& code_paths,
135 const std::string& foreign_dex_profile_path,
136 const std::string& app_dir);
168 static bool LoadCompilerLibrary(std::string* error_msg);
173 static bool LoadCompiler(std::string* error_msg);
/art/compiler/
H A Dcommon_compiler_test.cc112 std::string class_descriptor(DotToDescriptor(class_name));
126 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() {
128 return new std::unordered_set<std::string>();
133 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() {
140 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods() {
233 std::string class_descriptor(DotToDescriptor(class_name));
257 std::string class_descriptor(DotToDescriptor(class_name));
271 std::string class_descriptor(DotToDescriptor(class_name));
285 std::string error_msg;
H A Dcommon_compiler_test.h69 virtual std::unordered_set<std::string>* GetImageClasses();
73 virtual std::unordered_set<std::string>* GetCompiledClasses();
77 virtual std::unordered_set<std::string>* GetCompiledMethods();
/art/runtime/
H A Ddex_file.h21 #include <string>
85 // A string version of the previous. This is a define so that we can merge string literals in the
416 static bool GetChecksum(const char* filename, uint32_t* checksum, std::string* error_msg);
419 static bool Open(const char* filename, const char* location, std::string* error_msg,
428 const std::string& location,
432 std::string* error_msg);
435 static bool OpenFromZip(const ZipArchive& zip_archive, const std::string& location,
436 std::string* error_msg,
442 const std::string
[all...]
H A Dmem_map_test.cc39 std::string error_msg;
52 std::string error_msg;
146 std::string error_msg;
183 std::string error_msg;
197 std::string error_msg;
219 std::string error_msg;
277 std::string error_msg;
300 std::string error_msg;
317 std::string error_msg;
332 std::string error_ms
[all...]
H A Dthread_pool.h66 ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, size_t stack_size);
71 const std::string name_;
133 const std::string name_;
H A Dparsed_options.cc75 .WithType<std::string>()
78 .WithType<ParseStringList<':'>>() // std::vector<std::string>, split by :
81 .WithType<std::string>()
84 .WithType<std::string>()
185 .WithType<std::vector<std::string>>().AppendValues()
188 .WithType<std::string>()
191 .WithType<std::string>()
229 .WithType<std::string>()
234 .WithType<std::string>()
256 .WithType<std::string>()
[all...]
H A Dcompiler_filter_test.cc23 static void TestCompilerFilterName(CompilerFilter::Filter filter, std::string name) {
H A Doat_file_manager.cc73 const std::string& dex_base_location) const {
86 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocation(const std::string& oat_location)
93 const std::string& oat_location) const {
209 std::string error;
379 static bool AreSharedLibrariesOk(const std::string shared_libraries,
392 std::vector<std::string> shared_libraries_split;
400 std::string dex_filename(dex_file->GetLocation());
433 std::string* error_msg /*out*/) const {
482 std::unordered_set<std::string> unique_locations;
485 const std::string
[all...]
H A Druntime_options.h25 #include <string>
/art/compiler/optimizing/
H A Dgraph_checker.h82 const ArenaVector<std::string>& GetErrors() const {
95 void AddError(const std::string& error) {
102 ArenaVector<std::string> errors_;
H A Doptimizing_compiler_stats.h21 #include <string>
104 std::string PrintMethodCompilationStat(MethodCompilationStat stat) const {
105 std::string name;
/art/runtime/base/
H A Dscoped_flock.cc28 bool ScopedFlock::Init(const char* filename, std::string* error_msg) {
32 bool ScopedFlock::Init(const char* filename, int flags, bool block, std::string* error_msg) {
85 bool ScopedFlock::Init(File* file, std::string* error_msg) {
H A Dfile_magic.cc29 ScopedFd OpenAndReadMagic(const char* filename, uint32_t* magic, std::string* error_msg) {
/art/runtime/native/
H A Djava_lang_StringFactory.cc22 #include "mirror/string.h"
74 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(to_copy)));
76 mirror::String* result = mirror::String::AllocFromString<true>(soa.Self(), string->GetLength(),
77 string, 0, allocator_type);
/art/runtime/mirror/
H A Dobject_test.cc40 #include "string-inl.h"
61 Handle<String> string(
63 ASSERT_EQ(expected_utf16_length, string->GetLength());
64 ASSERT_TRUE(string->GetValue() != nullptr);
65 // strlen is necessary because the 1-character string "\x00\x00" is interpreted as ""
66 ASSERT_TRUE(string->Equals(utf8_in) || (expected_utf16_length == 1 && strlen(utf8_in) == 0));
67 ASSERT_TRUE(string->Equals(StringPiece(utf8_in)) ||
70 EXPECT_EQ(utf16_expected[i], string->CharAt(i));
72 EXPECT_EQ(expected_hash, string->GetHashCode());
398 // Test the empty string
584 Class* string = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); local
[all...]
/art/compiler/linker/
H A Dbuffered_output_stream.cc19 #include <string.h>
/art/disassembler/
H A Ddisassembler.cc49 std::string Disassembler::FormatInstructionPointer(const uint8_t* begin) {
H A Ddisassembler_x86.h38 std::string DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool no_ops,
/art/runtime/gc/collector/
H A Dsticky_mark_sweep.cc27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
/art/runtime/gc/space/
H A Ddlmalloc_space.h37 static DlMallocSpace* CreateFromMemMap(MemMap* mem_map, const std::string& name,
46 static DlMallocSpace* Create(const std::string& name, size_t initial_size, size_t growth_limit,
121 MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
142 DlMallocSpace(MemMap* mem_map, size_t initial_size, const std::string& name, void* mspace,
/art/tools/ahat/src/
H A DHtmlDoc.java56 public void menu(DocString string) { argument
57 ps.format("<div class=\"menu\">%s</div>", string.html());
68 public void println(DocString string) { argument
69 ps.print(string.html());

Completed in 492 milliseconds

1234567891011>>