Home
last modified time | relevance | path

Searched defs:SlowPath (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc849 class SlowPath : public LIRSlowPath { in GenConstClass() class
851 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, in GenConstClass() function in art::Mir2Lir::GenConstClass::SlowPath
917 class SlowPath : public LIRSlowPath { in GenConstString() class
919 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) : in GenConstString() function in art::Mir2Lir::GenConstString::SlowPath
1267 class SlowPath : public LIRSlowPath { in GenCheckCast() class
1269 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
1299 class SlowPath : public LIRSlowPath { in GenCheckCast() class
1301 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load): in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
/art/compiler/utils/
Dassembler.h153 SlowPath() : next_(NULL) {} in SlowPath() function