Home
last modified time | relevance | path

Searched refs:instructions_ (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_instructions_view.cc21 instructions_(NULL), in BookmarkBarInstructionsView()
25 instructions_ = new views::Label( in BookmarkBarInstructionsView()
27 AddChildView(instructions_); in BookmarkBarInstructionsView()
107 instructions_->SetColor(text_color); in UpdateColors()
Dbookmark_bar_instructions_view.h55 views::Label* instructions_; variable
Dbookmark_bar_view.cc351 instructions_(NULL), in BookmarkBarView()
883 instructions_ = new BookmarkBarInstructionsView(this); in Init()
884 AddChildView(instructions_); in Init()
1679 gfx::Size pref = instructions_->GetPreferredSize(); in LayoutItems()
1681 instructions_->SetBounds( in LayoutItems()
1686 instructions_->SetVisible(true); in LayoutItems()
1690 instructions_->SetVisible(false); in LayoutItems()
Dbookmark_bar_view.h509 views::View* instructions_; variable
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.cc132 instructions_(NULL), in BookmarkBarGtk()
220 instructions_ = gtk_alignment_new(0, 0, 1, 1); in Init()
221 gtk_alignment_set_padding(GTK_ALIGNMENT(instructions_), 0, 0, in Init()
224 gtk_container_add(GTK_CONTAINER(instructions_), instructions_gtk_->widget()); in Init()
225 gtk_box_pack_start(GTK_BOX(bookmark_hbox_), instructions_, in Init()
228 gtk_drag_dest_set(instructions_, in Init()
231 ui::SetDestTargetList(instructions_, kDestTargetList); in Init()
232 g_signal_connect(instructions_, "drag-data-received", in Init()
346 gtk_widget_show(instructions_); in Show()
348 gtk_widget_hide(instructions_); in Show()
[all …]
Dbookmark_bar_gtk.h335 GtkWidget* instructions_; variable
/external/v8/src/x64/
Ddisasm-x64.cc191 return instructions_[x]; in Get()
195 InstructionDesc instructions_[256]; member in disasm::InstructionTable
213 instructions_[i].mnem = "(bad)"; in Clear()
214 instructions_[i].type = NO_INSTR; in Clear()
215 instructions_[i].op_order_ = UNSET_OP_ORDER; in Clear()
216 instructions_[i].byte_size_operation = false; in Clear()
236 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
254 InstructionDesc* id = &instructions_[b]; in SetTableRange()
265 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
Dlithium-codegen-x64.h54 instructions_(chunk->instructions()), in LCodeGen()
321 const ZoneList<LInstruction*>* instructions_; variable
Dlithium-x64.cc475 instructions_.Add(gap); in AddInstruction()
476 index = instructions_.length(); in AddInstruction()
477 instructions_.Add(instr); in AddInstruction()
479 index = instructions_.length(); in AddInstruction()
480 instructions_.Add(instr); in AddInstruction()
481 instructions_.Add(gap); in AddInstruction()
514 return LGap::cast(instructions_[index]); in GetGapAt()
519 return instructions_[index]->IsGap(); in IsGapAt()
Dlithium-x64.h2154 instructions_(32), in LChunk()
2171 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } in instructions()
2181 return LLabel::cast(instructions_[first_instruction]); in GetLabel()
2208 ZoneList<LInstruction*> instructions_; variable
Dlithium-codegen-x64.cc233 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
235 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
/external/v8/src/ia32/
Ddisasm-ia32.cc181 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
188 InstructionDesc instructions_[256]; member in disasm::InstructionTable
208 instructions_[i].mnem = ""; in Clear()
209 instructions_[i].type = NO_INSTR; in Clear()
210 instructions_[i].op_order_ = UNSET_OP_ORDER; in Clear()
234 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
248 InstructionDesc* id = &instructions_[b]; in SetTableRange()
258 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
Dlithium-codegen-ia32.h55 instructions_(chunk->instructions()), in LCodeGen()
325 const ZoneList<LInstruction*>* instructions_; variable
Dlithium-ia32.cc477 instructions_.Add(gap); in AddInstruction()
478 index = instructions_.length(); in AddInstruction()
479 instructions_.Add(instr); in AddInstruction()
481 index = instructions_.length(); in AddInstruction()
482 instructions_.Add(instr); in AddInstruction()
483 instructions_.Add(gap); in AddInstruction()
516 return LGap::cast(instructions_[index]); in GetGapAt()
521 return instructions_[index]->IsGap(); in IsGapAt()
Dlithium-ia32.h2290 instructions_(32), in LChunk()
2307 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } in instructions()
2317 return LLabel::cast(instructions_[first_instruction]); in GetLabel()
2344 ZoneList<LInstruction*> instructions_; variable
Dlithium-codegen-ia32.cc241 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
243 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
/external/v8/src/arm/
Dlithium-codegen-arm.h52 instructions_(chunk->instructions()), in LCodeGen()
336 const ZoneList<LInstruction*>* instructions_; variable
Dlithium-arm.cc419 instructions_(32), in LChunk()
482 instructions_.Add(gap); in AddInstruction()
483 index = instructions_.length(); in AddInstruction()
484 instructions_.Add(instr); in AddInstruction()
486 index = instructions_.length(); in AddInstruction()
487 instructions_.Add(instr); in AddInstruction()
488 instructions_.Add(gap); in AddInstruction()
521 return LGap::cast(instructions_[index]); in GetGapAt()
526 return instructions_[index]->IsGap(); in IsGapAt()
Dlithium-arm.h2209 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } in instructions()
2219 return LLabel::cast(instructions_[first_instruction]); in GetLabel()
2246 ZoneList<LInstruction*> instructions_; variable
Dmacro-assembler-arm.h1350 int instructions_; // Number of instructions of the expected patch size. variable
Dlithium-codegen-arm.cc223 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
225 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
/external/v8/src/mips/
Dlithium-codegen-mips.h52 instructions_(chunk->instructions()), in LCodeGen()
351 const ZoneList<LInstruction*>* instructions_; variable
Dlithium-mips.cc419 instructions_(32), in LChunk()
482 instructions_.Add(gap); in AddInstruction()
483 index = instructions_.length(); in AddInstruction()
484 instructions_.Add(instr); in AddInstruction()
486 index = instructions_.length(); in AddInstruction()
487 instructions_.Add(instr); in AddInstruction()
488 instructions_.Add(gap); in AddInstruction()
521 return LGap::cast(instructions_[index]); in GetGapAt()
526 return instructions_[index]->IsGap(); in IsGapAt()
Dlithium-mips.h2189 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } in instructions()
2199 return LLabel::cast(instructions_[first_instruction]); in GetLabel()
2226 ZoneList<LInstruction*> instructions_; variable
Dmacro-assembler-mips.h1514 int instructions_; // Number of instructions of the expected patch size. variable

12