HomeSort by relevance Sort by last modified time
    Searched refs:HandleBase (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
31 class HandleBase {
33 HandleBase() = default;
34 explicit HandleBase(const DebugEpochBase *) {}
69 /// HandleBase does not track the parent data structure by itself. It expects
73 class HandleBase {
78 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
80 explicit HandleBase(const DebugEpochBase *Parent)
85 /// HandleBase instance.
DenseMap.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
DenseMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
DenseMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
DenseMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
DenseMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
HandleBase.java 18 abstract class HandleBase implements Handle {
35 HandleBase(CoreImpl core, int mojoHandle) {
41 * Constructor for transforming {@link HandleBase} into a specific one. It is used to transform
44 protected HandleBase(HandleBase other) {
46 HandleBase otherAsHandleImpl = other;
DataPipeConsumerHandleImpl.java 16 class DataPipeConsumerHandleImpl extends HandleBase implements ConsumerHandle {
19 * @see HandleBase#HandleBase(CoreImpl, int)
26 * @see HandleBase#HandleBase(HandleBase)
28 DataPipeConsumerHandleImpl(HandleBase other) {
DataPipeProducerHandleImpl.java 16 class DataPipeProducerHandleImpl extends HandleBase implements ProducerHandle {
19 * @see HandleBase#HandleBase(CoreImpl, int)
26 * @see HandleBase#HandleBase(HandleBase)
28 DataPipeProducerHandleImpl(HandleBase handle) {
MessagePipeHandleImpl.java 17 class MessagePipeHandleImpl extends HandleBase implements MessagePipeHandle {
20 * @see HandleBase#HandleBase(CoreImpl, int)
27 * @see HandleBase#HandleBase(HandleBase)
29 MessagePipeHandleImpl(HandleBase handle) {
SharedBufferHandleImpl.java 14 class SharedBufferHandleImpl extends HandleBase implements SharedBufferHandle {
17 * @see HandleBase#HandleBase(CoreImpl, int)
24 * @see HandleBase#HandleBase(HandleBase)
26 SharedBufferHandleImpl(HandleBase handle) {
UntypedHandleImpl.java 16 class UntypedHandleImpl extends HandleBase implements UntypedHandle {
19 * @see HandleBase#HandleBase(CoreImpl, int)
26 * @see HandleBase#HandleBase(HandleBase)
28 UntypedHandleImpl(HandleBase handle) {
CoreImpl.java 296 ((HandleBase) handle).invalidateHandle();
467 return ((HandleBase) handle).getMojoHandle();
  /external/v8/src/
handles.h 29 class HandleBase {
31 V8_INLINE explicit HandleBase(Object** location) : location_(location) {}
32 V8_INLINE explicit HandleBase(Object* object, Isolate* isolate);
35 V8_INLINE bool is_identical_to(const HandleBase that) const {
92 class Handle final : public HandleBase {
95 : HandleBase(reinterpret_cast<Object**>(location)) {
101 V8_INLINE Handle(T* object, Isolate* isolate) : HandleBase(object, isolate) {}
110 : HandleBase(handle) {
121 return reinterpret_cast<T*>(HandleBase::operator*());
126 return reinterpret_cast<T**>(HandleBase::location())
    [all...]
handles-inl.h 16 HandleBase::HandleBase(Object* object, Isolate* isolate)
handles.cc 16 bool HandleBase::IsDereferenceAllowed(DereferenceCheckMode mode) const {

Completed in 248 milliseconds

1 2