Home
last modified time | relevance | path

Searched refs:PatchInformation (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h411 class PatchInformation {
442 PatchInformation(const DexFile* dex_file, in PatchInformation() function
452 virtual ~PatchInformation() {} in ~PatchInformation()
462 class CallPatchInformation : public PatchInformation {
499 : PatchInformation(dex_file, referrer_class_def_idx, in CallPatchInformation()
548 class TypePatchInformation : public PatchInformation {
567 : PatchInformation(dex_file, referrer_class_def_idx, in TypePatchInformation()
/art/compiler/
Delf_patcher.h89 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
Delf_patcher.cc132 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation()