HomeSort by relevance Sort by last modified time
    Searched refs:is_object (Results 51 - 75 of 75) sorted by null

1 23

  /art/runtime/interpreter/mterp/mips64/
op_sget.S 1 %default { "is_object":"0", "helper":"artGet32StaticFromCode", "extend":"" }
19 .if $is_object
op_iget.S 1 %default { "is_object":"0", "helper":"artGet32InstanceFromCode"}
19 .if $is_object
  /art/runtime/interpreter/mterp/x86/
op_sget.S 1 %default { "is_object":"0", "helper":"artGet32StaticFromCode" }
21 .if $is_object
op_iget.S 1 %default { "is_object":"0", "helper":"artGet32InstanceFromCode"}
24 .if $is_object
  /art/runtime/interpreter/mterp/x86_64/
op_sget.S 1 %default { "is_object":"0", "helper":"artGet32StaticFromCode", "wide":"0" }
17 .if $is_object
op_iget.S 1 %default { "is_object":"0", "helper":"artGet32InstanceFromCode", "wide":"0"}
19 .if $is_object
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 22 static_assert( std::is_object<T>::value, "");
integral.pass.cpp 22 static_assert( std::is_object<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 22 static_assert( std::is_object<T>::value, "");
integral.pass.cpp 22 static_assert( std::is_object<T>::value, "");
  /art/runtime/interpreter/mterp/arm/
op_iget.S 1 %default { "is_object":"0", "helper":"artGet32InstanceFromCode"}
19 .if $is_object
  /art/runtime/interpreter/mterp/mips/
op_iget.S 1 %default { "is_object":"0", "helper":"artGet32InstanceFromCode"}
18 .if $is_object
  /external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.comp.pass.cpp 59 static_assert(ex::is_object_v<T> == std::is_object<T>::value, "");
64 static_assert(ex::is_object_v<T> == std::is_object<T>::value, "");
  /art/runtime/quick/
inline_method_analyser.h 178 uint16_t is_object : 1; member in struct:art::InlineReturnArgData
inline_method_analyser.cc 554 data->is_object = (return_opcode == Instruction::RETURN_OBJECT) ? 1u : 0u;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 124 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; local
126 assert(is_dynobj || is_exec || is_binary || is_object);
139 if (is_object || is_dynobj || is_exec) {
  /external/llvm/include/llvm/Support/
FileSystem.h 253 bool is_object() const { function in struct:llvm::sys::fs::file_magic
  /external/v8/src/ia32/
macro-assembler-ia32.cc 2750 Label is_object; local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 2622 Label is_object; local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 5162 Label is_object; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 682 void is_object() function
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 2971 Label is_object; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 5274 Label is_object; local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 5995 Label is_object; local
    [all...]

Completed in 661 milliseconds

1 23