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

  /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...]
hydrogen.h 103 void AddInstruction(HInstruction* instr);
127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); }
822 HInstruction* AddInstruction(HInstruction* instr);
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 165 AddInstruction(stack_parameter_count);
175 AddInstruction(context_);
419 AddInstruction(new(zone) HInstanceSize(boilerplate));
516 return AddInstruction(BuildLoadNamedField(GetParameter(0), access, NULL));
531 return AddInstruction(BuildLoadNamedField(GetParameter(0), access, NULL));
637 HInstruction* argument = AddInstruction(
644 AddInstruction(initial_capacity_node);
687 HInstruction* argument = AddInstruction(new(zone()) HAccessArgumentsAt(
hydrogen.h 112 void AddInstruction(HInstruction* instr);
149 AddInstruction(instr);
1001 HInstruction* AddInstruction(HInstruction* instr);
1010 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());}
1025 HInstruction* result = AddInstruction(NewUncasted<I>(p1));
1050 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2))
    [all...]
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...]
lithium.cc 345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
lithium.h 743 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
  /external/v8/src/arm/
lithium-arm.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
989 chunk_->AddInstruction(instr, current_block_);
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
989 chunk_->AddInstruction(instr, current_block_);
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.cc 471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
984 chunk_->AddInstruction(instr, current_block_);
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc 473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
990 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 896 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 951 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 901 chunk_->AddInstruction(instr, current_block_);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 895 chunk_->AddInstruction(instr, current_block_);
    [all...]

Completed in 102 milliseconds