Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dfile_test.cc163 instructions_[key] = value; in ReadNext()
197 for (const auto &kv : instructions_) { in ReadNext()
251 return instructions_.count(key) > 0; in HasInstruction()
256 auto iter = instructions_.find(key); in GetInstruction()
257 if (iter == instructions_.end()) { in GetInstruction()
348 instructions_.clear(); in ClearInstructions()
366 instructions_[key] = value; in InjectInstruction()
Dfile_test.h209 std::map<std::string, std::string> instructions_; variable
/external/v8/src/crankshaft/
Dlithium.cc263 instructions_(32, info->zone()), in LChunk()
271 return LLabel::cast(instructions_[first_instruction]); in GetLabel()
330 instructions_.Add(gap, zone()); in AddInstruction()
331 index = instructions_.length(); in AddInstruction()
332 instructions_.Add(instr, zone()); in AddInstruction()
334 index = instructions_.length(); in AddInstruction()
335 instructions_.Add(instr, zone()); in AddInstruction()
336 instructions_.Add(gap, zone()); in AddInstruction()
370 return LGap::cast(instructions_[index]); in GetGapAt()
375 return instructions_[index]->IsGap(); in IsGapAt()
Dlithium-codegen.cc61 instructions_(chunk->instructions()), in LCodeGenBase()
78 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
80 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
125 for (int i = 0; i < instructions_->length(); i++) { in CheckEnvironmentUsage()
126 LInstruction* instr = instructions_->at(i); in CheckEnvironmentUsage()
Dlithium-codegen.h84 const ZoneList<LInstruction*>* instructions_; variable
Dlithium.h652 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } in instructions()
698 ZoneList<LInstruction*> instructions_; variable
/external/v8/src/compiler/
Dgraph-visualizer.h57 instructions_(instructions), in schedule_()
61 const InstructionSequence* instructions_; member
Dinstruction.cc826 instructions_(zone()), in InstructionSequence()
850 int code_start = static_cast<int>(instructions_.size()); in StartBlock()
856 int end = static_cast<int>(instructions_.size()); in EndBlock()
860 end = static_cast<int>(instructions_.size()); in EndBlock()
871 int index = static_cast<int>(instructions_.size()); in AddInstruction()
873 instructions_.push_back(instr); in AddInstruction()
Dinstruction.h1506 const_iterator begin() const { return instructions_.begin(); } in NON_EXPORTED_BASE()
1507 const_iterator end() const { return instructions_.end(); } in NON_EXPORTED_BASE()
1508 const InstructionDeque& instructions() const { return instructions_; } in NON_EXPORTED_BASE()
1515 DCHECK(index < static_cast<int>(instructions_.size())); in NON_EXPORTED_BASE()
1516 return instructions_[index]; in NON_EXPORTED_BASE()
1585 for (Instruction* instr : instructions_) { in NON_EXPORTED_BASE()
1622 InstructionDeque instructions_; in NON_EXPORTED_BASE() local
Dinstruction-selector.cc38 instructions_(zone), in InstructionSelector()
50 instructions_.reserve(node_count); in InstructionSelector()
91 UpdateRenames(instructions_[start]); in SelectInstructions()
92 AddInstruction(instructions_[start]); in SelectInstructions()
232 instructions_.push_back(instr); in Emit()
844 DCHECK_GE(kMaxInt, instructions_.size()); in VisitBlock()
845 return static_cast<int>(instructions_.size()); in VisitBlock()
871 std::reverse(instructions_.begin() + instruction_start, in VisitBlock()
872 instructions_.end()); in VisitBlock()
876 sequence()->SetSourcePosition(instructions_[instruction_start], in VisitBlock()
[all …]
Dinstruction-selector.h403 ZoneVector<Instruction*> instructions_; variable
Dgraph-visualizer.cc650 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()
/external/v8/src/x87/
Ddisasm-x87.cc145 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
152 InstructionDesc instructions_[256]; member in disasm::InstructionTable
172 instructions_[i].mnem = ""; in Clear()
173 instructions_[i].type = NO_INSTR; in Clear()
174 instructions_[i].op_order_ = UNSET_OP_ORDER; in Clear()
198 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
212 InstructionDesc* id = &instructions_[b]; in SetTableRange()
222 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
/external/v8/src/ia32/
Ddisasm-ia32.cc145 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
152 InstructionDesc instructions_[256]; member in disasm::InstructionTable
172 instructions_[i].mnem = ""; in Clear()
173 instructions_[i].type = NO_INSTR; in Clear()
174 instructions_[i].op_order_ = UNSET_OP_ORDER; in Clear()
198 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
212 InstructionDesc* id = &instructions_[b]; in SetTableRange()
222 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
/external/v8/src/x64/
Ddisasm-x64.cc170 return instructions_[x]; in Get()
174 InstructionDesc instructions_[256]; member in disasm::InstructionTable
192 instructions_[i].mnem = "(bad)"; in Clear()
193 instructions_[i].type = NO_INSTR; in Clear()
194 instructions_[i].op_order_ = UNSET_OP_ORDER; in Clear()
195 instructions_[i].byte_size_operation = false; in Clear()
215 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
233 InstructionDesc* id = &instructions_[b]; in SetTableRange()
244 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc292 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc710 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc333 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc259 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc364 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc268 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc264 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc276 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc336 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()