Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h352 FrameOffset HandleScopeOffset() const { in HandleScopeOffset() function
358 return FrameOffset(HandleScopeOffset().Int32Value() + in HandleScopeLinkOffset()
363 return FrameOffset(HandleScopeOffset().Int32Value() + in HandleScopeNumRefsOffset()
368 return FrameOffset(HandleScopeOffset().Int32Value() + in HandleReferencesOffset()
Djni_compiler.cc255 main_jni_conv->HandleScopeOffset()); in ArtJniCompileMethodInternal()