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

  /art/compiler/driver/
compiler_driver.h 417 class CallPatchInformation;
453 virtual const CallPatchInformation* AsCall() const {
483 class CallPatchInformation : public PatchInformation {
498 const CallPatchInformation* AsCall() const {
512 CallPatchInformation(const DexFile* dex_file,
535 DISALLOW_COPY_AND_ASSIGN(CallPatchInformation);
538 class RelativeCallPatchInformation : public CallPatchInformation {
557 : CallPatchInformation(dex_file, referrer_class_def_idx,
628 const std::vector<const CallPatchInformation*>& GetCodeToPatch() const {
631 const std::vector<const CallPatchInformation*>& GetMethodsToPatch() const
    [all...]
compiler_driver.cc     [all...]
  /art/compiler/
elf_patcher.cc 77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) {
153 const CompilerDriver::CallPatchInformation* cpatch = patch->AsCall();
203 typedef std::vector<const CompilerDriver::CallPatchInformation*> CallPatches;
206 const CompilerDriver::CallPatchInformation* patch = code_to_patch[i];
257 const CompilerDriver::CallPatchInformation* patch = methods_to_patch[i];
elf_patcher.h 81 mirror::ArtMethod* GetTargetMethod(const CompilerDriver::CallPatchInformation* patch)

Completed in 140 milliseconds