Searched refs:Label (Results 1 - 25 of 396) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DHandler.java42 Label start;
47 Label end;
52 Label handler;
H A DEdge.java33 * An edge in the control flow graph of a method body. See {@link Label Label}.
50 Label successor;
54 * See {@link Label#successors successors}.
H A DMethodVisitor.java203 void visitJumpInsn(int opcode, Label label);
209 * @param label a {@link Label Label} object.
211 void visitLabel(Label label);
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]);
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]);
280 void visitTryCatchBlock(Label start, Label en
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/tile/
H A Dlabel.rb12 class Label < Tk::Label class in class:Tk.Tile
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITDisassembler.h50 void setStartOfCode(MacroAssembler::Label label) { m_startOfCode = label; }
51 void setForBytecodeMainPath(unsigned bytecodeIndex, MacroAssembler::Label label)
55 void setForBytecodeSlowPath(unsigned bytecodeIndex, MacroAssembler::Label label)
59 void setEndOfSlowPath(MacroAssembler::Label label) { m_endOfSlowPath = label; }
60 void setEndOfCode(MacroAssembler::Label label) { m_endOfCode = label; }
68 MacroAssembler::Label firstSlowLabel();
74 Vector<DumpedOp> dumpVectorForInstructions(LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
76 void dumpForInstructions(PrintStream&, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabe
[all...]
H A DJITInlineCacheGenerator.h63 void reportSlowPathCall(MacroAssembler::Label slowPathBegin, MacroAssembler::Call call)
69 MacroAssembler::Label slowPathBegin() const { return m_slowPathBegin; }
88 MacroAssembler::Label m_done;
89 MacroAssembler::Label m_slowPathBegin;
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompilationInfo.h39 MacroAssembler::Label m_replacementSource;
40 MacroAssembler::Label m_replacementDestination;
H A DDFGDisassembler.h52 void setStartOfCode(MacroAssembler::Label label) { m_startOfCode = label; }
53 void setForBlockIndex(BlockIndex blockIndex, MacroAssembler::Label label)
57 void setForNode(Node* node, MacroAssembler::Label label)
62 void setEndOfMainPath(MacroAssembler::Label label)
66 void setEndOfCode(MacroAssembler::Label label)
91 void dumpDisassembly(PrintStream&, const char* prefix, LinkBuffer&, MacroAssembler::Label& previousLabel, MacroAssembler::Label currentLabel, Node* context);
95 MacroAssembler::Label m_startOfCode;
96 Vector<MacroAssembler::Label> m_labelForBlockIndex;
97 HashMap<Node*, MacroAssembler::Label> m_labelForNod
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dlabel.rb6 class Tk::Label<TkWindow
8 WidgetClassName = 'Label'.freeze
20 #TkLabel = Tk::Label unless Object.const_defined? :TkLabel
21 #Tk.__set_toplevel_aliases__(:Tk, Tk::Label, :TkLabel)
22 Tk.__set_loaded_toplevel_aliases__('tk/label.rb', :Tk, Tk::Label, :TkLabel)
H A Dbutton.rb7 class Tk::Button<Tk::Label
H A Dmessage.rb7 class Tk::Message<Tk::Label
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dlabel.rb12 class Label < Tk::Label class in class:Tk.BWidget
17 class Tk::BWidget::Label
18 TkCommandNames = ['Label'.freeze].freeze
19 WidgetClassName = 'Label'.freeze
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtlabel.rb10 class TLabel < Tk::Label
12 Label = TLabel
16 class Tk::Tile::TLabel < Tk::Label
32 #Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Label, :TkLabel)
34 :Ttk, Tk::Tile::Label, :TkLabel)
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOSRExitCompilationInfo.h42 MacroAssembler::Label m_thunkLabel;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtile.rb21 autoload :Label, 'tkextlib/blt/tile/label.rb'
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCStreamer.cpp65 const MCSymbol *Label, int PointerSize) {
70 EmitSymbolValue(Label, PointerSize);
240 MCSymbol *Label = getContext().CreateTempSymbol(); local
241 EmitLabel(Label);
244 MCCFIInstruction Instruction(Label, Dest, Source);
251 MCSymbol *Label = getContext().CreateTempSymbol(); local
252 EmitLabel(Label);
255 MCCFIInstruction Instruction(Label, Dest, Source);
262 MCSymbol *Label = getContext().CreateTempSymbol(); local
263 EmitLabel(Label);
64 EmitDwarfSetLineAddr(int64_t LineDelta, const MCSymbol *Label, int PointerSize) argument
273 MCSymbol *Label = getContext().CreateTempSymbol(); local
284 MCSymbol *Label = getContext().CreateTempSymbol(); local
295 MCSymbol *Label = getContext().CreateTempSymbol(); local
321 MCSymbol *Label = getContext().CreateTempSymbol(); local
331 MCSymbol *Label = getContext().CreateTempSymbol(); local
340 MCSymbol *Label = getContext().CreateTempSymbol(); local
349 MCSymbol *Label = getContext().CreateTempSymbol(); local
358 MCSymbol *Label = getContext().CreateTempSymbol(); local
447 MCSymbol *Label = getContext().CreateTempSymbol(); local
470 MCSymbol *Label = getContext().CreateTempSymbol(); local
481 MCSymbol *Label = getContext().CreateTempSymbol(); local
494 MCSymbol *Label = getContext().CreateTempSymbol(); local
507 MCSymbol *Label = getContext().CreateTempSymbol(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCWin64EH.h32 MCSymbol *Label; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
42 Label(L), Offset(Size) { }
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
56 MCSymbol *getLabel() const { return Label; }
H A DMCLabel.h27 // Instance - the instance number of this Directional Local Label
38 /// getInstance - Get the current instance of this Directional Local Label.
42 /// Label.
52 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument
53 Label.print(OS);
H A DMachineLocation.h77 /// Label - Symbol for post-instruction address when result of move takes
79 MCSymbol *Label; member in class:llvm::MachineMove
84 MachineMove() : Label(0) {}
88 : Label(label), Destination(D), Source(S) {}
91 MCSymbol *getLabel() const { return Label; }
H A DMCDwarf.h155 MCSymbol *Label; member in class:llvm::MCLineEntry
164 Label(label) {}
166 MCSymbol *getLabel() const { return Label; }
249 MCSymbol *Label; member in class:llvm::MCGenDwarfLabelEntry
254 Name(name), FileNumber(fileNumber), LineNumber(lineNumber), Label(label){}
259 MCSymbol *getLabel() const { return Label; }
273 MCSymbol *Label; member in class:llvm::MCCFIInstruction
280 : Operation(Op), Label(L) {
284 : Operation(Op), Label(L), Destination(Register) {
289 : Operation(Move), Label(
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DLabelScope.h33 #include "Label.h"
43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget)
54 Label* breakTarget() const { return m_breakTarget.get(); }
55 Label* continueTarget() const { return m_continueTarget.get(); }
75 RefPtr<Label> m_breakTarget;
76 RefPtr<Label> m_continueTarget;
H A DLabel.h42 class Label { class in namespace:JSC
44 explicit Label(BytecodeGenerator* generator) function in class:JSC::Label
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.h81 struct Label { struct in class:Security::CodeSigning::Requirement::Maker
83 Label(const Maker &maker) : pos((const Offset)maker.length()) { } function in struct:Security::CodeSigning::Requirement::Maker::Label
85 void *insert(const Label &label, size_t length = sizeof(uint32_t));
88 Endian<T> &insert(const Label &label, size_t length = sizeof(T))
95 class Chain : public Label {
98 : Label(myMaker), maker(myMaker), mJoiner(op), mCount(0) { }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.h81 struct Label { struct in class:Security::CodeSigning::Requirement::Maker
83 Label(const Maker &maker) : pos((const Offset)maker.length()) { } function in struct:Security::CodeSigning::Requirement::Maker::Label
85 void *insert(const Label &label, size_t length = sizeof(uint32_t));
88 Endian<T> &insert(const Label &label, size_t length = sizeof(T))
95 class Chain : public Label {
98 : Label(myMaker), maker(myMaker), mJoiner(op), mCount(0) { }
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddnd.tcl20 set labf1 [LabelFrame $subf.f1 -text "Label (text)" -width 14]
22 set lab [Label $f.l -text "Drag this text" -dragenabled 1 -dragevent 3]
25 set labf2 [LabelFrame $subf.f2 -text "Label (bitmap)" -width 14]
27 set lab [Label $f.l -bitmap info -dragenabled 1 -dragevent 3]
36 set labf1 [LabelFrame $subf.f1 -text "Label" -width 14]
38 set lab [Label $f.l -dropenabled 1 -highlightthickness 1]

Completed in 706 milliseconds

1234567891011>>