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

/art/compiler/optimizing/
H A Dcode_generator.h67 class SlowPathCode : public ArenaObject<kArenaAllocSlowPaths> { class in namespace:art
69 SlowPathCode() { function in class:art::SlowPathCode
76 virtual ~SlowPathCode() {}
105 DISALLOW_COPY_AND_ASSIGN(SlowPathCode);
219 void RecordPcInfo(HInstruction* instruction, uint32_t dex_pc, SlowPathCode* slow_path = nullptr);
223 void AddSlowPath(SlowPathCode* slow_path) {
446 GrowableArray<SlowPathCode*> slow_paths_;

Completed in 88 milliseconds