HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 26 - 50 of 66) sorted by null

12 3

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 106 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
  /external/v8/test/cctest/
test-profile-generator.cc 602 script_a->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
608 script_b->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
656 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(),
710 script->Run(v8::Isolate::GetCurrent()->GetCurrentContext()).ToLocalChecked();
test-lockers.cc 69 CHECK_EQ(isolate_, v8::Isolate::GetCurrent());
110 CHECK_EQ(isolate, v8::Isolate::GetCurrent());
188 CHECK_EQ(isolate_, v8::Isolate::GetCurrent());
test-feedback-vector.cc 27 v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str(name));
test-heap-profiler.cc     [all...]
test-inobject-slack-tracking.cc 32 if (script->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 138 MacDesktopConfiguration desktop_config = MacDesktopConfiguration::GetCurrent(
  /external/v8/src/
string-stream.cc 541 if (iter.GetCurrent()->IsJSProxy()) break;
542 Object* key = iter.GetCurrent<JSObject>()->SlowReverseLookup(fun);
keys.cc 163 PrototypeIterator::GetCurrent<JSReceiver>(iter);
222 JSReceiver* current = iter.GetCurrent<JSReceiver>();
messages.cc 284 Handle<Object> current = PrototypeIterator::GetCurrent(iter);
lookup.cc 502 if (iter.GetCurrent<JSReceiver>() == object) return true;
objects.cc     [all...]
objects-printer.cc 416 os << "]\n - prototype = " << reinterpret_cast<void*>(iter.GetCurrent());
    [all...]
  /external/v8/src/debug/
debug-evaluate.cc 115 result = PrototypeIterator::GetCurrent<JSObject>(iter);
  /external/pdfium/xfa/src/fxjse/src/
class.cpp 169 CFXJSE_Value* lpArgValue = CFXJSE_Value::Create(v8::Isolate::GetCurrent());
value.cpp 243 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
  /external/v8/src/compiler/
access-info.cc 152 PrototypeIterator::GetCurrent<JSReceiver>(i);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 863 : m_ContentIterator.GetCurrent();
915 : m_ContentIterator.GetCurrent();
  /external/v8/src/ic/
handler-compiler.cc 339 last = iter.GetCurrent<JSObject>();
456 last = PrototypeIterator::GetCurrent<JSObject>(iter);
  /external/v8/samples/
process.cc 673 while (v8::platform::PumpMessageLoop(platform, Isolate::GetCurrent()))
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 623 for (CXFA_Node* pCurTemplateNode = pIterator->GetCurrent();
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 792 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 551 pIsolate = v8::Isolate::GetCurrent();
  /external/clang/lib/Lex/
Pragma.cpp 894 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent();
    [all...]

Completed in 715 milliseconds

12 3