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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h555 typedef HashMap<FunctionBodyNode*, unsigned> FunctionOffsetMap; typedef in class:JSC::BytecodeGenerator
556 FunctionOffsetMap m_functionOffsets;
H A DBytecodeGenerator.cpp1573 std::pair<FunctionOffsetMap::iterator, bool> ptr = m_functionOffsets.add(function, 0);

Completed in 45 milliseconds