Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc693 CHECK_GT(spilled_reference_offset.Uint32Value(), mr_conv->GetDisplacement().Uint32Value()); in CopyParameter()
722 CHECK_GT(in_off.Uint32Value(), mr_conv->GetDisplacement().Uint32Value()); in CopyParameter()
738 CHECK_LT(out_off.Uint32Value(), jni_conv->GetDisplacement().Uint32Value()); in CopyParameter()
H A Dcalling_convention.h65 FrameOffset GetDisplacement() const { in GetDisplacement() function