Home
last modified time | relevance | path

Searched defs:emitCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.cpp416 void JITCompiler::emitCount(AbstractSamplingCounter& counter, uint32_t increment) in emitCount() function in JSC::DFG::JITCompiler
423 void JITCompiler::emitCount(AbstractSamplingCounter& counter, uint32_t increment) in emitCount() function in JSC::DFG::JITCompiler
/external/webkit/Source/JavaScriptCore/jit/
DJITInlineMethods.h318 ALWAYS_INLINE void JIT::emitCount(AbstractSamplingCounter& counter, uint32_t count) in emitCount() function