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

  /art/compiler/dex/quick/
gen_common.cc 62 class CallHelperImmMethodSlowPath : public LIRSlowPath {
67 : LIRSlowPath(m2l, fromfast, cont), trampoline_(trampoline_in),
129 class StaticFieldSlowPath : public Mir2Lir::LIRSlowPath {
136 : LIRSlowPath(m2l, unresolved != nullptr ? unresolved : uninit, cont),
197 class DivZeroCheckSlowPath : public Mir2Lir::LIRSlowPath {
200 : LIRSlowPath(m2l, branch_in) {
215 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath {
219 : LIRSlowPath(m2l, branch_in),
240 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath {
243 : LIRSlowPath(m2l, branch_in)
    [all...]
mir_to_lir.h 469 // If you want to create a slow path, declare a class derived from LIRSlowPath and provide
497 class LIRSlowPath : public ArenaObject<kArenaAllocSlowPaths> {
499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr)
504 virtual ~LIRSlowPath() {}
    [all...]
mir_to_lir.cc 27 class Mir2Lir::SpecialSuspendCheckSlowPath : public Mir2Lir::LIRSlowPath {
30 : LIRSlowPath(m2l, branch, cont),
    [all...]
gen_invoke.cc 49 class IntrinsicSlowPathPath : public Mir2Lir::LIRSlowPath {
52 : LIRSlowPath(m2l, branch_in, resume_in), info_(info_in) {
    [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 194 class StackOverflowSlowPath : public LIRSlowPath {
197 : LIRSlowPath(m2l, branch), sp_displace_(sp_displace) {
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 360 class StackOverflowSlowPath: public LIRSlowPath {
363 : LIRSlowPath(m2l, branch),
  /art/compiler/dex/quick/mips/
call_mips.cc 316 class StackOverflowSlowPath : public LIRSlowPath {
319 : LIRSlowPath(m2l, branch), sp_displace_(sp_displace) {
  /art/compiler/dex/quick/arm/
call_arm.cc 448 class StackOverflowSlowPath : public LIRSlowPath {
451 : LIRSlowPath(m2l, branch), restore_lr_(restore_lr),

Completed in 294 milliseconds