Searched defs:Instruction (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dinstruction.rb7 class Instruction < Child class in class:REXML
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DInstruction.h50 struct Instruction { struct in namespace:JSC
51 Instruction() function in struct:JSC::Instruction
56 Instruction(Opcode opcode) function in struct:JSC::Instruction
66 Instruction(int operand) function in struct:JSC::Instruction
74 Instruction(VM& vm, JSCell* owner, Structure* structure) function in struct:JSC::Instruction
79 Instruction(VM& vm, JSCell* owner, StructureChain* structureChain) function in struct:JSC::Instruction
84 Instruction(VM& vm, JSCell* owner, JSCell* jsCell) function in struct:JSC::Instruction
90 Instruction(PropertySlot::GetValueFunc getterFunc) { u.getterFunc = getterFunc; } function in struct:JSC::Instruction
92 Instruction(LLIntCallLinkInfo* callLinkInfo) { u.callLinkInfo = callLinkInfo; } function in struct:JSC::Instruction
93 Instruction(ValueProfil function in struct:JSC::Instruction
94 Instruction(ArrayProfile* profile) { u.arrayProfile = profile; } function in struct:JSC::Instruction
95 Instruction(ArrayAllocationProfile* profile) { u.arrayAllocationProfile = profile; } function in struct:JSC::Instruction
96 Instruction(ObjectAllocationProfile* profile) { u.objectAllocationProfile = profile; } function in struct:JSC::Instruction
97 Instruction(WriteBarrier<Unknown>* registerPointer) { u.registerPointer = registerPointer; } function in struct:JSC::Instruction
98 Instruction(Special::Pointer pointer) { u.specialPointer = pointer; } function in struct:JSC::Instruction
99 Instruction(StringImpl* uid) { u.uid = uid; } function in struct:JSC::Instruction
100 Instruction(bool* predicatePointer) { u.predicatePointer = predicatePointer; } function in struct:JSC::Instruction
[all...]
H A DCodeBlock.cpp253 void CodeBlock::printConditionalJump(PrintStream& out, ExecState* exec, const Instruction*, const Instruction*& it, int location, const char* op) argument
606 printLocationAndOp(PrintStream& out, ExecState*, int location, const Instruction*&, const char* op) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Darm64.rb386 class Instruction class
H A Darm.rb305 class Instruction class
H A Dmips.rb717 class Instruction class
[all...]
H A Dcloop.rb557 class Instruction class
H A Dsh4.rb851 class Instruction class
[all...]
H A Dtransform.rb454 class Instruction class
H A Dx86.rb524 class Instruction class
H A Dast.rb864 class Instruction < Node class
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, function in class:Instruction
37 Instruction::Instruction(Typ function in class:Instruction
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstruction.h30 class Instruction : public User, public ilist_node<Instruction> { class in namespace:llvm
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFStreamer.cpp378 void WinCOFFStreamer::EmitInstruction(const MCInst &Instruction) { argument
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dinstruction.rb11 class Instruction class in class:RubyVM
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.cpp
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm_ocaml.c429 Instruction enumerator in enum:ValueKind
1260 CAMLprim value llvm_delete_instruction(LLVMValueRef Instruction) { argument

Completed in 312 milliseconds