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

  /art/compiler/optimizing/
ssa_builder.h 52 void VisitStoreLocal(HStoreLocal* store);
ssa_builder.cc 124 // - HStoreLocal: update current value of the local and remove the instruction.
137 void SsaBuilder::VisitStoreLocal(HStoreLocal* store) {
builder.cc 99 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter));
119 entry_block_->AddInstruction(new (arena_) HStoreLocal(local, parameter));
801 current_block_->AddInstruction(new (arena_) HStoreLocal(local, instruction));
nodes.h 1073 class HStoreLocal : public HTemplateInstruction<2> {
1075 HStoreLocal(HLocal* local, HInstruction* value) {
1085 DISALLOW_COPY_AND_ASSIGN(HStoreLocal);
    [all...]
code_generator_x86_64.cc 445 void LocationsBuilderX86_64::VisitStoreLocal(HStoreLocal* store) {
467 void InstructionCodeGeneratorX86_64::VisitStoreLocal(HStoreLocal* store) {
    [all...]
code_generator_arm.cc 697 void LocationsBuilderARM::VisitStoreLocal(HStoreLocal* store) {
719 void InstructionCodeGeneratorARM::VisitStoreLocal(HStoreLocal* store) {
    [all...]
code_generator_x86.cc 566 void LocationsBuilderX86::VisitStoreLocal(HStoreLocal* store) {
588 void InstructionCodeGeneratorX86::VisitStoreLocal(HStoreLocal* store) {
    [all...]

Completed in 177 milliseconds