Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc709 CHECK_LT(handle_scope_offset.Uint32Value(), mr_conv->GetDisplacement().Uint32Value()); in CopyParameter()
739 CHECK_GT(in_off.Uint32Value(), mr_conv->GetDisplacement().Uint32Value()); in CopyParameter()
752 CHECK_LT(out_off.Uint32Value(), jni_conv->GetDisplacement().Uint32Value()); in CopyParameter()
Dcalling_convention.h68 FrameOffset GetDisplacement() const { in GetDisplacement() function