Searched refs:m_lazyFunctions (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h554 HashMap<unsigned int, FunctionBodyNode*, WTF::IntHash<unsigned int>, WTF::UnsignedWithZeroKeyHashTraits<unsigned int> > m_lazyFunctions; member in class:JSC::BytecodeGenerator
H A DBytecodeGenerator.cpp438 m_lazyFunctions.set(reg->index(), function);
607 emitLazyNewFunction(reg, m_lazyFunctions.get(reg->index()));

Completed in 38 milliseconds