Searched refs:string (Results 51 - 75 of 311) sorted by relevance

1234567891011>>

/art/runtime/jdwp/
H A Djdwp_expand_buf.h22 #include <string>
63 void expandBufAddUtf8String(ExpandBuf* pBuf, const std::string& s);
/art/runtime/
H A Dthrow_location.h26 #include <string>
74 std::string Dump() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dmemory_region.cc20 #include <string.h>
H A Dthrow_location.cc26 std::string ThrowLocation::Dump() const {
H A Doat_file.cc21 #include <string.h>
41 void OatFile::CheckLocation(const std::string& location) {
46 const std::string& location,
47 std::string* error_msg) {
57 const std::string& location,
58 std::string* error_msg) {
67 OatFile* OatFile::Open(const std::string& filename,
68 const std::string& location,
72 std::string* error_msg) {
105 OatFile* OatFile::OpenWritable(File* file, const std::string
[all...]
H A Druntime.h25 #include <string>
74 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
129 std::string GetCompilerExecutable() const;
130 std::string GetPatchoatExecutable() const;
132 const std::vector<std::string>& GetCompilerOptions() const {
136 void AddCompilerOption(std::string option) {
140 const std::vector<std::string>& GetImageCompilerOptions() const {
144 const std::string& GetImageLocation() const {
213 const std::string& GetBootClassPathString() const {
217 const std::string
[all...]
H A Ddex_file_verifier_test.cc105 std::string* error_msg) {
153 std::string error_msg;
170 std::string* error_msg) {
202 std::string* error_msg) {
221 std::string error_msg;
224 ASSERT_NE(error_msg.find("inter_method_id_item class_idx"), std::string::npos) << error_msg;
230 std::string error_msg;
233 ASSERT_NE(error_msg.find("inter_method_id_item proto_idx"), std::string::npos) << error_msg;
239 std::string error_msg;
242 ASSERT_NE(error_msg.find("inter_method_id_item name_idx"), std::string
[all...]
H A Dcommon_runtime_test.cc119 std::string root;
149 void CommonRuntimeTest::SetUpAndroidData(std::string& android_data) {
168 void CommonRuntimeTest::TearDownAndroidData(const std::string& android_data, bool fail_on_error) {
179 std::string error_msg;
199 std::string error_msg;
203 std::string min_heap_string(StringPrintf("-Xms%zdm", gc::Heap::kDefaultInitialSize / MB));
204 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB));
247 std::string filename(dirpath);
286 std::string CommonRuntimeTest::GetLibCoreDexFileName() {
290 std::string CommonRuntimeTes
[all...]
H A Doat.cc20 #include <string.h>
28 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) {
31 SafeMap<std::string, std::string>::const_iterator it = variable_data->begin();
32 SafeMap<std::string, std::string>::const_iterator end = variable_data->end();
46 const SafeMap<std::string, std::string>* variable_data) {
67 const SafeMap<std::string, st
[all...]
H A Doat.h45 const SafeMap<std::string, std::string>* variable_data);
115 const SafeMap<std::string, std::string>* variable_data);
117 void Flatten(const SafeMap<std::string, std::string>* variable_data);
/art/runtime/verifier/
H A Dmethod_verifier_test.cc32 void VerifyClass(const std::string& descriptor)
38 std::string error_msg;
H A Dreg_type.cc67 PrimitiveType::PrimitiveType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
74 Cat1Type::Cat1Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
79 Cat2Type::Cat2Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
84 std::string PreciseConstType::Dump() {
101 std::string BooleanType::Dump() {
105 std::string ConflictType::Dump() {
109 std::string ByteType::Dump() {
113 std::string ShortType::Dump() {
117 std::string CharType::Dump() {
121 std::string FloatTyp
[all...]
/art/runtime/gc/accounting/
H A Dmod_union_table-inl.h31 explicit ModUnionTableToZygoteAllocspace(const std::string& name, Heap* heap,
H A Dremembered_set.h49 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space)
70 const std::string& GetName() const {
76 const std::string name_;
H A Dmod_union_table.h56 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space)
87 const std::string& GetName() const {
92 const std::string name_;
100 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap,
136 explicit ModUnionTableCardCache(const std::string& name, Heap* heap, space::ContinuousSpace* space)
/art/runtime/gc/collector/
H A Dpartial_mark_sweep.h33 explicit PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
/art/compiler/
H A Dvector_output_stream.h22 #include <string>
23 #include <string.h>
30 VectorOutputStream(const std::string& location, std::vector<uint8_t>& vector);
H A Delf_writer_test.cc49 std::string elf_location;
57 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA);
90 std::string error_msg;
98 std::string error_msg;
106 std::string error_msg;
H A Delf_writer_quick.h32 const std::string& android_root,
40 const std::string& android_root,
58 ElfSectionBuilder(const std::string& sec_name, Elf32_Word type, Elf32_Word flags,
76 const std::string name_;
92 ElfDynamicBuilder(const std::string& sec_name, ElfSectionBuilder *link)
123 ElfRawSectionBuilder(const std::string& sec_name, Elf32_Word type, Elf32_Word flags,
140 ElfOatSectionBuilder(const std::string& sec_name, Elf32_Word size, Elf32_Word offset,
160 void AddSymbol(const std::string& name,
169 ElfSymtabBuilder(const std::string& sec_name, Elf32_Word type,
170 const std::string
[all...]
H A Delf_writer_mclinker.cc57 const std::string& android_root,
66 const std::string& android_root,
102 std::string target_triple;
103 std::string target_cpu;
104 std::string target_attr;
161 std::string error_msg;
261 const std::string& symbol = compiled_code.GetSymbol();
262 SafeMap<const std::string*, const std::string*>::iterator it = added_symbols_.find(&symbol);
278 void ElfWriterMclinker::AddRuntimeInputs(const std::string
[all...]
/art/runtime/base/
H A Dhistogram.h20 #include <string>
86 const std::string& Name() const {
97 std::string name_;
H A Dtiming_logger.h25 #include <string>
33 explicit CumulativeLogger(const std::string& name);
44 void SetName(const std::string& name) LOCKS_EXCLUDED(lock_);
60 void AddPair(const std::string &label, uint64_t delta_time)
68 std::string name_;
69 const std::string lock_name_;
/art/dex2oat/
H A Ddex2oat.cc25 #include <string>
74 static std::string CommandLine() {
75 std::vector<std::string> command;
83 std::string error;
283 std::set<std::string>* ReadImageClassesFromFile(const char* image_classes_filename) {
290 std::unique_ptr<std::set<std::string>> result(ReadImageClasses(*image_classes_file));
295 std::set<std::string>* ReadImageClasses(std::istream& image_classes_stream) {
296 std::unique_ptr<std::set<std::string>> image_classes(new std::set<std::string>);
298 std::string do
[all...]
/art/compiler/llvm/
H A Dllvm_compilation_unit.cc32 #include <string>
144 static std::string DumpDirectory() {
152 std::string bitcode;
154 std::string filename(StringPrintf("%s/Art%zu.bc", DumpDirectory().c_str(), cunit_id_));
160 void LlvmCompilationUnit::DumpBitcodeToString(std::string& str_buffer) {
181 std::string filename(StringPrintf("%s/Art%zu.o", DumpDirectory().c_str(), cunit_id_));
191 bool LlvmCompilationUnit::MaterializeToString(std::string& str_buffer) {
199 std::string target_triple;
200 std::string target_cpu;
201 std::string target_att
[all...]
H A Druntime_support_builder_x86.cc46 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", Thread::SelfOffset().Int32Value()));
58 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", static_cast<int>(offset)));
71 std::string inline_asm(StringPrintf("mov $0, %%fs:%d", static_cast<int>(offset)));

Completed in 225 milliseconds

1234567891011>>