HomeSort by relevance Sort by last modified time
    Searched defs:AddInstruction (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
lithium.cc 345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
hydrogen.cc 135 void HBasicBlock::AddInstruction(HInstruction* instr) {
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) {
993 current_block()->AddInstruction(instr);
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
989 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
990 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
989 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
984 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/
hydrogen.cc 106 void HBasicBlock::AddInstruction(HInstruction* instr) {
160 AddInstruction(end);
170 AddInstruction(new(zone()) HLeaveInlined);
184 AddInstruction(new(zone()) HLeaveInlined);
    [all...]

Completed in 120 milliseconds