Home
last modified time | relevance | path

Searched refs:LOOKUP (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_renames.py15 LOOKUP = {} variable
25 LOOKUP[(module, old_attr)] = new_attr
69 new_attr = LOOKUP[(mod_name.value, attr_name.value)]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DContext.java14 static final int[] LOOKUP = new int[2048]; field in Context
56 unpackLookupTable(LOOKUP, UTF_MAP, UTF_RLE);
H A DDecode.java1169 int literalContext = Context.LOOKUP[s.contextLookupOffset1 + prevByte1] in decompress()
1170 | Context.LOOKUP[s.contextLookupOffset2 + prevByte2]; in decompress()
/third_party/node/deps/v8/src/ast/
H A Dvariables.h125 bool IsLookupSlot() const { return location() == VariableLocation::LOOKUP; } in IsLookupSlot()
H A Dscopes.cc1343 receiver_->AllocateTo(VariableLocation::LOOKUP, -1); in DeserializeReceiver()
1825 case VariableLocation::LOOKUP: in PrintLocation()
2060 var->AllocateTo(VariableLocation::LOOKUP, -1); in NonLocal()
H A Dprettyprinter.cc1277 case VariableLocation::LOOKUP: in VisitVariableProxy()
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js1034 var /** number */ literalContext = LOOKUP[s.contextLookupOffset1 + prevByte1] | LOOKUP[s.contextLookupOffset2 + prevByte2];
1724 var LOOKUP = new Int32Array(2048);
1763 unpackLookupTable(LOOKUP, " !! ! \"#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# ", "A/* ': & : $ \u0081 @");
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc832 case VariableLocation::LOOKUP: in VisitLocals()
982 case VariableLocation::LOOKUP: in SetLocalVariableValue()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1370 LOOKUP,
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1569 case VariableLocation::LOOKUP: { in VisitVariableDeclaration()
1610 case VariableLocation::LOOKUP: { in VisitFunctionDeclaration()
3587 case VariableLocation::LOOKUP: { in BuildVariableLoad()
3779 case VariableLocation::LOOKUP: { in BuildVariableAssignment()
5896 case VariableLocation::LOOKUP: { in VisitDelete()

Completed in 30 milliseconds