Lines Matching refs:ArtMethod
143 static uint16_t GetNumberOfOutRegs(ArtMethod* method, InstructionSet isa) in GetNumberOfOutRegs()
153 static size_t NterpGetFrameSizeWithoutPadding(ArtMethod* method, InstructionSet isa) in NterpGetFrameSizeWithoutPadding()
174 static inline size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) in NterpGetFrameSize()
179 QuickMethodFrameInfo NterpFrameInfo(ArtMethod** frame) { in NterpFrameInfo()
187 uintptr_t NterpGetRegistersArray(ArtMethod** frame) { in NterpGetRegistersArray()
194 uintptr_t NterpGetReferenceArray(ArtMethod** frame) { in NterpGetReferenceArray()
204 uint32_t NterpGetDexPC(ArtMethod** frame) { in NterpGetDexPC()
213 uint32_t NterpGetVReg(ArtMethod** frame, uint16_t vreg) { in NterpGetVReg()
217 uint32_t NterpGetVRegReference(ArtMethod** frame, uint16_t vreg) { in NterpGetVRegReference()
227 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
229 if (ArtMethod::IsNative(access_flags) || in CanMethodUseNterp()
230 !ArtMethod::IsInvokable(access_flags) || in CanMethodUseNterp()
231 ArtMethod::MustCountLocks(access_flags) || in CanMethodUseNterp()