HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/v8/src/
dateparser.cc 162 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
preparse-data.cc 126 HashMap::Entry* entry = symbol_table_.Lookup(&key, hash, true);
profile-generator.cc 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true);
218 children_.Lookup(entry, CodeEntryHash(entry), false);
226 children_.Lookup(entry, CodeEntryHash(entry), true);
651 profiles_uids_.Lookup(reinterpret_cast<void*>(profile->uid()),
681 HashMap::Entry* entry = profiles_uids_.Lookup(reinterpret_cast<void*>(uid),
    [all...]
scopeinfo.cc 306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
399 int ContextSlotCache::Lookup(Object* data,
contexts.cc 87 Handle<Object> Context::Lookup(Handle<String> name,
101 PrintF("Context::Lookup(");
120 // to only do a local lookup for context extension objects.
hydrogen.h 443 HValue* Lookup(Variable* variable) const {
444 return Lookup(IndexFor(variable));
447 HValue* Lookup(int index) const {
455 return Lookup(parameter_count());
    [all...]
isolate.cc 329 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL);
331 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread);
343 per_thread = thread_data_table_->Lookup(this, thread_id);
357 per_thread = thread_data_table_->Lookup(this, thread_id);
470 // Iterate pointers in live lookup results.
    [all...]
contexts.h 193 // to lazily allocated extension object. Context::Lookup
400 // Lookup the the slot called name, starting with the current context.
417 Handle<Object> Lookup(Handle<String> name,
dateparser-inl.h 200 int index = KeywordTable::Lookup(buffer, length);
dateparser.h 294 static int Lookup(const uint32_t* pre, int len);
  /external/v8/test/mjsunit/harmony/
block-scoping.js 46 // Dynamic lookup in and through block contexts.
65 // Lookup in and through block contexts.
85 // Dynamic lookup from closure.
106 // Lookup from closure.
140 // Variable shadowing and lookup.
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 92 ExtensionDevToolsClientHost* Lookup(RenderViewHost* rvh) {
269 client_host_ = AttachedClientHosts::GetInstance()->Lookup(rvh);
  /external/v8/test/mjsunit/compiler/
variables.js 62 // Lookup slots. 'With' forces x to be looked up at runtime.
  /external/harfbuzz/src/
harfbuzz-open.c 441 * Lookup List related functions
473 /* Lookup */
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
606 l = ll->Lookup;
633 FREE( ll->Lookup );
649 if ( ll->Lookup )
652 l = ll->Lookup;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 441 * Lookup List related functions
473 /* Lookup */
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
606 l = ll->Lookup;
633 FREE( ll->Lookup );
649 if ( ll->Lookup )
652 l = ll->Lookup;
  /external/llvm/lib/IR/
ConstantsContext.h 597 MapKey Lookup(Ty, V);
600 typename MapTy::iterator I = Map.find(Lookup);
733 LookupKey Lookup(Ty, V);
736 typename MapTy::iterator I = Map.find_as(Lookup);
749 /// Find the constant by lookup key.
750 typename MapTy::iterator find(LookupKey Lookup) {
751 return Map.find_as(Lookup);
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/chromium/net/tools/flip_server/
balsa_headers.h 318 return Lookup(idx_);
397 reference Lookup(HeaderLines::size_type index) const {
444 return Lookup(idx_ - 1);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 489 /* Note: This breaks badly if two features enabled this lookup together. */
    [all...]
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 152 return g_hosts_by_id.Lookup(host_id);
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 243 host_cache->Lookup(cache_key, base::TimeTicks::Now());
  /external/chromium/net/url_request/
url_request_ftp_job.cc 118 request_->context()->ftp_auth_cache()->Lookup(origin);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 72 static lookup_type Lookup(data_type B, key_type K) {
73 return B.lookup(K);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /development/host/windows/usb/api/
adb_api.cpp 77 // Lookup AdbInterfaceEnumObject object for the handle
92 // Lookup AdbInterfaceEnumObject object for the handle
203 // Lookup interface object for the handle
222 // Lookup interface object for the handle
239 // Lookup interface object for the handle
256 // Lookup interface object for the handle
273 // Lookup interface object for the handle
291 // Lookup interface object for the handle
324 // Lookup interface object for the handle
359 // Lookup endpoint object for the handle
    [all...]

Completed in 3373 milliseconds

1 23 4 5 6