Home
last modified time | relevance | path

Searched refs:reg_slow_path (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc955 RegStorage reg_slow_path = AllocTemp(); in GenInlinedReferenceGetReferent() local
957 LoadBaseDisp(reg_class, slow_path_flag_offset, reg_slow_path, kSignedByte, kNotVolatile); in GenInlinedReferenceGetReferent()
960 LIR* or_inst = OpRegRegReg(kOpOr, reg_slow_path, reg_slow_path, reg_disabled); in GenInlinedReferenceGetReferent()
970 slow_path_branch = OpCmpImmBranch(kCondNe, reg_slow_path, 0, nullptr); in GenInlinedReferenceGetReferent()
972 FreeTemp(reg_slow_path); in GenInlinedReferenceGetReferent()