HomeSort by relevance Sort by last modified time
    Searched refs:StringIndex (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /art/runtime/native/
dalvik_system_VMRuntime.cc 301 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings)
524 PreloadDexCachesResolveString(dex_cache, dex::StringIndex(j), strings);
  /art/runtime/
transaction.cc 191 dex::StringIndex string_idx) {
551 dex::StringIndex string_idx)
runtime.h 495 void RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx) const
class_linker.h 237 dex::StringIndex string_idx,
244 dex::StringIndex string_idx,
    [all...]
dex_file_test.cc 472 dex::StringIndex type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);
transaction_test.cc 508 dex::StringIndex string_idx = dex_file->GetIndexForStringId(*string_id);
dex_file_verifier.cc 102 const char* DexFileVerifier::CheckLoadStringByIdx(dex::StringIndex idx, const char* error_string) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 118 Result = MachOObj->getStringAtIndex(Entry->StringIndex);
122 Result = MachOObj->getStringAtIndex(Entry->StringIndex);
  /art/compiler/driver/
compiler_driver_test.cc 116 const mirror::String* string = dex_cache->GetResolvedString(dex::StringIndex(i));
compiler_driver.cc 773 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING)
    [all...]
  /art/compiler/optimizing/
code_generator_x86.h 425 dex::StringIndex dex_index,
code_generator_x86_64.h 419 dex::StringIndex dex_index,
code_generator_arm64.cc 423 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();
    [all...]
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.h 301 dex::StringIndex string_idx)
interpreter_common.cc 681 dex::StringIndex name_idx(static_cast<uint32_t>(it.GetJavaValue().i));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 272 WriteSymbolEntry(SymtabF, ShndxF, MSD.StringIndex, Info, Value,
643 MSD.StringIndex = Entry;
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 57 names.push_back(mi->dex_file->StringDataByIdx(dex::StringIndex(id)));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Service.c 997 Name = (UINT16*)&StringTable[VariableHead->StringIndex];
    [all...]
  /external/libusb/libusb/os/
windows_winusb.h 927 USHORT StringIndex, Reserved2;
  /art/dexlayout/
dex_ir.cc 324 const DexFile::StringId& disk_string_id = dex_file.GetStringId(dex::StringIndex(i));
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 313 ObjPtr<mirror::String> s = ResolveString(self, *shadow_frame, dex::StringIndex(index));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 120 int StringIndex,
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 938 milliseconds

1 2 34 5