HomeSort by relevance Sort by last modified time
    Searched refs:StringId (Results 1 - 17 of 17) 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/compiler/sea_ir/ir/
sea_node.h 51 const std::string& StringId() const {
sea.h 96 << StringId() << " register " << reg_no;
  /art/runtime/
method_helper.cc 74 const DexFile::StringId* other_descriptor =
81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name);
119 const DexFile::StringId* other_descriptor =
dex_file.h 147 struct StringId {
151 DISALLOW_COPY_AND_ASSIGN(StringId);
457 // Returns the StringId at the specified index.
458 const StringId& GetStringId(uint32_t idx) const {
463 uint32_t GetIndexForStringId(const StringId& string_id) const {
469 int32_t GetStringLength(const StringId& string_id) const;
474 const char* GetStringDataAndUtf16Length(const StringId& string_id, uint32_t* utf16_length) const;
476 const char* GetStringData(const StringId& string_id) const {
487 const StringId& string_id = GetStringId(idx);
497 const StringId* FindStringId(const char* string) const
    [all...]
dex_file-inl.h 28 inline int32_t DexFile::GetStringLength(const StringId& string_id) const {
33 inline const char* DexFile::GetStringDataAndUtf16Length(const StringId& string_id,
dex_file_test.cc 286 const DexFile::StringId* str_id = raw->FindStringId(str);
295 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
325 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
340 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
dex_file.cc 354 string_ids_(reinterpret_cast<const StringId*>(base + header_->string_ids_off_)),
436 const StringId* string_id = FindStringId(descriptor);
483 const DexFile::StringId& name,
518 const DexFile::StringId& name,
552 const DexFile::StringId* DexFile::FindStringId(const char* string) const {
557 const DexFile::StringId& str_id = GetStringId(mid);
571 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string) const {
576 const DexFile::StringId& str_id = GetStringId(mid);
678 const DexFile::StringId* string_id = FindStringId(descriptor.c_str());
    [all...]
dex_file_verifier.cc     [all...]
intern_table.cc 192 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
class_linker_test.cc     [all...]
class_linker.cc 524 const DexFile::StringId* void_string_id = dex_file.FindStringId("V");
    [all...]
  /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 275 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I");
335 const DexFile::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;");
341 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;");
347 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
  /art/compiler/driver/
compiler_driver-inl.h 137 const DexFile::StringId* string_id =
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 582 const DexFile::StringId* string_id = dex_file->FindStringId(kClassCacheNames[index]);
605 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]);
    [all...]
  /art/compiler/
image_writer.cc 614 const DexFile::StringId* string_id;
    [all...]

Completed in 199 milliseconds