Home | History | Annotate | Download | only in runtime

Lines Matching refs:Executable

40 #include "mirror/executable.h"
83 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method);
84 DCHECK(executable != nullptr);
85 return executable->GetArtMethod();