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

  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 216 void putIntWithConstantInt(uint32_t insn, uint32_t constant, bool isReusable = false)
ARMAssembler.h 482 m_buffer.putIntWithConstantInt(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm, true);
487 m_buffer.putIntWithConstantInt(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm);

Completed in 57 milliseconds