HomeSort by relevance Sort by last modified time
    Searched refs:LOOKUP (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
variables.h 72 // context object on the heap, with lookup starting at the current
74 LOOKUP
120 bool IsLookupSlot() const { return location_ == LOOKUP; }
scopes.cc 72 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true);
88 Variable* VariableMap::Lookup(Handle<String> name) {
89 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false);
381 Variable* result = variables_.Lookup(name);
389 // Check context slot lookup.
418 // If we are backed by a scope info, try to lookup the variable there.
431 Variable* Scope::Lookup(Handle<String> name) {
537 Variable* other_var = current->variables_.Lookup(name);
757 case Variable::LOOKUP:
758 PrintF("lookup");
    [all...]
prettyprinter.cc 1031 case Variable::LOOKUP:
1032 OS::SNPrintF(buf + pos, " lookup");
hydrogen.cc 151 instr->AddAssignedValue(index, environment->Lookup(index));
    [all...]
parser.cc     [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 205 private static final ImmutableMap<Byte, RecommendedAction> LOOKUP;
211 LOOKUP = builder.build();
241 if (RecommendedAction.LOOKUP.containsKey(action)) {
242 return RecommendedAction.LOOKUP.get(action);
  /bionic/linker/
linker.cpp 397 TRACE_TYPE(LOOKUP, "%5d SEARCH %s in %s@0x%08x %08x %d\n", pid,
412 TRACE_TYPE(LOOKUP, "%5d FOUND %s in %s (%08x) %d\n", pid,
492 TRACE_TYPE(LOOKUP, "%5d si %s sym %s s->st_value = 0x%08x, "
503 /* This is used by dl_sym(). It performs symbol lookup only within the
511 /* This is used by dl_sym(). It performs a global symbol lookup.
513 Elf32_Sym *lookup(const char *name, soinfo **found, soinfo *start) function
535 TRACE_TYPE(LOOKUP, "%5d %s s->st_value = 0x%08x, "
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 855 case Variable::LOOKUP: {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 827 case Variable::LOOKUP: {
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 864 case Variable::LOOKUP: {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 768 case Variable::LOOKUP: {
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.jar 

Completed in 558 milliseconds