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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_function.hpp 41 template<bool is_ref = true>
is_const.hpp 107 template <bool is_ref, bool array>
is_volatile.hpp 95 template <bool is_ref, bool array>
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 32 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0;
40 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
target_arm64.cc 791 bool is_ref) {
804 DCHECK(!is_ref);
818 DCHECK(!(is_wide && is_ref));
819 result = (is_wide || is_ref) ? RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);
    [all...]
  /art/compiler/dex/
vreg_analysis.cc 62 bool MIRGraph::SetRef(int index, bool is_ref) {
64 if (is_ref && !reg_location_[index].defined) {
mir_graph.h 953 bool SetRef(int index, bool is_ref);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg 29 # define Z_SET_ISREF_P(z) (z)->is_ref = 1
  /art/compiler/dex/quick/x86/
codegen_x86.h 31 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0;
39 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
    [all...]
target_x86.cc     [all...]
  /external/lldb/source/Core/
ValueObject.cpp 3457 const bool is_ref = type_flags.Test (ClangASTType::eTypeIsReference); local
    [all...]

Completed in 259 milliseconds