HomeSort by relevance Sort by last modified time
    Searched refs:instructions_ (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 21 instructions_(NULL),
25 instructions_ = new views::Label(
27 AddChildView(instructions_);
107 instructions_->SetColor(text_color);
bookmark_bar_instructions_view.h 55 views::Label* instructions_; member in class:BookmarkBarInstructionsView
bookmark_bar_view.h 509 views::View* instructions_; member in class:BookmarkBarView
bookmark_bar_view.cc 351 instructions_(NULL),
883 instructions_ = new BookmarkBarInstructionsView(this);
884 AddChildView(instructions_);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 132 instructions_(NULL),
220 instructions_ = gtk_alignment_new(0, 0, 1, 1);
221 gtk_alignment_set_padding(GTK_ALIGNMENT(instructions_), 0, 0,
224 gtk_container_add(GTK_CONTAINER(instructions_), instructions_gtk_->widget());
225 gtk_box_pack_start(GTK_BOX(bookmark_hbox_), instructions_, local
228 gtk_drag_dest_set(instructions_,
231 ui::SetDestTargetList(instructions_, kDestTargetList);
232 g_signal_connect(instructions_, "drag-data-received",
346 gtk_widget_show(instructions_);
348 gtk_widget_hide(instructions_);
    [all...]
bookmark_bar_gtk.h 335 GtkWidget* instructions_; member in class:BookmarkBarGtk
  /external/v8/src/x64/
disasm-x64.cc 189 return instructions_[x];
193 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable
211 instructions_[i].mnem = "(bad)";
212 instructions_[i].type = NO_INSTR;
213 instructions_[i].op_order_ = UNSET_OP_ORDER;
214 instructions_[i].byte_size_operation = false;
233 InstructionDesc* id = &instructions_[bm[i].b];
251 InstructionDesc* id = &instructions_[b];
262 InstructionDesc* id = &instructions_[b];
    [all...]
lithium-codegen-x64.h 54 instructions_(chunk->instructions()),
291 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
lithium-x64.cc 448 instructions_.Add(gap);
449 index = instructions_.length();
450 instructions_.Add(instr);
452 index = instructions_.length();
453 instructions_.Add(instr);
454 instructions_.Add(gap);
487 return LGap::cast(instructions_[index]);
492 return instructions_[index]->IsGap();
    [all...]
lithium-x64.h 1999 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk
    [all...]
lithium-codegen-x64.cc 226 !is_aborted() && current_instruction_ < instructions_->length();
228 LInstruction* instr = instructions_->at(current_instruction_);
244 if (current_instruction_ < instructions_->length() - 1) {
245 return instructions_->at(current_instruction_ + 1);
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 52 instructions_(chunk->instructions()),
298 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
lithium-arm.cc 391 instructions_(32),
455 instructions_.Add(gap);
456 index = instructions_.length();
457 instructions_.Add(instr);
459 index = instructions_.length();
460 instructions_.Add(instr);
461 instructions_.Add(gap);
494 return LGap::cast(instructions_[index]);
499 return instructions_[index]->IsGap();
    [all...]
lithium-arm.h 2016 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk
    [all...]
macro-assembler-arm.h 1028 int instructions_; \/\/ Number of instructions of the expected patch size. member in class:v8::internal::CodePatcher
    [all...]
lithium-codegen-arm.cc 217 !is_aborted() && current_instruction_ < instructions_->length();
219 LInstruction* instr = instructions_->at(current_instruction_);
235 if (current_instruction_ < instructions_->length() - 1) {
236 return instructions_->at(current_instruction_ + 1);
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 166 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
169 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable
189 instructions_[i].mnem = "";
190 instructions_[i].type = NO_INSTR;
191 instructions_[i].op_order_ = UNSET_OP_ORDER;
213 InstructionDesc* id = &instructions_[bm[i].b];
227 InstructionDesc* id = &instructions_[b];
237 InstructionDesc* id = &instructions_[b];
    [all...]
lithium-codegen-ia32.h 55 instructions_(chunk->instructions()),
294 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
lithium-ia32.cc 447 instructions_.Add(gap);
448 index = instructions_.length();
449 instructions_.Add(instr);
451 index = instructions_.length();
452 instructions_.Add(instr);
453 instructions_.Add(gap);
486 return LGap::cast(instructions_[index]);
491 return instructions_[index]->IsGap();
    [all...]
lithium-ia32.h 2073 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk
    [all...]
lithium-codegen-ia32.cc 213 !is_aborted() && current_instruction_ < instructions_->length();
215 LInstruction* instr = instructions_->at(current_instruction_);
231 if (current_instruction_ < instructions_->length() - 1) {
232 return instructions_->at(current_instruction_ + 1);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 1008 int instructions_; \/\/ Number of instructions of the expected patch size. member in class:v8::internal::CodePatcher
    [all...]
macro-assembler-mips.cc     [all...]

Completed in 237 milliseconds