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

1 2

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 63 static CrashRecoveryContext *GetCurrent();
137 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
  /external/v8/src/
prototype.h 62 Object* GetCurrent() const {
66 static Handle<Object> GetCurrent(const PrototypeIterator& iterator) {
d8-debug.cc 19 Isolate* isolate = Isolate::GetCurrent();
lookup.cc 64 return Handle<JSGlobalObject>::cast(PrototypeIterator::GetCurrent(iter));
215 if (JSReceiver::cast(iter.GetCurrent()) == holder) return true;
string-stream.cc 515 if (iter.GetCurrent()->IsJSObject()) {
516 Object* key = JSObject::cast(iter.GetCurrent())->SlowReverseLookup(fun);
builtins.cc 197 array_proto = JSObject::cast(iter.GetCurrent());
275 return iter.GetCurrent() == array_proto &&
    [all...]
objects.cc 764 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) {
766 Handle<JSProxy>::cast(PrototypeIterator::GetCurrent(iter)), receiver,
774 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter));
    [all...]
runtime.cc     [all...]
isolate.cc     [all...]
accessors.cc 64 if (Is<C>(iter.GetCurrent())) return C::cast(iter.GetCurrent());
    [all...]
objects-printer.cc 389 << "]\n - prototype = " << reinterpret_cast<void*>(iter.GetCurrent())
    [all...]
deoptimizer.cc 479 CHECK(iter.GetCurrent()->IsJSGlobalObject());
481 GlobalObject::cast(iter.GetCurrent())->native_context();
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
cctest.h 340 return v8::Number::New(v8::Isolate::GetCurrent(), x);
345 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x);
364 v8::Isolate::GetCurrent(), &script_source);
394 v8::Isolate* isolate = v8::Isolate::GetCurrent();
413 v8::Isolate* isolate = v8::Isolate::GetCurrent();
426 return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &script_source)
test-heap-profiler.cc     [all...]
  /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>;
Antlr.Runtime.Tree.pas     [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 94 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
  /external/v8/samples/
lineprocessor.cc 372 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/v8/src/ic/
handler-compiler.cc 324 last = Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter));
ic.cc     [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 560 if(!pJSRuntime) pJSRuntime = v8::Isolate::GetCurrent();
989 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 884 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent();
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 604 milliseconds

1 2