Searched refs:string (Results 26 - 50 of 311) sorted by relevance

1234567891011>>

/art/compiler/
H A Delf_patcher.h37 const std::string& oat_location,
39 std::string* error_msg)
45 std::string* error_msg)
49 const std::string& oat_location,
50 std::string* error_msg)
58 std::string* error_msg)
67 ImageAddressCallback cb, void* cb_data, std::string* error_msg)
125 std::string* error_msg_;
H A Dcompiled_method.h21 #include <string>
45 const std::string& elf_object, const std::string &symbol);
81 const std::string& GetSymbol() const;
97 const std::string symbol_;
129 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
130 const ArrayRef<const uint8_t>& gc_map, const std::string& symbol);
133 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
134 const std::string& symbol);
H A Delf_writer.h22 #include <string>
56 const std::string& android_root,
/art/compiler/sea_ir/ir/
H A Dsea_node.h35 // - an id and corresponding string representation.
50 // Returns the id of the current block as string
51 const std::string& StringId() const {
68 std::string string_id_;
/art/runtime/base/unix_file/
H A Dstring_file.h22 #include <string>
30 // A RandomAccessFile implementation backed by a std::string. (That is, all data is
52 std::string data_;
H A Drandom_access_file_test.h22 #include <string>
45 std::string GetTmpPath(const std::string& name) {
46 std::string path;
54 static bool ReadString(RandomAccessFile* f, std::string* s) {
75 const std::string content("hello");
83 void TestReadContent(const std::string& content, RandomAccessFile* file) {
91 ASSERT_EQ(std::string(buf.get(), content.size()), content);
97 ASSERT_EQ(std::string(buf.get(), short_request),
105 ASSERT_EQ(std::string(bu
[all...]
/art/runtime/
H A Dmem_map.h22 #include <string>
64 bool low_4gb, std::string* error_msg);
71 const char* filename, std::string* error_msg) {
85 std::string* error_msg);
90 const std::string& GetName() const {
132 std::string* error_msg);
145 MemMap(const std::string& name, byte* begin, size_t size, void* base_begin, size_t base_size,
155 const std::string name_;
H A Dprofiler.h23 #include <string>
134 typedef std::map<std::pair<uint32_t, std::string>, uint32_t> PreviousContextMap;
144 typedef std::map<std::string, PreviousValue> PreviousProfile;
170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
190 const std::string& output_filename, const ProfilerOptions& options);
213 std::string output_filename_;
229 typedef std::set<std::string> FilteredMethods;
243 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size,
256 std::string method_name_; // Method name.
267 bool LoadFile(const std::string
[all...]
/art/runtime/mirror/
H A Dstring.cc17 #include "string-inl.h"
80 String* string = Alloc(self, utf16_length); local
81 if (UNLIKELY(string == nullptr)) {
84 CharArray* array = const_cast<CharArray*>(string->GetCharArray());
91 string->SetHashCode(hash_code);
93 string->ComputeHashCode();
95 return string;
106 String* string = Alloc(self, utf16_length); local
107 if (UNLIKELY(string == nullptr)) {
111 const_cast<uint16_t*>(string
128 String* string = down_cast<String*>(GetJavaLangString()->AllocObject(self)); local
[all...]
/art/runtime/verifier/
H A Dreg_type.h23 #include <string>
208 const std::string& GetDescriptor() const {
225 virtual std::string Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) = 0;
276 RegType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
287 const std::string descriptor_;
304 std::string Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
310 static ConflictType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
318 ConflictType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
334 std::string Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
340 static UndefinedType* CreateInstance(mirror::Class* klass, const std::string
[all...]
/art/compiler/dex/
H A Dpass_driver_me_opts.cc62 std::string PassDriver<PassDriverMEOpts>::dump_pass_list_ = std::string();
66 std::string PassDriver<PassDriverMEOpts>::print_pass_list_ = std::string();
H A Dpass_driver.h111 static void CreateDefaultPassList(const std::string& disable_passes) {
118 if (disable_passes.find(pass->GetName()) != std::string::npos) {
156 static void SetDumpPassList(const std::string& list) {
160 static void SetPrintPassList(const std::string& list) {
205 static std::string print_pass_list_;
208 static std::string dump_pass_list_;
H A Dpass.h20 #include <string>
98 std::string stringified_message;
/art/compiler/llvm/
H A Dcompiler_llvm.h21 #include <string>
72 void SetBitcodeFileName(const std::string& filename) {
79 CompiledMethod* CompileGBCMethod(DexCompilationUnit* dex_compilation_unit, std::string* func);
93 std::string bitcode_filename_;
/art/runtime/base/
H A Dscoped_flock_test.cc27 std::string error_msg;
H A Dstringprintf.cc23 void StringAppendV(std::string* dst, const char* format, va_list ap) {
65 std::string StringPrintf(const char* fmt, ...) {
68 std::string result;
74 void StringAppendF(std::string* dst, const char* format, ...) {
H A Dstringpiece.h17 // A string-like object that points to a sized piece of memory.
20 // a "const char*" or a "string" value that will be implicitly converted to
26 // conversions from "const char*" to "string" and back again.
31 #include <string.h>
35 #include <string>
46 // in a "const char*" or a "string" wherever a "StringPiece" is
51 StringPiece(const std::string& str) // NOLINT
58 // terminated string.
97 std::string as_string() const {
98 return std::string(dat
[all...]
/art/runtime/gc/space/
H A Ddlmalloc_space_base_test.cc26 MallocSpace* CreateDlMallocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Ddlmalloc_space_random_test.cc25 MallocSpace* CreateDlMallocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Ddlmalloc_space_static_test.cc25 MallocSpace* CreateDlMallocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Drosalloc_space_base_test.cc23 MallocSpace* CreateRosAllocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Drosalloc_space_random_test.cc23 MallocSpace* CreateRosAllocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Drosalloc_space_static_test.cc23 MallocSpace* CreateRosAllocSpace(const std::string& name, size_t initial_size, size_t growth_limit,
H A Dimage_space.cc43 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location,
76 static void RealPruneDalvikCache(const std::string& cache_dir_path);
86 static void RealPruneDalvikCache(const std::string& cache_dir_path) {
109 std::string cache_file(cache_dir_path);
125 const std::string isa_subdir = GetDalvikCacheOrDie(GetInstructionSetString(isa), false);
126 const std::string boot_marker = isa_subdir + "/.booting";
142 static bool GenerateImage(const std::string& image_filename, InstructionSet image_isa,
143 std::string* error_msg) {
144 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString());
145 std::vector<std::string> boot_class_pat
[all...]
/art/compiler/sea_ir/code_gen/
H A Dcode_gen_data.cc17 #include <string>
32 std::string CodeGenData::GetElf(art::InstructionSet instruction_set) {
33 std::string elf;
36 std::string target_triple;
37 std::string target_cpu;
38 std::string target_attr;
42 std::string errmsg;

Completed in 354 milliseconds

1234567891011>>