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

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 319 vixl::aarch32::Label return_label, not_marked, forwarding_address; local
324 __ B(eq, &not_marked);
327 __ Bind(&not_marked);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 479 vixl::aarch64::Label return_label, not_marked, forwarding_address; local
483 __ Tbz(ip0.W(), LockWord::kMarkBitStateShift, &not_marked);
486 __ Bind(&not_marked);

Completed in 226 milliseconds