Searched refs:LOOKUP (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_renames.py | 15 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 D | Context.java | 14 static final int[] LOOKUP = new int[2048]; field in Context 56 unpackLookupTable(LOOKUP, UTF_MAP, UTF_RLE);
|
H A D | Decode.java | 1169 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 D | variables.h | 125 bool IsLookupSlot() const { return location() == VariableLocation::LOOKUP; } in IsLookupSlot()
|
H A D | scopes.cc | 1343 receiver_->AllocateTo(VariableLocation::LOOKUP, -1); in DeserializeReceiver() 1825 case VariableLocation::LOOKUP: in PrintLocation() 2060 var->AllocateTo(VariableLocation::LOOKUP, -1); in NonLocal()
|
H A D | prettyprinter.cc | 1277 case VariableLocation::LOOKUP: in VisitVariableProxy()
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 1034 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 D | debug-scopes.cc | 832 case VariableLocation::LOOKUP: in VisitLocals() 982 case VariableLocation::LOOKUP: in SetLocalVariableValue()
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1370 LOOKUP,
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1569 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