Home | History | Annotate | Download | only in driver

Lines Matching refs:CallPatchInformation

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 {
770 std::vector<const CallPatchInformation*> code_to_patch_;
771 std::vector<const CallPatchInformation*> methods_to_patch_;