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