Home
last modified time | relevance | path

Searched defs:name_idx (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_file_verifier.cc964 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); in CheckIntraDebugInfoItem() local
995 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); in CheckIntraDebugInfoItem() local
1019 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); in CheckIntraDebugInfoItem() local
Ddex_file.cc539 const uint32_t name_idx = GetIndexForStringId(name); in FindFieldId() local
574 const uint32_t name_idx = GetIndexForStringId(name); in FindMethodId() local
872 uint32_t name_idx; in DecodeDebugInfo0() local
/art/compiler/
Delf_builder.h306 Elf_Word name_idx = strtab_->AddName(name); variable