Searched defs:instructions (Results 1 - 14 of 14) sorted by path

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h255 RefCountedArray<Instruction>& instructions() { return m_instructions; } function in class:JSC::CodeBlock
256 const RefCountedArray<Instruction>& instructions() const { return m_instructions; } function in class:JSC::CodeBlock
H A DUnlinkedInstructionStream.cpp78 UnlinkedInstructionStream::UnlinkedInstructionStream(const Vector<UnlinkedInstruction>& instructions) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h561 Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>& instructions() { return m_instructions; } function in class:JSC::BytecodeGenerator
H A DStaticPropertyAnalysis.h38 static PassRefPtr<StaticPropertyAnalysis> create(Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* instructions, unsigned target) argument
53 StaticPropertyAnalysis(Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* instructions, unsigned target) argument
H A DStaticPropertyAnalyzer.h57 inline StaticPropertyAnalyzer::StaticPropertyAnalyzer(Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* instructions) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-ext.h48 struct ExtInstruction *instructions[NUM_EXT_INST]; member in struct:arcExtMap
H A Dm88k-dis.c38 const INSTAB instructions[] = variable
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp1194 uint32_t* instructions = (uint32_t*)stubMappedAddress; local
H A DMachORebaser.hpp387 uint32_t* instructions = (uint32_t*)stub; local
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp1598 uint32_t* instructions = (uint32_t*)stub; local
/macosx-10.10.1/libunwind-35.3/src/
H A DDwarfParser.hpp514 bool CFI_Parser<A>::parseInstructions(A& addressSpace, pint_t instructions, pint_t instructionsEnd, const CIE_Info& cieInfo, argument
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Delement.rb655 def instructions method in class:REXML.Element
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c13020 XOTclCompEnv *instructions = XOTclGetCompEnv(); local
H A DxotclCompile.c17 static XOTclCompEnv instructions[] = { variable
[all...]

Completed in 540 milliseconds