HomeSort by relevance Sort by last modified time
    Searched refs:StringId (Results 1 - 15 of 15) sorted by null

  /art/compiler/sea_ir/debug/
dot_gen.cc 51 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() + "] signature:"
    [all...]
  /art/runtime/
dex_file-inl.h 27 inline int32_t DexFile::GetStringLength(const StringId& string_id) const {
32 inline const char* DexFile::GetStringDataAndLength(const StringId& string_id, uint32_t* length) const {
dex_file.h 133 struct StringId {
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* FindStringId(const char* string) const
    [all...]
dex_file_test.cc 206 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_);
dex_file.cc 291 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());
    [all...]
intern_table.cc 104 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]
class_linker_test.cc     [all...]
  /art/compiler/sea_ir/ir/
sea_node.h 51 const std::string& StringId() const {
sea.h 96 << StringId() << " register " << reg_no;
  /art/compiler/sea_ir/code_gen/
code_gen.cc 35 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/
object_test.cc 209 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/
compiler_driver.cc     [all...]
  /art/compiler/
image_writer.cc 223 const DexFile::StringId* string_id = dex_file.FindStringId(utf16_string);

Completed in 180 milliseconds