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

  /art/compiler/jni/quick/
calling_convention.cc 124 size_t JniCallingConvention::ReferenceCount() const {
129 size_t references_size = handle_scope_pointer_size_ * ReferenceCount(); // size excluding header
calling_convention.h 283 size_t ReferenceCount() const;
jni_compiler.cc 109 main_jni_conv->ReferenceCount(),
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 46 struct ReferenceCount;
48 template<> struct ReferenceCount<true> { typedef volatile int Type; };
49 template<> struct ReferenceCount<false> { typedef int Type; };
61 typename ReferenceCount<threadSafe>::Type strongRefCount;
62 typename ReferenceCount<threadSafe>::Type weakRefCount; //!< WeakPtr references + StrongPtr references.
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 130 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 149 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 153 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 201 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 153 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount());

Completed in 1070 milliseconds