HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /external/v8/src/ast/
scopeinfo.cc 477 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
649 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /art/runtime/
art_method.h 51 // with the last entry being null to make an assembly implementation of a lookup
142 // Lookup the implementation ArtMethod associated to `interface_method`. Return null
144 ArtMethod* Lookup(ArtMethod* interface_method, size_t pointer_size) const {
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 263 if (m_FamilyFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont)) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 329 if (m_mapNamedImages.Lookup((void*)(uintptr_t)dwHash, (void*&)imageDIBDpi)) {
xfa_fontmgr.cpp     [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 262 // might shadow the optimistic declaration of dynamic lookup variables.
384 // Optimization for variable load of dynamic lookup slot that is most likely
485 Node* Lookup(Variable* variable);
ast-graph-builder.cc 788 Node* AstGraphBuilder::Environment::Lookup(Variable* variable) {
798 liveness_block()->Lookup(variable->index());
809 liveness_block()->Lookup(i);
    [all...]
  /frameworks/base/tools/fonts/
fontchain_lint.py 126 for lookup in ttfont['GSUB'].table.LookupList.Lookup:
127 assert lookup.LookupType == 4, 'We only understand type 4 lookups'
128 for subtable in lookup.SubTable:
  /external/clang/lib/AST/
DeclBase.cpp 843 /// used for unqualified name lookup.
845 /// Generally, the parent lookup context is the semantic context. However, for
846 /// a friend function the parent lookup context is the lexical context, which
1051 /// built a lookup map. For every name in the map, pull in the new names from
1057 for (auto &Lookup : *LookupPtr)
1058 Lookup.second.setHasExternalDecls();
1363 DeclContext::lookup(DeclarationName Name) const { function in class:DeclContext
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 174 if (!m_eventTargets.Lookup((void*)(uintptr_t)dwkey, (void*&)value)) {
188 if (m_eventTargets.Lookup((void*)(uintptr_t)dwkey, (void*&)value)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 667 WINBOOL Lookup(ARG_KEY key,VALUE& rValue) const;
805 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::Lookup(ARG_KEY key,VALUE& rValue) const {
txdtc.h 274 virtual HRESULT WINAPI Lookup(ITransaction **ppTransaction) = 0;
282 HRESULT (WINAPI *Lookup)(IXATransLookup *This,ITransaction **ppTransaction);
292 #define IXATransLookup_Lookup(This,ppTransaction) (This)->lpVtbl->Lookup(This,ppTransaction)
305 virtual HRESULT WINAPI Lookup(XID *pXID,ITransaction **ppTransaction) = 0;
313 HRESULT (WINAPI *Lookup)(IXATransLookup2 *This,XID *pXID,ITransaction **ppTransaction);
323 #define IXATransLookup2_Lookup(This,pXID,ppTransaction) (This)->lpVtbl->Lookup(This,pXID,ppTransaction)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 247 my = Lookup(ipkg.Name);
308 importmyname = Lookup(".");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 244 my = Lookup(ipkg.Name);
305 importmyname = Lookup(".");
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 247 my = Lookup(ipkg.Name);
308 importmyname = Lookup(".");
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 244 my = Lookup(ipkg.Name);
305 importmyname = Lookup(".");
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 369 // When we do lookup in HashMap we see no difference between two cases:
432 entries_map_.Lookup(addr, ComputePointerHash(addr));
550 entries_map_.Lookup(obj->address(), ComputePointerHash(obj->address()));
669 base::HashMap::Entry* entry = entries_map_.Lookup(
710 base::HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing));
733 return entries_.Lookup(object, HeapEntriesMap::Hash(object)) != NULL;
747 entries_.Lookup(object, HeapEntriesMap::Hash(object));
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 595 HValue* Lookup(Variable* variable) const {
596 return Lookup(IndexFor(variable));
599 HValue* Lookup(int index) const {
607 return Lookup(parameter_count());
2388 HEnvironmentMarker* lookup = local
    [all...]
  /external/v8/src/
isolate.cc 128 per_thread = thread_data_table_->Lookup(this, thread_id);
133 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
146 thread_data_table_->Lookup(this, thread_id);
166 per_thread = thread_data_table_->Lookup(this, thread_id);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 23 #include "clang/Sema/Lookup.h"
336 // Name lookup no longer looks in this template's defining module.
339 "forgot to remove a lookup module for a template instantiation");
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp     [all...]
  /external/v8/src/js/
array.js     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
messages.js 158 * Lookup value by its number.
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 

Completed in 1707 milliseconds

1 2 3 4 56 7 8 910