Searched defs:AddInstruction (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium.cc345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
H A Dhydrogen.cc135 void HBasicBlock::AddInstruction(HInstruction* instr) { function in class:v8::internal::HBasicBlock
197 AddInstruction(end);
212 AddInstruction(new(zone()) HLeaveInlined());
229 AddInstruction(new(zone()) HLeaveInlined());
945 builder_->AddInstruction(increment_);
964 builder_->AddInstruction(increment_);
991 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { function in class:v8::internal::HGraphBuilder
993 current_block()->AddInstruction(instr);
1135 HValue* new_length = AddInstruction(
1848 return builder()->AddInstruction(
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
989 chunk_->AddInstruction(instr, current_block_);
/external/v8/src/ia32/
H A Dlithium-ia32.cc473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
990 chunk_->AddInstruction(instr, current_block_);
/external/v8/src/mips/
H A Dlithium-mips.cc478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
989 chunk_->AddInstruction(instr, current_block_);
/external/v8/src/x64/
H A Dlithium-x64.cc471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
984 chunk_->AddInstruction(instr, current_block_);
/external/v8/src/
H A Dhydrogen.cc106 void HBasicBlock::AddInstruction(HInstruction* instr) { function in class:v8::internal::HBasicBlock
160 AddInstruction(end);
170 AddInstruction(new(zone()) HLeaveInlined);
184 AddInstruction(new(zone()) HLeaveInlined);
2270 owner()->AddInstruction(instr);
2292 owner()->AddInstruction(instr);
2321 builder->AddInstruction(instr);
2425 Push(AddInstruction(new(zone()) HPushArgument(value)));
2493 AddInstruction(
2594 HInstruction* HGraphBuilder::AddInstruction(HInstructio function in class:v8::internal::HGraphBuilder
[all...]

Completed in 126 milliseconds