Searched refs:debugOffset (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBuffer.h150 unsigned debugOffset() { return m_index; } function in class:JSC::AssemblerBuffer
H A DAbstractMacroAssembler.h559 masm->checkRegisterAllocationAgainstBranchRange(m_label.m_offset, masm->debugOffset());
760 unsigned debugOffset() { return m_assembler.debugOffset(); } function in class:JSC::AbstractMacroAssembler
H A DX86Assembler.h1999 unsigned debugOffset() { return m_formatter.debugOffset(); } function in class:JSC::X86Assembler
2357 unsigned debugOffset() { return m_buffer.debugOffset(); } function in class:JSC::X86Assembler::X86InstructionFormatter
H A DARMAssembler.h765 unsigned debugOffset() { return m_buffer.debugOffset(); } function in class:JSC::ARMAssembler
H A DMIPSAssembler.h689 unsigned debugOffset() { return m_buffer.debugOffset(); } function in class:JSC::MIPSAssembler
H A DARMv7Assembler.h2253 unsigned debugOffset() { return m_formatter.debugOffset(); } function in namespace:JSC::ARMRegisters
2775 unsigned debugOffset() { return m_buffer.debugOffset(); } function in class:JSC::ARMRegisters::ARMInstructionFormatter
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp197 dataLogF("Old JIT emitting code for bc#%u at offset 0x%lx.\n", m_bytecodeOffset, (long)debugOffset());
419 dataLogF("Old JIT emitting slow code for bc#%u at offset 0x%lx.\n", m_bytecodeOffset, (long)debugOffset());
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSlowPathGenerator.h52 dataLogF("Generating slow path %p at offset 0x%x\n", this, jit->m_jit.debugOffset());
H A DDFGOSRExitCompiler32_64.cpp48 dataLogF(") at JIT offset 0x%x ", m_jit.debugOffset());
H A DDFGSpeculativeJIT.h177 m_jit.addRegisterAllocationAtOffset(m_jit.debugOffset());
195 m_jit.addRegisterAllocationAtOffset(m_jit.debugOffset());
216 m_jit.addRegisterAllocationAtOffset(m_jit.debugOffset());
H A DDFGSpeculativeJIT.cpp1740 dataLogF("SpeculativeJIT skipping Node @%d (bc#%u) at JIT offset 0x%x ", m_currentNode->index(), m_currentNode->codeOrigin.bytecodeIndex, m_jit.debugOffset());
1777 m_currentNode->codeOrigin.bytecodeIndex, m_jit.debugOffset());

Completed in 295 milliseconds