Lines Matching defs:entry
1641 InterruptEntry entry;
1645 entry = api_interrupts_queue_.front();
1650 entry.first(reinterpret_cast<v8::Isolate*>(this), entry.second);
2026 offset = static_cast<int>(frame->pc() - code.entry());
2108 // shadow stack will drop the underlying interpreter entry trampoline
2877 // if it's newer than the last Context::BackupIncumbentScope entry.
2899 // the entry realm.
3512 // The entry stack must be empty when we get here.
4061 // Store the interpreter entry trampoline on the root list. It is used as a
4544 InternalIndex entry = dictionary->FindEntry(this, key);
4546 if (entry.is_not_found()) {
4567 symbol = Handle<Symbol>(Symbol::cast(dictionary->ValueAt(entry)), this);
5386 const ICUObjectCacheEntry& entry =
5388 return StringEqualsLocales(this, entry.locales, locales) ? entry.obj.get()