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

1 2

  /external/chromium_org/components/copresence/handlers/audio/
audio_directive_handler_unittest.cc 106 directive_handler_->AddInstruction(
108 directive_handler_->AddInstruction(
110 directive_handler_->AddInstruction(
112 directive_handler_->AddInstruction(
114 directive_handler_->AddInstruction(
116 directive_handler_->AddInstruction(
audio_directive_handler.h 54 void AddInstruction(const copresence::TokenInstruction& instruction,
audio_directive_handler.cc 73 void AudioDirectiveHandler::AddInstruction(const TokenInstruction& instruction,
  /art/compiler/optimizing/
builder.cc 54 instruction->GetBlock()->AddInstruction(temp);
77 entry_block_->AddInstruction(local);
97 entry_block_->AddInstruction(parameter);
99 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter));
115 entry_block_->AddInstruction(parameter);
119 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter));
144 current_block_->AddInstruction(comparison);
146 current_block_->AddInstruction(ifinst);
160 current_block_->AddInstruction(comparison);
162 current_block_->AddInstruction(ifinst)
    [all...]
graph_test.cc 32 if_block->AddInstruction(instr);
34 if_block->AddInstruction(equal);
36 if_block->AddInstruction(instr);
44 block->AddInstruction(got);
52 block->AddInstruction(return_instr);
60 block->AddInstruction(exit_instr);
nodes.cc 145 new_block->AddInstruction(new (arena_) HGoto());
167 new_back_edge->AddInstruction(new (arena_) HGoto());
184 pre_header->AddInstruction(new (arena_) HGoto());
317 instruction_list->AddInstruction(instruction);
320 void HBasicBlock::AddInstruction(HInstruction* instruction) {
366 void HInstructionList::AddInstruction(HInstruction* instruction) {
nodes.h 56 void AddInstruction(HInstruction* instruction);
352 void AddInstruction(HInstruction* instruction);
    [all...]
  /external/chromium_org/components/copresence/handlers/
directive_handler.cc 45 audio_handler_->AddInstruction(
  /external/chromium_org/v8/test/cctest/compiler/
test-instruction.cc 87 return code->AddInstruction(instr, block);
198 R.code->AddInstruction(i0, b0);
199 R.code->AddInstruction(g, b0);
225 R.code->AddInstruction(i0, b0);
226 R.code->AddInstruction(g, b0);
232 R.code->AddInstruction(i1, b1);
233 R.code->AddInstruction(g1, b1);
266 R.code->AddInstruction(i0, b0);
267 R.code->AddInstruction(g, b0);
  /external/chromium_org/v8/src/
hydrogen.h 91 void AddInstruction(HInstruction* instr, HSourcePosition position);
121 AddInstruction(instr, position);
    [all...]
hydrogen.cc 132 void HBasicBlock::AddInstruction(HInstruction* instr,
204 AddInstruction(end, position);
222 AddInstruction(new(zone())
244 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count),
    [all...]
lithium.cc 335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
lithium.h 623 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
  /external/chromium_org/v8/src/compiler/
instruction.cc 329 AddInstruction(block_start, block);
340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) {
instruction.h 872 int AddInstruction(Instruction* instr, BasicBlock* block);
instruction-selector.cc 62 sequence()->AddInstruction(instructions_[start], block);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 874 chunk_->AddInstruction(dummy, current_block_);
887 chunk_->AddInstruction(clobber, current_block_);
899 AddInstruction(instr, current);
906 void LChunkBuilder::AddInstruction(LInstruction* instr,
956 chunk_->AddInstruction(clobber, current_block_);
958 chunk_->AddInstruction(instr, current_block_);
971 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 673 chunk_->AddInstruction(dummy, current_block_);
690 AddInstruction(instr, current);
697 void LChunkBuilder::AddInstruction(LInstruction* instr,
739 chunk_->AddInstruction(instr, current_block_);
752 chunk_->AddInstruction(bailout, current_block_);
    [all...]
lithium-arm64.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 835 chunk_->AddInstruction(dummy, current_block_);
852 AddInstruction(instr, current);
859 void LChunkBuilder::AddInstruction(LInstruction* instr,
901 chunk_->AddInstruction(instr, current_block_);
914 chunk_->AddInstruction(bailout, current_block_);
1020 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 875 chunk_->AddInstruction(dummy, current_block_);
892 AddInstruction(instr, current);
899 void LChunkBuilder::AddInstruction(LInstruction* instr,
941 chunk_->AddInstruction(instr, current_block_);
954 chunk_->AddInstruction(bailout, current_block_);
1061 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 845 chunk_->AddInstruction(dummy, current_block_);
862 AddInstruction(instr, current);
869 void LChunkBuilder::AddInstruction(LInstruction* instr,
911 chunk_->AddInstruction(instr, current_block_);
924 chunk_->AddInstruction(bailout, current_block_);
1025 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 845 chunk_->AddInstruction(dummy, current_block_);
862 AddInstruction(instr, current);
869 void LChunkBuilder::AddInstruction(LInstruction* instr,
911 chunk_->AddInstruction(instr, current_block_);
924 chunk_->AddInstruction(bailout, current_block_);
1025 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 858 chunk_->AddInstruction(dummy, current_block_);
875 AddInstruction(instr, current);
882 void LChunkBuilder::AddInstruction(LInstruction* instr,
924 chunk_->AddInstruction(instr, current_block_);
937 chunk_->AddInstruction(bailout, current_block_);
1040 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]

Completed in 1389 milliseconds

1 2