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
32 V8_INLINE explicit HandleBase(Object** location) : location_(location) {} in HandleBase() function96 : HandleBase(reinterpret_cast<Object**>(location)) { in HandleBase() function
15 HandleBase::HandleBase(Object* object, Isolate* isolate) in HandleBase() function