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

  /external/v8/src/arm/
lithium-arm.cc 451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
993 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
986 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
988 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/v8/src/
hydrogen.cc 105 void HBasicBlock::AddInstruction(HInstruction* instr) {
158 AddInstruction(end);
171 AddInstruction(new(zone()) HLeaveInlined);
184 AddInstruction(new(zone()) HLeaveInlined);
    [all...]

Completed in 52 milliseconds