HomeSort by relevance Sort by last modified time
    Searched full:linstruction (Results 1 - 22 of 22) sorted by null

  /external/v8/src/arm/
lithium-arm.cc 63 void LInstruction::VerifyCall() {
92 void LInstruction::PrintTo(StringStream* stream) {
448 LInstruction* first_instr = instructions()->at(first);
449 LInstruction* last_instr = instructions()->at(last);
458 LInstruction* cur = instructions()->at(i);
478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
689 LInstruction* LChunkBuilder::DefineAsRegister(
697 LInstruction* LChunkBuilder::DefineAsSpilled(
705 LInstruction* LChunkBuilder::DefineSameAsFirst
    [all...]
lithium-codegen-arm.h 164 LInstruction* GetNextInstruction();
196 LInstruction* instr);
200 LInstruction* instr,
205 LInstruction* instr);
209 LInstruction* instr) {
216 LInstruction* instr);
222 LInstruction* instr,
227 void RecordSafepointWithLazyDeopt(LInstruction* instr,
336 const ZoneList<LInstruction*>* instructions_;
415 virtual LInstruction* instr() = 0
    [all...]
lithium-arm.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
189 static L##type* cast(LInstruction* instr) { \
201 class LInstruction: public ZoneObject {
203 LInstruction()
208 virtual ~LInstruction() { }
295 class LTemplateInstruction: public LInstruction {
332 static LGap* cast(LInstruction* instr) {
1108 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
    [all...]
lithium-codegen-arm.cc 225 LInstruction* instr = instructions_->at(current_instruction_);
564 LInstruction* instr) {
571 LInstruction* instr,
590 LInstruction* instr) {
603 LInstruction* instr) {
740 LInstruction* instr, SafepointMode safepoint_mode) {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 63 void LInstruction::VerifyCall() {
92 void LInstruction::PrintTo(StringStream* stream) {
448 LInstruction* first_instr = instructions()->at(first);
449 LInstruction* last_instr = instructions()->at(last);
458 LInstruction* cur = instructions()->at(i);
478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
689 LInstruction* LChunkBuilder::DefineAsRegister(
697 LInstruction* LChunkBuilder::DefineAsSpilled(
705 LInstruction* LChunkBuilder::DefineSameAsFirst
    [all...]
lithium-codegen-mips.h 161 LInstruction* GetNextInstruction();
193 LInstruction* instr);
197 LInstruction* instr,
202 LInstruction* instr);
206 LInstruction* instr) {
213 LInstruction* instr);
219 LInstruction* instr,
224 void RecordSafepointWithLazyDeopt(LInstruction* instr,
351 const ZoneList<LInstruction*>* instructions_;
430 virtual LInstruction* instr() = 0
    [all...]
lithium-mips.h 185 virtual Opcode opcode() const { return LInstruction::k##type; } \
188 static L##type* cast(LInstruction* instr) { \
200 class LInstruction: public ZoneObject {
202 LInstruction()
207 virtual ~LInstruction() { }
294 class LTemplateInstruction: public LInstruction {
331 static LGap* cast(LInstruction* instr) {
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }
    [all...]
lithium-codegen-mips.cc 224 LInstruction* instr = instructions_->at(current_instruction_);
532 LInstruction* instr) {
539 LInstruction* instr,
551 LInstruction* instr) {
564 LInstruction* instr) {
703 LInstruction* instr, SafepointMode safepoint_mode) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 73 void LInstruction::VerifyCall() {
94 void LInstruction::PrintTo(StringStream* stream) {
113 void LInstruction::PrintDataTo(StringStream* stream) {
122 void LInstruction::PrintOutputOperandTo(StringStream* stream) {
392 LInstruction* first_instr = instructions()->at(first);
393 LInstruction* last_instr = instructions()->at(last);
402 LInstruction* cur = instructions()->at(i);
473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
675 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
684 LInstruction* LChunkBuilder::DefineAsRegister
    [all...]
lithium-codegen-ia32.h 186 LInstruction* instr);
190 LInstruction* instr,
195 LInstruction* instr);
199 LInstruction* instr) {
206 LInstruction* instr,
213 LInstruction* instr,
216 void RecordSafepointWithLazyDeopt(LInstruction* instr,
325 const ZoneList<LInstruction*>* instructions_;
382 virtual LInstruction* instr() = 0;
lithium-ia32.h 181 virtual Opcode opcode() const { return LInstruction::k##type; } \
184 static L##type* cast(LInstruction* instr) { \
196 class LInstruction: public ZoneObject {
198 LInstruction()
203 virtual ~LInstruction() { }
291 class LTemplateInstruction: public LInstruction {
324 static LGap* cast(LInstruction* instr) {
1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
    [all...]
lithium-codegen-ia32.cc 243 LInstruction* instr = instructions_->at(current_instruction_);
453 LInstruction* instr,
472 LInstruction* instr) {
479 LInstruction* instr) {
493 LInstruction* instr,
663 LInstruction* instr, SafepointMode safepoint_mode) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 73 void LInstruction::VerifyCall() {
94 void LInstruction::PrintTo(StringStream* stream) {
390 LInstruction* first_instr = instructions()->at(first);
391 LInstruction* last_instr = instructions()->at(last);
400 LInstruction* cur = instructions()->at(i);
471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
673 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
682 LInstruction* LChunkBuilder::DefineAsRegister(
690 LInstruction* LChunkBuilder::DefineAsSpilled(
699 LInstruction* LChunkBuilder::DefineSameAsFirst
    [all...]
lithium-codegen-x64.h 175 LInstruction* instr,
182 LInstruction* instr);
186 LInstruction* instr);
190 LInstruction* instr) {
197 LInstruction* instr);
203 LInstruction* instr,
207 void RecordSafepointWithLazyDeopt(LInstruction* instr,
321 const ZoneList<LInstruction*>* instructions_;
379 virtual LInstruction* instr() = 0;
lithium-x64.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
189 static L##type* cast(LInstruction* instr) { \
201 class LInstruction: public ZoneObject {
203 LInstruction()
209 virtual ~LInstruction() { }
296 class LTemplateInstruction: public LInstruction {
333 static LGap* cast(LInstruction* instr) {
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }
    [all...]
lithium-codegen-x64.cc 235 LInstruction* instr = instructions_->at(current_instruction_);
453 LInstruction* instr,
474 LInstruction* instr) {
481 LInstruction* instr) {
494 LInstruction* instr) {
622 LInstruction* instr, SafepointMode safepoint_mode, int argc) {
    [all...]
  /external/v8/src/
lithium-allocator-inl.h 51 LInstruction* LAllocator::InstructionAt(int index) {
61 TempIterator::TempIterator(LInstruction* instr)
89 InputIterator::InputIterator(LInstruction* instr)
119 UseIterator::UseIterator(LInstruction* instr)
lithium-allocator.h 157 class LInstruction;
163 inline explicit TempIterator(LInstruction* instr);
170 LInstruction* instr_;
179 inline explicit InputIterator(LInstruction* instr);
186 LInstruction* instr_;
194 inline explicit UseIterator(LInstruction* instr);
501 void MeetConstraintsBetween(LInstruction* first,
502 LInstruction* second,
594 inline LInstruction* InstructionAt(int index);
lithium-allocator.cc 631 LInstruction* instr = InstructionAt(pos);
773 LInstruction* instr = NULL;
774 LInstruction* prev_instr = NULL;
784 void LAllocator::MeetConstraintsBetween(LInstruction* first,
785 LInstruction* second,
873 LInstruction* instr = InstructionAt(index);
938 LInstruction* instr = InstructionAt(index);
    [all...]
hydrogen-instructions.h 51 class LInstruction;
215 virtual LInstruction* CompileToLithium(LChunkBuilder* builder); \
833 virtual LInstruction* CompileToLithium(LChunkBuilder* builder) = 0;
    [all...]
hydrogen-instructions.cc 49 LInstruction* H##type::CompileToLithium(LChunkBuilder* builder) { \
    [all...]
hydrogen.cc     [all...]

Completed in 223 milliseconds