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

  /art/compiler/
elf_patcher.h 86 mirror::String* GetTargetString(const CompilerDriver::StringPatchInformation* patch)
elf_patcher.cc 99 mirror::String* ElfPatcher::GetTargetString(const CompilerDriver::StringPatchInformation* patch) {
266 for (const CompilerDriver::StringPatchInformation* patch :
  /art/compiler/driver/
compiler_driver.h 599 class StringPatchInformation : public PatchInformation {
613 StringPatchInformation(const DexFile* dex_file,
625 DISALLOW_COPY_AND_ASSIGN(StringPatchInformation);
637 const std::vector<const StringPatchInformation*>& GetStringsToPatch() const {
773 std::vector<const StringPatchInformation*> strings_to_patch_;
    [all...]
compiler_driver.cc     [all...]

Completed in 184 milliseconds