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

/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h667 typedef HashMap<FunctionBodyNode*, unsigned> FunctionOffsetMap; typedef in class:JSC::BytecodeGenerator
668 FunctionOffsetMap m_functionOffsets;
H A DBytecodeGenerator.cpp1568 FunctionOffsetMap::AddResult ptr = m_functionOffsets.add(function, 0);

Completed in 66 milliseconds