Home
last modified time | relevance | path

Searched defs:GetCurrent (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/objects/
Dprototype.h51 T GetCurrent() const { in GetCurrent() function
57 static Handle<T> GetCurrent(const PrototypeIterator& iterator) { in GetCurrent() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h21 NodeType* GetCurrent() const { return m_pCurrent.Get(); } in GetCurrent() function
/external/libchrome/base/
Dobserver_list.h187 ObserverType* GetCurrent() const { in GetCurrent() function
/external/v8/src/common/
Dassert-scope.cc43 static PerThreadAssertData* GetCurrent() { in GetCurrent() function in v8::internal::PerThreadAssertData
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp105 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp108 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas89 function GetCurrent: TPair<TKey, TValue>; in GetCurrent() function
DAntlr.Runtime.Tree.pas4600 function TUnBufferedTreeNodeStream.GetCurrent: IANTLRInterface; in GetCurrent() function
/external/v8/src/api/
Dapi.cc8323 Isolate* Isolate::GetCurrent() { in GetCurrent() function in v8::Isolate