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

  /art/compiler/dex/quick/mips/
call_mips.cc 70 SwitchTable* tab_rec =
71 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
147 SwitchTable* tab_rec =
148 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
  /art/compiler/dex/quick/arm64/
call_arm64.cc 52 SwitchTable *tab_rec =
53 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
104 SwitchTable *tab_rec =
105 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
  /art/compiler/dex/quick/arm/
call_arm.cc 52 SwitchTable *tab_rec =
53 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
100 SwitchTable *tab_rec =
101 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
  /art/compiler/dex/quick/x86/
call_x86.cc 69 SwitchTable* tab_rec =
70 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData));
  /art/compiler/dex/quick/
codegen_util.cc 516 GrowableArray<SwitchTable*>::Iterator iterator(&switch_tables_);
518 Mir2Lir::SwitchTable* tab_rec = iterator.Next();
775 GrowableArray<SwitchTable*>::Iterator iterator(&switch_tables_);
777 Mir2Lir::SwitchTable* tab_rec = iterator.Next();
829 void Mir2Lir::MarkPackedCaseLabels(Mir2Lir::SwitchTable* tab_rec) {
840 void Mir2Lir::MarkSparseCaseLabels(Mir2Lir::SwitchTable* tab_rec) {
852 GrowableArray<SwitchTable*>::Iterator iterator(&switch_tables_);
854 Mir2Lir::SwitchTable *tab_rec = iterator.Next();
    [all...]
mir_to_lir.h 249 struct SwitchTable : EmbeddedData {
710 void MarkPackedCaseLabels(Mir2Lir::SwitchTable* tab_rec);
711 void MarkSparseCaseLabels(Mir2Lir::SwitchTable* tab_rec);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 286 milliseconds