HomeSort by relevance Sort by last modified time
    Searched refs:LOOKUP (Results 1 - 11 of 11) 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 448 TRACE_TYPE(LOOKUP, "SEARCH %s in %s@0x%08x %08x %d",
464 TRACE_TYPE(LOOKUP, "FOUND %s in %s (%08x) %d",
504 /* Order of symbol lookup is controlled by DT_SYMBOLIC flag */
576 TRACE_TYPE(LOOKUP, "si %s sym %s s->st_value = 0x%08x, "
586 /* This is used by dlsym(3). It performs symbol lookup only within the
600 /* This is used by dlsym(3) to performs a global symbol lookup. If the
622 TRACE_TYPE(LOOKUP, "%s s->st_value = 0x%08x, found->base = 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...]

Completed in 91 milliseconds