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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 15 LOOKUP = {}
25 LOOKUP[(module, old_attr)] = new_attr
69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 15 LOOKUP = {}
25 LOOKUP[(module, old_attr)] = new_attr
69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)])
  /external/chromium_org/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; }
hydrogen-environment-liveness.cc 132 if (marker->kind() == HEnvironmentMarker::LOOKUP) {
224 // Only collect bind/lookup instructions during the first pass.
238 // Finally, remove the HEnvironment{Bind,Lookup} markers.
scopes.cc 75 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true,
92 Variable* VariableMap::Lookup(Handle<String> name) {
93 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false,
397 Variable* result = variables_.Lookup(name);
405 // Check context slot lookup.
416 location = Variable::LOOKUP;
432 // If we are backed by a scope info, try to lookup the variable there.
451 Variable* Scope::Lookup(Handle<String> name) {
567 Variable* other_var = current->variables_.Lookup(name);
822 case Variable::LOOKUP
    [all...]
prettyprinter.cc 1074 case Variable::LOOKUP:
1075 OS::SNPrintF(buf + pos, " lookup");
hydrogen.cc 188 instr->AddAssignedValue(index, environment->Lookup(index));
    [all...]
hydrogen.h 582 HValue* Lookup(Variable* variable) const {
583 return Lookup(IndexFor(variable));
586 HValue* Lookup(int index) const {
594 return Lookup(parameter_count());
1854 HEnvironmentMarker* lookup = local
    [all...]
hydrogen-instructions.h     [all...]
parser.cc     [all...]
  /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 446 TRACE_TYPE(LOOKUP, "SEARCH %s in %s@0x%08x %08x %d",
461 TRACE_TYPE(LOOKUP, "FOUND %s in %s (%08x) %d",
501 /* Order of symbol lookup is controlled by DT_SYMBOLIC flag */
573 TRACE_TYPE(LOOKUP, "si %s sym %s s->st_value = 0x%08x, "
583 /* This is used by dlsym(3). It performs symbol lookup only within the
597 /* This is used by dlsym(3) to performs a global symbol lookup. If the
619 TRACE_TYPE(LOOKUP, "%s s->st_value = 0x%08x, found->base = 0x%08x",
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 834 case Variable::LOOKUP: {
902 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 792 case Variable::LOOKUP: {
857 case Variable::LOOKUP: {
917 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 836 case Variable::LOOKUP: {
905 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 801 case Variable::LOOKUP: {
867 case Variable::LOOKUP: {
927 case Variable::LOOKUP:
    [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 535 milliseconds