Searched refs:NterpGetFrameSizeWithoutPadding (Results 1 – 1 of 1) sorted by relevance
153 static size_t NterpGetFrameSizeWithoutPadding(ArtMethod* method, InstructionSet isa) in NterpGetFrameSizeWithoutPadding() function176 return RoundUp(NterpGetFrameSizeWithoutPadding(method, isa), kStackAlignment); in NterpGetFrameSize()241 size_t frame_size_without_padding = NterpGetFrameSizeWithoutPadding(method, isa); in CanMethodUseNterp()