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

/art/compiler/dex/quick/
H A Dgen_invoke.cc46 class IntrinsicSlowPathPath : public Mir2Lir::LIRSlowPath { class in inherits:Mir2Lir::LIRSlowPath
48 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info, LIR* branch, LIR* resume = nullptr) function in class:art::IntrinsicSlowPathPath
67 AddSlowPath(new (arena_) IntrinsicSlowPathPath(this, info, branch, resume));

Completed in 795 milliseconds