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

  /art/compiler/
elf_patcher.h 91 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
elf_patcher.cc 142 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) {
  /art/compiler/driver/
compiler_driver.h 432 class PatchInformation {
463 PatchInformation(const DexFile* dex_file,
473 virtual ~PatchInformation() {}
483 class CallPatchInformation : public PatchInformation {
520 : PatchInformation(dex_file, referrer_class_def_idx,
569 class TypePatchInformation : public PatchInformation {
588 : PatchInformation(dex_file, referrer_class_def_idx,
599 class StringPatchInformation : public PatchInformation {
618 : PatchInformation(dex_file, referrer_class_def_idx, referrer_method_idx, literal_offset),
    [all...]

Completed in 301 milliseconds