Searched refs:AddInstruction (Results 1 - 10 of 10) sorted by relevance

/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...]
H A Dhydrogen.h103 void AddInstruction(HInstruction* instr);
127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); }
822 HInstruction* AddInstruction(HInstruction* instr);
/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_);
H A Dlithium-arm.h2196 void AddInstruction(LInstruction* instruction, HBasicBlock* 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_);
H A Dlithium-mips.h2176 void AddInstruction(LInstruction* instruction, HBasicBlock* 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_);
H A Dlithium-x64.h2158 void AddInstruction(LInstruction* instruction, HBasicBlock* 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_);
H A Dlithium-ia32.h2294 void AddInstruction(LInstruction* instruction, HBasicBlock* block);

Completed in 174 milliseconds