HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 1 - 25 of 36) sorted by null

1 2

  /external/compiler-rt/lib/asan/
asan_thread_registry.h 38 AsanThread *GetCurrent();
43 AsanThread *t = GetCurrent();
47 // Returns stats for GetCurrent(), or stats for
48 // T0 if GetCurrent() returns 0.
asan_thread_registry.cc 70 AsanThread *AsanThreadRegistry::GetCurrent() {
103 AsanThread *t = GetCurrent();
asan_linux.cc 117 if (AsanThread *t = asanThreadRegistry().GetCurrent())
asan_mac.cc 239 if (AsanThread *t = asanThreadRegistry().GetCurrent())
293 AsanThread *t = asanThreadRegistry().GetCurrent();
asan_report.cc 345 AsanThread *t = asanThreadRegistry().GetCurrent();
449 AsanThread *curr_thread = asanThreadRegistry().GetCurrent();
457 AsanThread *curr_thread = asanThreadRegistry().GetCurrent();
asan_fake_stack.cc 106 // asanThreadRegistry().GetCurrent()->tid(),
166 AsanThread *t = asanThreadRegistry().GetCurrent();
asan_rtl.cc 404 AsanThread *curr_thread = asanThreadRegistry().GetCurrent();
asan_allocator.cc 532 AsanThread *t = asanThreadRegistry().GetCurrent();
622 AsanThread *t = asanThreadRegistry().GetCurrent();
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 64 static CrashRecoveryContext *GetCurrent();
129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
  /external/webkit/Source/WebCore/bindings/v8/
V8WindowErrorHandler.cpp 55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global();
V8WorkerContextErrorHandler.cpp 55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global();
WorkerScriptController.cpp 110 // Happens on frame destruction, check otherwise GetCurrent() will crash.
113 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
V8NodeFilterCondition.cpp 82 v8::Handle<v8::Object> object = v8::Context::GetCurrent()->Global();
ScriptCallStackFactory.cpp 107 v8::Local<v8::Context> context = v8::Context::GetCurrent();
ScriptState.cpp 83 v8::Local<v8::Context> context = v8::Context::GetCurrent();
V8DOMWrapper.cpp 261 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
456 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
ScriptFunctionCall.cpp 193 v8::Handle<v8::Object> object = v8::Context::GetCurrent()->Global();
V8Proxy.cpp 216 v8::Local<v8::Context> context = v8::Context::GetCurrent();
556 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
763 return v8::Context::GetCurrent();
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 53 activeContext = v8::Context::GetCurrent();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 84 v8::Handle<v8::Object> thisObject = v8::Context::GetCurrent()->Global();
  /external/v8/samples/
lineprocessor.cc 263 bool res = RunCppCycle(script, v8::Context::GetCurrent(),
281 v8::Context::GetCurrent()->Global()->Get(fun_name);
309 result = process_fun->Call(v8::Context::GetCurrent()->Global(),
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
Antlr.Runtime.Tools.pas 275 function GetCurrent: TPair<TKey,TValue>;
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>;
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 87 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
  /external/v8/test/cctest/
test-heap.cc     [all...]

Completed in 457 milliseconds

1 2