HomeSort by relevance Sort by last modified time
    Searched refs:Label (Results 301 - 325 of 1013) sorted by null

<<11121314151617181920>>

  /external/v8/src/ic/mips/
ic-mips.cc 24 Label* global_object) {
35 // label is done.
36 // name: Property name. It is not clobbered if a jump to the miss label is
39 // label is not done. Can be the same as elements or name clobbering
40 // one of these in the case of not jumping to the miss label.
47 static void GenerateDictionaryLoad(MacroAssembler* masm, Label* miss,
55 Label done;
82 // label is done.
83 // name: Property name. It is not clobbered if a jump to the miss label is
92 static void GenerateDictionaryStore(MacroAssembler* masm, Label* miss
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 24 Label* global_object) {
35 // label is done.
36 // name: Property name. It is not clobbered if a jump to the miss label is
39 // label is not done. Can be the same as elements or name clobbering
40 // one of these in the case of not jumping to the miss label.
47 static void GenerateDictionaryLoad(MacroAssembler* masm, Label* miss,
55 Label done;
82 // label is done.
83 // name: Property name. It is not clobbered if a jump to the miss label is
92 static void GenerateDictionaryStore(MacroAssembler* masm, Label* miss
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 72 Label generic_array_code;
100 Label generic_array_code, one_or_more_arguments, two_or_more_arguments;
146 Label done_loop, loop;
158 Label convert_smi, convert_number, done_convert;
176 Label done_restore;
231 Label no_arguments;
267 Label no_arguments, done;
281 Label done_convert;
296 Label new_object;
331 Label no_arguments
    [all...]
  /external/v8/src/ppc/
builtins-ppc.cc 71 Label generic_array_code, one_or_more_arguments, two_or_more_arguments;
99 Label generic_array_code, one_or_more_arguments, two_or_more_arguments;
148 Label done_loop, loop;
162 Label convert, convert_smi, convert_number, done_convert;
180 Label done_restore;
206 Label compare_nan, compare_swap;
248 Label no_arguments;
285 Label no_arguments, done;
301 Label done_convert;
317 Label new_object
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 44 void EmitJumpIfNotSmi(Register reg, Label* target) {
54 void EmitJumpIfSmi(Register reg, Label* target) {
81 Label patch_site_;
136 Label ok;
149 Label loop_header;
224 Label done;
315 Label ok;
371 Label start;
390 Label* back_edge_target) {
394 Label ok
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 43 void EmitJumpIfNotSmi(Register reg, Label* target) {
53 void EmitJumpIfSmi(Register reg, Label* target) {
79 Label patch_site_;
142 Label ok;
156 Label loop_header;
230 Label done;
321 Label ok;
372 Label* back_edge_target) {
374 Label ok;
415 Label ok
    [all...]
  /art/compiler/optimizing/
code_generator_x86.h 267 Label* fixup_label = nullptr);
407 Label* NewPcRelativeDexCacheArrayPatch(const DexFile& dex_file, uint32_t element_offset);
423 Label* GetLabelOf(HBasicBlock* block) const {
424 return CommonGetLabelOf<Label>(block_labels_, block);
428 block_labels_ = CommonInitializeLabels<Label>();
437 Label* GetFrameEntryLabel() { return &frame_entry_label_; }
570 : target_dex_file(dex_file), element_offset(element_off), label() { }
574 // NOTE: Label is bound to the end of the instruction that has an embedded 32-bit offset.
575 Label label; member in struct:art::x86::CodeGeneratorX86::PcRelativeDexCacheAccessInfo
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 24 import org.objectweb.asm.Label;
678 public void visitJumpInsn(int opcode, Label label) {
683 public void visitLabel(Label label) {
684 // pass -- a label target
696 public void visitLineNumber(int line, Label start) {
702 String signature, Label start, Label end, int index) {
711 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
    [all...]
DependencyFinder.java 27 import org.objectweb.asm.Label;
556 public void visitJumpInsn(int opcode, Label label) {
561 public void visitLabel(Label label) {
562 // pass -- a label target
574 public void visitLineNumber(int line, Label start) {
580 String signature, Label start, Label end, int index) {
589 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 54 void EmitJumpIfNotSmi(Register reg, Label* target) {
65 void EmitJumpIfSmi(Register reg, Label* target) {
90 Label patch_site_;
145 Label ok;
157 Label loop_header;
234 Label done;
326 Label ok;
379 Label* back_edge_target) {
387 Label ok;
422 Label ok
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 54 void EmitJumpIfNotSmi(Register reg, Label* target) {
65 void EmitJumpIfSmi(Register reg, Label* target) {
90 Label patch_site_;
144 Label ok;
156 Label loop_header;
233 Label done;
323 Label ok;
378 Label* back_edge_target) {
386 Label ok;
421 Label ok
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 22 import org.objectweb.asm.Label;
32 private Label label; field in class:LabelFlowAnalyzerTest
37 label = new Label();
49 assertFalse(LabelInfo.isMultiTarget(label));
50 assertFalse(LabelInfo.isSuccessor(label));
55 analyzer.visitJumpInsn(GOTO, label);
56 assertFalse(LabelInfo.isMultiTarget(label));
57 assertFalse(LabelInfo.isSuccessor(label));
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ScrollPaneScrollBarsTest.java 24 import com.badlogic.gdx.scenes.scene2d.ui.Label;
187 new Label("HORIZONTAL-ONLY-TOP verify HORIZONTAL scroll bar is on the TOP and properly aligned", skin)).row();
191 new Label("HORIZONTAL-ONLY-BOTTOM verify HORIZONTAL scroll bar is on the BOTTOM and properly aligned", skin)).row();
196 new Label(i + " BOTTOM-LEFT verify scroll bars are on the BOTTOM and the LEFT, and are properly aligned", skin))
201 new Label(i + " BOTTOM-RIGHT verify scroll bars are on the BOTTOM and the RIGHT, and are properly aligned", skin))
206 new Label(i + " TOP-LEFT verify scroll bars are on the TOP and the LEFT, and are properly aligned", skin)).row();
210 new Label(i + " TOP-RIGHT verify scroll bars are on the TOP and the RIGHT, and are properly aligned", skin)).row();
213 vertOnlyLeftTable.add(new Label("VERT-ONLY-LEFT", skin)).row();
216 vertOnlyRightTable.add(new Label("VERT-ONLY-RIGHT", skin)).row();
  /external/v8/src/x64/
code-stubs-x64.h 12 void ArrayNativeCode(MacroAssembler* masm, Label* call_generic_code);
40 Register scratch, Label* chars_not_equal,
41 Label::Distance near_jump = Label::kFar);
60 Label* miss,
61 Label* done,
67 Label* miss,
68 Label* done,
358 Label slow_;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 96 List<Label> sampleInputLabels = d.dfa.probe.getSampleNonDeterministicInputSequence(d);
236 Label EOTLabel = new Label(Label.EOT);
268 // for each label that could possibly emanate from NFAStates of d
274 Label label = (Label)labels.get(i); local
275 DFAState t = reach(d, label);
277 System.out.println("DFA state after reach "+label+" "+d+"-"
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java 18 import com.google.gwt.user.client.ui.Label;
55 alertInnerPanel.add(new Label(alertMessage));
136 Label sectionLabel = new Label(section);
149 configValueTable.setWidget(row, 0, new Label(configKey));
  /external/guice/core/src/com/google/inject/internal/util/
LineNumbers.java 28 import org.objectweb.asm.Label;
154 public void visitLineNumber(int line, Label start) {
201 public void visitLineNumber(int line, Label start) {
217 Label start, Label end, int index) {
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 14 import java.awt.Label;
54 public Label statusLabel;
91 statusLabel = new Label("");
92 statusLabel.setAlignment(Label.LEFT);
99 add(BorderLayout.NORTH, new Label(
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 148 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label,
153 OutStreamer->EmitCOFFSecRel32(Label);
159 OutStreamer->EmitSymbolValue(Label, 4);
164 // Otherwise, emit it as a label difference from the start of the section.
165 EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 156 public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); }
157 public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); }
158 public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); }
160 public void if_jump(int mode, Label label)
627 Label label = labels[i]; local
672 Label label = make_label(); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 21 import org.mockito.asm.Label;
140 public void processCase(int key, Label end) throws Exception {
158 public void processCase(int key, Label end) throws Exception {
178 public void processCase(Object key, Label end) {
197 public void processCase(Object key, Label end) {
  /external/v8/test/cctest/compiler/
test-code-assembler.cc 217 CodeStubAssembler::Label l1(&m), l2(&m), merge(&m);
236 CodeStubAssembler::Label l1(&m), l2(&m), merge(&m);
258 CodeStubAssembler::Label l1(&m), l2(&m), merge(&m);
282 CodeStubAssembler::Label l1(&m), l2(&m), merge(&m, &var1), end(&m);
308 CodeStubAssembler::Label l1(&m), l2(&m), default_label(&m);
309 CodeStubAssembler::Label* labels[] = {&l1, &l2};
329 CodeStubAssembler::Label l1(&m), merge(&m);
341 CodeStubAssembler::Label l1(&m), l2(&m), l3(&m), default_label(&m);
342 CodeStubAssembler::Label* labels[] = {&l1, &l2};
384 typedef CodeStubAssembler::Label Label
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 41 import org.eclipse.swt.widgets.Label;
80 Label fromLabel = new Label(composite, SWT.NONE);
85 Label typeLabel = new Label(composite, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 32 import org.eclipse.swt.widgets.Label;
59 * methods for creating typically UI (label and text, form text.)
111 * Creates a label widget.
116 * @param label The string for the label.
117 * @param tooltip An optional tooltip for the label and text. Can be null.
118 * @return The new created label
120 public Label createLabel(Composite parent, FormToolkit toolkit, String label,
122 return SectionHelper.createLabel(parent, toolkit, label, tooltip)
245 Label label = toolkit.createLabel(parent, label_text); local
266 Label label = toolkit.createLabel(parent, label_text); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 42 import org.eclipse.swt.widgets.Label;
104 Label dummy1 = new Label(panel, SWT.NONE);
112 Label dummy2 = new Label(panel, SWT.NONE);

Completed in 964 milliseconds

<<11121314151617181920>>