Home
last modified time | relevance | path

Searched refs:NterpGetFrameSizeWithoutPadding (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dnterp_helpers.cc153 static size_t NterpGetFrameSizeWithoutPadding(ArtMethod* method, InstructionSet isa) in NterpGetFrameSizeWithoutPadding() function
176 return RoundUp(NterpGetFrameSizeWithoutPadding(method, isa), kStackAlignment); in NterpGetFrameSize()
241 size_t frame_size_without_padding = NterpGetFrameSizeWithoutPadding(method, isa); in CanMethodUseNterp()