/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 87 return code->AddInstruction(instr, block); in NewInstr() 198 R.code->AddInstruction(i0, b0); in TEST() 199 R.code->AddInstruction(g, b0); in TEST() 225 R.code->AddInstruction(i0, b0); in TEST() 226 R.code->AddInstruction(g, b0); in TEST() 232 R.code->AddInstruction(i1, b1); in TEST() 233 R.code->AddInstruction(g1, b1); in TEST() 266 R.code->AddInstruction(i0, b0); in TEST() 267 R.code->AddInstruction(g, b0); in TEST()
|
/external/v8/src/ |
D | hydrogen.h | 91 void AddInstruction(HInstruction* instr, HSourcePosition position); 121 AddInstruction(instr, position); 1076 HInstruction* AddInstruction(HInstruction* instr); 1113 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() 1128 HInstruction* result = AddInstruction(NewUncasted<I>(p1)); in AddUncasted() 1158 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2)); in AddUncasted() 1186 return AddInstruction(NewUncasted<I>(p1, p2, p3)); in AddUncasted() 1206 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4)); in AddUncasted() 1226 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5)); in AddUncasted() 1246 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6)); in AddUncasted() [all …]
|
D | hydrogen.cc | 132 void HBasicBlock::AddInstruction(HInstruction* instr, in AddInstruction() function in v8::internal::HBasicBlock 204 AddInstruction(end, position); in Finish() 222 AddInstruction(new(zone()) in Goto() 244 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count), in AddLeaveInlined() 1108 builder_->AddInstruction(increment_); in BeginBody() 1153 builder_->AddInstruction(increment_); in EndBody() 1185 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HGraphBuilder 1190 current_block()->AddInstruction(instr, source_position()); in AddInstruction() 2570 AddInstruction(mul); in BuildCalculateElementsSize() 4041 owner()->AddInstruction(instr); in ReturnInstruction() [all …]
|
D | lithium.cc | 335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk
|
D | lithium.h | 623 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
|
/external/v8/src/compiler/ |
D | instruction.cc | 329 AddInstruction(block_start, block); in StartBlock() 340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
|
D | instruction.h | 872 int AddInstruction(Instruction* instr, BasicBlock* block);
|
D | instruction-selector.cc | 62 sequence()->AddInstruction(instructions_[start], block); in SelectInstructions()
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 874 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 887 chunk_->AddInstruction(clobber, current_block_); in VisitInstruction() 899 AddInstruction(instr, current); in VisitInstruction() 906 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 956 chunk_->AddInstruction(clobber, current_block_); in AddInstruction() 958 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 971 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1080 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-x87.h | 2885 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 673 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 690 AddInstruction(instr, current); in VisitInstruction() 697 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 739 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 752 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 2030 AddInstruction(new(zone()) LPreparePushArguments(argc), instr); in DoPushArguments() 2036 AddInstruction(push_args, instr); in DoPushArguments()
|
D | lithium-arm64.h | 3205 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 845 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 862 AddInstruction(instr, current); in VisitInstruction() 869 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 911 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 924 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1025 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-mips.h | 2834 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 845 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 862 AddInstruction(instr, current); in VisitInstruction() 869 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 911 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 924 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1025 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-mips64.h | 2818 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 858 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 875 AddInstruction(instr, current); in VisitInstruction() 882 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 924 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 937 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1040 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-x64.h | 2867 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 835 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 852 AddInstruction(instr, current); in VisitInstruction() 859 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 901 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 914 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1020 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-arm.h | 2876 void AddInstruction(LInstruction* instr, HInstruction* current);
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 875 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction() 892 AddInstruction(instr, current); in VisitInstruction() 899 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction() function in v8::internal::LChunkBuilder 941 chunk_->AddInstruction(instr, current_block_); in AddInstruction() 954 chunk_->AddInstruction(bailout, current_block_); in AddInstruction() 1061 AddInstruction(new(zone()) LPushArgument(argument), instr); in DoPushArguments()
|
D | lithium-ia32.h | 2871 void AddInstruction(LInstruction* instr, HInstruction* current);
|