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 33 bool IsReturnAReference() const { return shorty_[0] == 'L'; }
jni_compiler.cc 192 bool reference_return = main_jni_conv->IsReturnAReference();
    [all...]

Completed in 310 milliseconds