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

/external/chromium_org/components/copresence/handlers/audio/
H A Daudio_directive_handler.cc73 void AudioDirectiveHandler::AddInstruction(const TokenInstruction& instruction, function in class:copresence::AudioDirectiveHandler
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc329 AddInstruction(block_start, block);
340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) { function in class:v8::internal::compiler::InstructionSequence
/external/chromium_org/v8/src/
H A Dlithium.cc335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { function in class:v8::internal::LChunk
H A Dhydrogen.cc132 void HBasicBlock::AddInstruction(HInstruction* instr, function in class:v8::internal::HBasicBlock
204 AddInstruction(end, position);
222 AddInstruction(new(zone())
244 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count),
1108 builder_->AddInstruction(increment_);
1153 builder_->AddInstruction(increment_);
1185 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { function in class:v8::internal::HGraphBuilder
1190 current_block()->AddInstruction(instr, source_position());
2570 AddInstruction(mul);
4041 owner()->AddInstruction(inst
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc835 chunk_->AddInstruction(dummy, current_block_);
852 AddInstruction(instr, current);
859 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
901 chunk_->AddInstruction(instr, current_block_);
914 chunk_->AddInstruction(bailout, current_block_);
1020 AddInstruction(new(zone()) LPushArgument(argument), instr);
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc673 chunk_->AddInstruction(dummy, current_block_);
690 AddInstruction(instr, current);
697 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
739 chunk_->AddInstruction(instr, current_block_);
752 chunk_->AddInstruction(bailout, current_block_);
2030 AddInstruction(new(zone()) LPreparePushArguments(argc), instr);
2036 AddInstruction(push_args, instr);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc875 chunk_->AddInstruction(dummy, current_block_);
892 AddInstruction(instr, current);
899 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
941 chunk_->AddInstruction(instr, current_block_);
954 chunk_->AddInstruction(bailout, current_block_);
1061 AddInstruction(new(zone()) LPushArgument(argument), instr);
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc845 chunk_->AddInstruction(dummy, current_block_);
862 AddInstruction(instr, current);
869 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
911 chunk_->AddInstruction(instr, current_block_);
924 chunk_->AddInstruction(bailout, current_block_);
1025 AddInstruction(new(zone()) LPushArgument(argument), instr);
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc845 chunk_->AddInstruction(dummy, current_block_);
862 AddInstruction(instr, current);
869 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
911 chunk_->AddInstruction(instr, current_block_);
924 chunk_->AddInstruction(bailout, current_block_);
1025 AddInstruction(new(zone()) LPushArgument(argument), instr);
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc858 chunk_->AddInstruction(dummy, current_block_);
875 AddInstruction(instr, current);
882 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
924 chunk_->AddInstruction(instr, current_block_);
937 chunk_->AddInstruction(bailout, current_block_);
1040 AddInstruction(new(zone()) LPushArgument(argument), instr);
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc874 chunk_->AddInstruction(dummy, current_block_);
887 chunk_->AddInstruction(clobber, current_block_);
899 AddInstruction(instr, current);
906 void LChunkBuilder::AddInstruction(LInstruction* instr, function in class:v8::internal::LChunkBuilder
956 chunk_->AddInstruction(clobber, current_block_);
958 chunk_->AddInstruction(instr, current_block_);
971 chunk_->AddInstruction(bailout, current_block_);
1080 AddInstruction(new(zone()) LPushArgument(argument), instr);

Completed in 274 milliseconds