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

  /external/chromium_org/net/spdy/
hpack_entry.h 43 // Create a 'lookup' entry (only) suitable for querying a HpackEntrySet. The
60 // Returns whether this entry is a lookup-only entry.
61 bool IsLookup() const { return type_ == LOOKUP; }
74 LOOKUP,
hpack_entry.cc 31 type_(LOOKUP) {
36 type_(LOOKUP) {
  /external/chromium_org/v8/src/
variables.h 50 // context object on the heap, with lookup starting at the current
52 LOOKUP
98 bool IsLookupSlot() const { return location_ == LOOKUP; }
hydrogen-environment-liveness.cc 109 if (marker->kind() == HEnvironmentMarker::LOOKUP) {
201 // Only collect bind/lookup instructions during the first pass.
215 // Finally, remove the HEnvironment{Bind,Lookup} markers.
scopes.cc 41 // FIXME(marja): fix the type of Lookup.
42 Entry* p = ZoneHashMap::Lookup(const_cast<AstRawString*>(name), name->hash(),
55 Variable* VariableMap::Lookup(const AstRawString* name) {
56 Entry* p = ZoneHashMap::Lookup(const_cast<AstRawString*>(name), name->hash(),
376 Variable* result = variables_.Lookup(name);
388 // Check context slot lookup.
401 location = Variable::LOOKUP;
421 // If we are backed by a scope info, try to lookup the variable there.
440 Variable* Scope::Lookup(const AstRawString* name) {
557 Variable* other_var = current->variables_.Lookup(name)
    [all...]
prettyprinter.cc 1087 case Variable::LOOKUP:
1088 SNPrintF(buf + pos, " lookup");
hydrogen.cc 195 instr->AddAssignedValue(index, environment->Lookup(index));
    [all...]
hydrogen.h 604 HValue* Lookup(Variable* variable) const {
605 return Lookup(IndexFor(variable));
608 HValue* Lookup(int index) const {
616 return Lookup(parameter_count());
2264 HEnvironmentMarker* lookup = local
    [all...]
parser.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 14 int[] lookup = new int[256]; local
26 lookup[c] = v;
29 return lookup;
32 private static final int[] LOOKUP = generateLookup();
205 x[0] ^= LOOKUP[c >>> 24];
211 y[0] ^= LOOKUP[c >>> 24];
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 381 case Variable::LOOKUP:
413 case Variable::LOOKUP:
944 accessor_table.lookup(key)->second->getter = property->value();
947 accessor_table.lookup(key)->second->setter = property->value();
    [all...]
  /bionic/linker/
linker.cpp 76 // so we continue to use base-name lookup for lp32
421 TRACE_TYPE(LOOKUP, "SEARCH %s in %s@%p %x %zd",
436 TRACE_TYPE(LOOKUP, "FOUND %s in %s (%p) %zd",
448 TRACE_TYPE(LOOKUP, "NOT FOUND %s in %s@%p %x %zd",
559 TRACE_TYPE(LOOKUP, "si %s sym %s s->st_value = %p, "
644 // This is used by dlsym(3). It performs symbol lookup only within the
673 /* This is used by dlsym(3) to performs a global symbol lookup. If the
695 TRACE_TYPE(LOOKUP, "%s s->st_value = %p, found->base = %p",
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 849 case Variable::LOOKUP: {
917 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 844 case Variable::LOOKUP: {
912 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 788 case Variable::LOOKUP: {
853 case Variable::LOOKUP: {
913 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 840 case Variable::LOOKUP: {
909 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 836 case Variable::LOOKUP: {
905 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 810 case Variable::LOOKUP: {
876 case Variable::LOOKUP: {
936 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 785 case Variable::LOOKUP: {
846 case Variable::LOOKUP: {
902 case Variable::LOOKUP:
    [all...]

Completed in 1047 milliseconds