Home
last modified time | relevance | path

Searched refs:GetCurrent (Results 1 – 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas89 function GetCurrent: TPair<TKey, TValue>; in GetCurrent() function
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>; in THashList()
DAntlr.Runtime.Tools.pas275 function GetCurrent: TPair<TKey,TValue>; in GetCurrent() function
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>; in TPairEnumerator()
DAntlr.Runtime.Tree.pas1082 function GetCurrent: IANTLRInterface; in GetCurrent() function
1092 property Current: IANTLRInterface read GetCurrent;
2051 function GetCurrent: IANTLRInterface; virtual; in GetCurrent() function
4600 function TUnBufferedTreeNodeStream.GetCurrent: IANTLRInterface; in GetCurrent() function
/external/v8/test/cctest/
Dcctest.h340 return v8::Number::New(v8::Isolate::GetCurrent(), x); in v8_num()
345 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x); in v8_str()
364 v8::Isolate::GetCurrent(), &script_source); in CompileWithOrigin()
394 v8::Isolate* isolate = v8::Isolate::GetCurrent(); in ParserCacheCompileRun()
413 v8::Isolate* isolate = v8::Isolate::GetCurrent(); in CompileRunWithOrigin()
426 return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &script_source) in CompileRunWithOrigin()
Dtest-heap-profiler.cc2469 v8::HandleScope scope(v8::Isolate::GetCurrent()); in TEST()
2516 v8::HandleScope scope(v8::Isolate::GetCurrent()); in TEST()
2573 v8::HandleScope scope(v8::Isolate::GetCurrent()); in TEST()
/external/v8/src/
Dprototype.h62 Object* GetCurrent() const { in GetCurrent() function
66 static Handle<Object> GetCurrent(const PrototypeIterator& iterator) { in GetCurrent() function
Dlookup.cc64 return Handle<JSGlobalObject>::cast(PrototypeIterator::GetCurrent(iter)); in GetStoreTarget()
215 if (JSReceiver::cast(iter.GetCurrent()) == holder) return true; in HolderIsReceiverOrHiddenPrototype()
Dd8-debug.cc19 Isolate* isolate = Isolate::GetCurrent(); in HandleDebugEvent()
Dstring-stream.cc515 if (iter.GetCurrent()->IsJSObject()) { in PrintPrototype()
516 Object* key = JSObject::cast(iter.GetCurrent())->SlowReverseLookup(fun); in PrintPrototype()
Dbuiltins.cc197 array_proto = JSObject::cast(iter.GetCurrent()); in ArrayPrototypeHasNoElements()
275 return iter.GetCurrent() == array_proto && in IsJSArrayFastElementMovingAllowed()
945 iter.GetCurrent() != array_proto) { in BUILTIN()
1040 if (type->IsTemplateFor(iter.GetCurrent())) { in FindHidden()
1041 return iter.GetCurrent(); in FindHidden()
Dobjects.cc764 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in GetElementWithReceiver()
766 Handle<JSProxy>::cast(PrototypeIterator::GetCurrent(iter)), receiver, in GetElementWithReceiver()
774 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)); in GetElementWithReceiver()
3018 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in SetElementWithCallbackSetterInPrototypes()
3020 Handle<JSProxy>::cast(PrototypeIterator::GetCurrent(iter)), object, in SetElementWithCallbackSetterInPrototypes()
3025 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)); in SetElementWithCallbackSetterInPrototypes()
4031 DCHECK(PrototypeIterator::GetCurrent(iter)->IsJSGlobalObject()); in GetElementAttributeWithReceiver()
4033 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)), receiver, in GetElementAttributeWithReceiver()
4099 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in GetElementAttributeWithoutInterceptor()
4102 Handle<JSProxy>::cast(PrototypeIterator::GetCurrent(iter)), receiver, in GetElementAttributeWithoutInterceptor()
[all …]
Druntime.cc1857 if (PrototypeIterator::GetCurrent(iter)->IsAccessCheckNeeded() && in RUNTIME_FUNCTION()
1859 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)), in RUNTIME_FUNCTION()
1862 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)), in RUNTIME_FUNCTION()
1868 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in RUNTIME_FUNCTION()
1869 return *PrototypeIterator::GetCurrent(iter); in RUNTIME_FUNCTION()
1872 return *PrototypeIterator::GetCurrent(iter); in RUNTIME_FUNCTION()
1880 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in GetPrototypeSkipHiddenPrototypes()
1881 return PrototypeIterator::GetCurrent(iter); in GetPrototypeSkipHiddenPrototypes()
1885 return PrototypeIterator::GetCurrent(iter); in GetPrototypeSkipHiddenPrototypes()
2098 Handle<Object> proto = PrototypeIterator::GetCurrent(iter); in RUNTIME_FUNCTION()
[all …]
Disolate.cc998 if (iter.GetCurrent()->IsJSProxy()) return false; in IsErrorObject()
999 if (JSObject::cast(iter.GetCurrent())->map()->constructor() == in IsErrorObject()
2197 if (iter.IsAtEnd() || iter.GetCurrent() != initial_object_proto) { in IsFastArrayConstructorPrototypeChainIntact()
Daccessors.cc64 if (Is<C>(iter.GetCurrent())) return C::cast(iter.GetCurrent()); in FindInstanceOf()
Dobjects-printer.cc389 << "]\n - prototype = " << reinterpret_cast<void*>(iter.GetCurrent()) in JSObjectPrint()
Ddeoptimizer.cc479 CHECK(iter.GetCurrent()->IsJSGlobalObject()); in DeoptimizeGlobalObject()
481 GlobalObject::cast(iter.GetCurrent())->native_context(); in DeoptimizeGlobalObject()
Dapi.cc3275 return Utils::ToLocal(i::PrototypeIterator::GetCurrent(iter)); in GetPrototype()
3307 while (!tmpl_info->IsTemplateFor(iter.GetCurrent())) { in FindInstanceInPrototypeChain()
3314 i::handle(i::JSObject::cast(iter.GetCurrent()), isolate)); in FindInstanceInPrototypeChain()
3675 i::Handle<i::Object> proto = i::PrototypeIterator::GetCurrent(iter); in GetRealNamedPropertyInPrototypeChain()
6563 Isolate* Isolate::GetCurrent() { in GetCurrent() function in v8::Isolate
Dhydrogen.cc6908 holder = JSObject::cast(*PrototypeIterator::GetCurrent(iter)); in BuildMonomorphicElementAccess()
7411 !PrototypeIterator::GetCurrent(iter).is_identical_to(holder)) { in BuildCheckPrototypeMaps()
7413 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter))); in BuildCheckPrototypeMaps()
7420 Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter))); in BuildCheckPrototypeMaps()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h63 static CrashRecoveryContext *GetCurrent();
137 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp94 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/v8/samples/
Dlineprocessor.cc372 v8::Isolate* isolate = v8::Isolate::GetCurrent(); in ReadLine()
/external/v8/src/ic/
Dhandler-compiler.cc324 last = Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)); in CompileStoreTransition()
Dic.cc1266 PrototypeIterator::GetCurrent(iter)); in LookupForWrite()
2638 Handle<Object> current = PrototypeIterator::GetCurrent(iter); in RUNTIME_FUNCTION()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp560 if(!pJSRuntime) pJSRuntime = v8::Isolate::GetCurrent(); in WSToJSString()
989 v8::Isolate* pIsolate = v8::Isolate::GetCurrent(); in JS_DateParse()
/external/clang/lib/Lex/
DPragma.cpp884 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()

12