HomeSort by relevance Sort by last modified time
    Searched defs:string_index (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/utils/
string_reference.h 31 StringReference(const DexFile* file, uint32_t index) : dex_file(file), string_index(index) { }
34 uint32_t string_index; member in struct:art::StringReference
48 sr1.string_index < sr2.string_index,
50 sr1.dex_file->GetStringData(sr1.dex_file->GetStringId(sr1.string_index)),
51 sr1.dex_file->GetStringData(sr2.dex_file->GetStringId(sr2.string_index))) < 0);
52 return sr1.string_index < sr2.string_index;
56 sr1.dex_file->GetStringData(sr1.dex_file->GetStringId(sr1.string_index)),
57 sr1.dex_file->GetStringData(sr2.dex_file->GetStringId(sr2.string_index))) < 0
    [all...]
  /art/compiler/optimizing/
sharpening.cc 161 uint32_t string_index = load_string->GetStringIndex(); local
178 mirror::String* string = class_linker->ResolveString(dex_file, string_index, dex_cache);
193 mirror::String* string = dex_cache->GetResolvedString(string_index);
204 void* dex_cache_element_address = &dex_cache->GetStrings()[string_index];
209 mirror::String* string = class_linker->LookupString(dex_file, string_index, dex_cache);
236 load_string->SetLoadKindWithStringReference(load_kind, dex_file, string_index);
246 size_t element_index = layout.StringOffset(string_index);
code_generator.h 484 : dex_file(df), string_index(index), label() { }
487 uint32_t string_index; member in struct:art::CodeGenerator::StringPatchInfo
instruction_builder.cc 2588 uint32_t string_index = instruction.VRegB_21c(); local
2596 uint32_t string_index = instruction.VRegB_31c(); local
    [all...]
code_generator_arm64.cc 348 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
349 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index);
    [all...]
code_generator_mips.cc 287 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
288 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index);
    [all...]
code_generator_mips64.cc 242 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
243 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index);
    [all...]
code_generator_arm.cc 262 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
263 __ LoadImmediate(calling_convention.GetRegisterAt(0), string_index);
6545 uint32_t string_index = info.offset_or_index; local
    [all...]
code_generator_x86.cc 218 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
219 __ movl(calling_convention.GetRegisterAt(0), Immediate(string_index));
    [all...]
code_generator_x86_64.cc 295 const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex(); variable
296 __ movl(CpuRegister(calling_convention.GetRegisterAt(0)), Immediate(string_index));
    [all...]
  /external/v8/src/
bignum.cc 118 int string_index = length - 1; local
123 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
130 for (int j = 0; j <= string_index; ++j) {
565 int string_index = needed_chars - 1;
566 buffer[string_index--] = '\0';
569 buffer[string_index--] = '0';
575 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
582 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
  /bionic/tools/relocation_packer/src/
elf_file.cc 182 size_t string_index; local
183 elf_getshdrstrndx(elf, &string_index);
200 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
285 size_t string_index; local
286 elf_getshdrstrndx(elf, &string_index);
291 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
584 size_t string_index; local
585 elf_getshdrstrndx(elf, &string_index);
587 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
    [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 340 char string_index(int n) { function
  /external/freetype/src/cff/
cffload.c 1449 CFF_IndexRec string_index; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 1449 CFF_IndexRec string_index; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 799 uint32_t string_index = inst->VRegB_21c(); local
800 driver->CanAssumeStringIsPresentInDexCache(dex_file, string_index);
804 uint32_t string_index = inst->VRegB_31c(); local
805 driver->CanAssumeStringIsPresentInDexCache(dex_file, string_index);
    [all...]
  /build/tools/ijar/
classfile.cc 234 Constant_String(u2 string_index) :
236 string_index_(string_index) {}
1406 u2 string_index = get_u2be(p); local
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 994 int string_index = local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/emma/lib/
emma.jar 

Completed in 806 milliseconds

1 2