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

  /art/compiler/dex/quick/
gen_invoke.cc 838 int outs_offset = (next_use + 1) * 4; local
842 StoreBaseDisp(TargetPtrReg(kSp), outs_offset, arg_reg, k64, kNotVolatile); local
845 Store32Disp(TargetPtrReg(kSp), outs_offset, arg_reg); local
945 int outs_offset = 4 \/* Method* *\/ + (3 * sizeof(uint32_t)); local
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 1086 int outs_offset = StackVisitor::GetOutVROffset(last_mapped_in + 1, local
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 2641 int outs_offset = StackVisitor::GetOutVROffset(last_mapped_in + size_of_the_last_mapped, local
    [all...]

Completed in 739 milliseconds