Searched defs:PatchInformation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.h432 class PatchInformation { class in class:art::CompilerDriver
463 PatchInformation(const DexFile* dex_file, function in class:art::CompilerDriver::PatchInformation
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),

Completed in 6 milliseconds