Home
last modified time | relevance | path

Searched refs:TryGetCurrent (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/execution/
Dthread-id.cc22 ThreadId ThreadId::TryGetCurrent() { in TryGetCurrent() function in v8::internal::ThreadId
Dthread-id.h29 static ThreadId TryGetCurrent();
Disolate.h565 V8_INLINE static Isolate* TryGetCurrent() { in TryGetCurrent() function
573 Isolate* isolate = TryGetCurrent(); in Current()
Disolate.cc447 ThreadId thread_id = ThreadId::TryGetCurrent(); in DiscardPerThreadDataForThisThread()
/external/v8/src/api/
Dapi.cc397 isolate = Isolate::TryGetCurrent(); in FatalProcessOutOfMemory()
488 i::Isolate* isolate = i::Isolate::TryGetCurrent(); in ReportApiFailure()