HomeSort by relevance Sort by last modified time
    Searched refs:isReusable (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 211 void putShortWithConstantInt(uint16_t insn, uint32_t constant, bool isReusable = false)
213 putIntegralWithConstantInt(insn, constant, isReusable);
216 void putIntWithConstantInt(uint32_t insn, uint32_t constant, bool isReusable = false)
218 putIntegralWithConstantInt(insn, constant, isReusable);
257 void putIntegralWithConstantInt(IntegralType insn, uint32_t constant, bool isReusable)
264 if (isReusable) {
275 m_mask[m_numConsts] = static_cast<char>(isReusable ? ReusableConst : UniqueConst);
  /external/webkit/Source/JavaScriptCore/parser/
ResultType.h 51 bool isReusable()
  /system/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 70 if (frame.isReusable()) {
Frame.java 228 final boolean isReusable() {

Completed in 124 milliseconds