Home
last modified time | relevance | path

Searched refs:flushIfNoSpaceFor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DAssemblerBufferWithConstantPool.h120 flushIfNoSpaceFor(space); in ensureSpace()
126 flushIfNoSpaceFor(insnSpace, constSpace); in ensureSpace()
132 flushIfNoSpaceFor(alignment); in isAligned()
144 flushIfNoSpaceFor(1); in putByte()
157 flushIfNoSpaceFor(2); in putShort()
170 flushIfNoSpaceFor(4); in putInt()
196 flushIfNoSpaceFor(maxInstructionSize, sizeof(uint64_t)); in size()
261 flushIfNoSpaceFor(sizeof(IntegralType), 4); in putIntegralWithConstantInt()
318 void flushIfNoSpaceFor(int nextInsnSize) in flushIfNoSpaceFor() function
327 void flushIfNoSpaceFor(int nextInsnSize, int nextConstSize) in flushIfNoSpaceFor() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2421728 (JSC::AssemblerBufferWithConstantPool::flushIfNoSpaceFor): Fix the