Searched defs:HandleBase (Results 1 – 6 of 6) sorted by relevance
16 abstract class HandleBase implements Handle { class32 HandleBase(CoreImpl core, int mojoHandle) { in HandleBase() method in HandleBase41 protected HandleBase(HandleBase other) { in HandleBase() method in HandleBase
63 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function65 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
34 explicit HandleBase(const DebugEpochBase *) {} in HandleBase() function
20 HandleBase::HandleBase(Address object, Isolate* isolate) in HandleBase() function23 HandleBase::HandleBase(Address object, LocalIsolate* isolate) in HandleBase() function26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase() function
41 V8_INLINE explicit HandleBase(Address* location) : location_(location) {} in HandleBase() function