HomeSort by relevance Sort by last modified time
    Searched refs:HandleScopeNumRefsOffset (Results 1 - 3 of 3) sorted by null

  /art/compiler/jni/quick/
calling_convention.cc 226 CHECK_LT(HandleScopeLinkOffset(), HandleScopeNumRefsOffset());
228 CHECK_GT(result, HandleScopeNumRefsOffset().Int32Value());
calling_convention.h 331 FrameOffset HandleScopeNumRefsOffset() const {
jni_compiler.cc 108 __ StoreImmediateToFrame(main_jni_conv->HandleScopeNumRefsOffset(),

Completed in 45 milliseconds