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

  /art/compiler/jni/quick/
calling_convention.h 30 bool IsReturnAReference() const { return shorty_[0] == 'L'; }
jni_compiler.cc 70 bool reference_return = main_jni_conv->IsReturnAReference();

Completed in 1457 milliseconds