Searched refs:StringId (Results 1 - 15 of 15) sorted by relevance

/art/compiler/sea_ir/debug/
H A Ddot_gen.cc51 dot_text_ += def_it->second->StringId() + " -> ";
52 dot_text_ += instruction->StringId() + "[color=gray,label=\"";
70 dot_text_ += (*cit)->StringId() + " -> " + instruction->StringId() + "[color=gray,label=\"";
83 dot_text_ += (*def_it)->StringId() + " -> ";
84 dot_text_ += instruction->StringId() + "[color=gray,label=\"";
102 dot_text_ += (*cit)->StringId() + " -> " + instruction->StringId() + "[color=gray,label=\"";
109 dot_text_ += parameter->StringId() +" [label=\"[" + parameter->StringId()
[all...]
/art/runtime/
H A Ddex_file-inl.h27 inline int32_t DexFile::GetStringLength(const StringId& string_id) const {
32 inline const char* DexFile::GetStringDataAndLength(const StringId& string_id, uint32_t* length) const {
H A Ddex_file.h133 struct StringId { struct in class:art::DexFile
137 DISALLOW_COPY_AND_ASSIGN(StringId);
403 // Returns the StringId at the specified index.
404 const StringId& GetStringId(uint32_t idx) const {
409 uint32_t GetIndexForStringId(const StringId& string_id) const {
415 int32_t GetStringLength(const StringId& string_id) const;
418 const char* GetStringDataAndLength(const StringId& string_id, uint32_t* length) const;
420 const char* GetStringData(const StringId& string_id) const {
431 const StringId& string_id = GetStringId(idx);
441 const StringId* FindStringI
[all...]
H A Ddex_file_test.cc206 const DexFile::StringId* str_id = raw->FindStringId(str);
215 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
245 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
261 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
H A Ddex_file.cc291 string_ids_ = reinterpret_cast<const StringId*>(b + h->string_ids_off_);
339 const StringId* string_id = FindStringId(descriptor);
369 const DexFile::StringId& name,
404 const DexFile::StringId& name,
438 const DexFile::StringId* DexFile::FindStringId(const char* string) const {
444 const DexFile::StringId& str_id = GetStringId(mid);
458 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string) const {
464 const DexFile::StringId& str_id = GetStringId(mid);
566 const DexFile::StringId* string_id = FindStringId(descriptor.c_str());
H A Dintern_table.cc104 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
H A Ddex_file_verifier.cc1001 if (!CheckPointerRange(ptr_, ptr_ + sizeof(DexFile::StringId), "string_ids")) {
1004 ptr_ += sizeof(DexFile::StringId);
1356 const DexFile::StringId* item = reinterpret_cast<const DexFile::StringId*>(ptr_);
1365 const DexFile::StringId* prev_item = reinterpret_cast<const DexFile::StringId*>(previous_item_);
1374 ptr_ += sizeof(DexFile::StringId);
H A Dclass_linker.cc1867 const DexFile::StringId* void_string_id = dex_file.FindStringId("V");
2348 const DexFile::StringId* descriptor_string_id = dex_file->FindStringId(descriptor);
2362 const DexFile::StringId* string_id = dex_file->FindStringId(descriptor);
3964 const DexFile::StringId& string_id = dex_file.GetStringId(string_idx);
H A Dclass_linker_test.cc999 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;");
/art/compiler/sea_ir/ir/
H A Dsea_node.h51 const std::string& StringId() const { function in class:sea_ir::SeaNode
H A Dsea.h96 << StringId() << " register " << reg_no;
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc35 llvm::Type::getInt32Ty(*llvm_data_->context_), predecessors->size(), phi->StringId());
102 (*cit)->StringId(), llvm_data_->function_);
153 llvm::Value* ifne = llvm_data_->builder_.CreateICmpNE(left, right, instruction->StringId());
215 parameter_values, invoke->StringId());
247 instruction->StringId());
/art/runtime/mirror/
H A Dobject_test.cc209 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I");
266 const DexFile::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;");
272 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;");
278 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
/art/compiler/driver/
H A Dcompiler_driver.cc1032 const DexFile::StringId* string_id =
1218 const DexFile::StringId* descriptor = dexfile->FindStringId(cm_descriptor);
1224 const DexFile::StringId* name = dexfile->FindStringId(cm_name);
/art/compiler/
H A Dimage_writer.cc223 const DexFile::StringId* string_id = dex_file.FindStringId(utf16_string);

Completed in 1634 milliseconds