Searched defs:LIRSlowPath (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dmir_to_lir.h493 // If you want to create a slow path, declare a class derived from LIRSlowPath and provide
521 class LIRSlowPath { class in class:art::Mir2Lir
523 LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR* fromfast, function in class:art::Mir2Lir::LIRSlowPath
528 virtual ~LIRSlowPath() {}
713 virtual void StartSlowPath(LIRSlowPath* slowpath) {}
1511 void AddSlowPath(LIRSlowPath* slowpath);
1732 GrowableArray<LIRSlowPath*> slow_paths_;

Completed in 82 milliseconds