Home
last modified time | relevance | path

Searched refs:inlineGet (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSVariableObject.h94 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTableGet()
104 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTableGet()
117 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTablePut()
DJSVariableObject.cpp63 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTableGet()
DJSActivation.cpp78 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTableGet()
92 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTablePut()
DJSGlobalObject.h348 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); in symbolTableHasProperty()
/external/webkit/Source/JavaScriptCore/wtf/
DRefPtrHashMap.h94 MappedType inlineGet(RawKeyType) const;
272 inline HashMap<RefPtr<T>, U, V, W, MappedTraits>::inlineGet(RawKeyType key) const in inlineGet() function
284 return inlineGet(key); in get()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp266 SymbolTableEntry entry = symbolTable->inlineGet(function->ident().impl()); in BytecodeGenerator()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1017080 - speed up symbol table access by adding a function named inlineGet to HashMap
17106 (KJS::JSVariableObject::symbolTableGet): Use inlineGet for speed. Also changed to do
17199 (WTF::HashMap::inlineGet): Added. Just like get, but marked inline for use in the