Searched defs:Persistent (Results 1 – 5 of 5) sorted by relevance
/external/v8/tools/clang/blink_gc_plugin/ |
D | Edge.h | 22 class Persistent; variable 40 virtual void VisitPersistent(Persistent*) {} in VisitPersistent() argument 221 explicit Persistent(Edge* ptr) : PtrEdge(ptr) { } in Persistent() function
|
D | Edge.cpp | 23 void RecursiveEdgeVisitor::AtPersistent(Persistent*) {} in AtPersistent() argument
|
/external/v8/include/ |
D | v8.h | 118 class Persistent; variable 311 template<class F, class M> friend class Persistent; variable 610 template<class F1, class F2> friend class Persistent; variable 679 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function 686 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function 696 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function 706 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function 710 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function 752 template<class F1, class F2> friend class Persistent; variable 755 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 554 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1735 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()
|