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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecode.h38 : m_bytecodeIndex(std::numeric_limits<unsigned>::max())
43 : m_bytecodeIndex(bytecodeIndex)
49 unsigned bytecodeIndex() const { return m_bytecodeIndex; }
55 unsigned m_bytecodeIndex; member in class:JSC::Profiler::Bytecode
H A DProfilerOrigin.h46 : m_bytecodeIndex(std::numeric_limits<unsigned>::max())
51 : m_bytecodeIndex(std::numeric_limits<unsigned>::max() - 1)
57 , m_bytecodeIndex(bytecodeIndex)
59 ASSERT(m_bytecodeIndex < std::numeric_limits<unsigned>::max() - 1);
64 bool operator!() const { return m_bytecodeIndex == std::numeric_limits<unsigned>::max(); }
67 unsigned bytecodeIndex() const { return m_bytecodeIndex; }
80 unsigned m_bytecodeIndex;
86 && m_bytecodeIndex == other.m_bytecodeIndex;
91 return WTF::PtrHash<Bytecodes*>::hash(m_bytecodes) + m_bytecodeIndex;
[all...]
H A DProfilerOrigin.cpp39 , m_bytecodeIndex(bytecodeIndex)
45 out.print(*m_bytecodes, ":bc#", m_bytecodeIndex);
52 result->putDirect(exec->vm(), exec->propertyNames().bytecodeIndex, jsNumber(m_bytecodeIndex));
H A DProfilerBytecode.cpp38 result->putDirect(exec->vm(), exec->propertyNames().bytecodeIndex, jsNumber(m_bytecodeIndex));
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSREntry.h42 unsigned m_bytecodeIndex; member in struct:JSC::DFG::OSREntryData
50 return osrEntryData->m_bytecodeIndex;
H A DDFGOSREntry.cpp61 ASSERT(entry->m_bytecodeIndex == bytecodeIndex);
H A DDFGOSRExitCompiler32_64.cpp647 ASSERT(mapping->m_bytecodeIndex == returnBytecodeIndex);
758 ASSERT(mapping->m_bytecodeIndex == exit.m_codeOrigin.bytecodeIndex);
H A DDFGOSRExitCompiler64.cpp611 ASSERT(mapping->m_bytecodeIndex == returnBytecodeIndex);
701 ASSERT(mapping->m_bytecodeIndex == exit.m_codeOrigin.bytecodeIndex);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DCompactJITCodeMap.h61 : m_bytecodeIndex(bytecodeIndex)
66 unsigned m_bytecodeIndex; member in struct:JSC::BytecodeAndMachineOffset
71 return mapping->m_bytecodeIndex;
182 decoder.read(result[i].m_bytecodeIndex, result[i].m_machineCodeOffset);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h296 entry.m_bytecodeIndex = bytecodeIndex;
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp394 ASSERT(mapping->m_bytecodeIndex == static_cast<unsigned>(pc - codeBlock->instructions().begin()));

Completed in 104 milliseconds