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

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 319 vixl::aarch32::Label return_label, not_marked, forwarding_address; local
320 __ CompareAndBranchIfZero(root_reg, &return_label, /* is_far_target */ false);
325 __ Bind(&return_label);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 457 #define return_label (crtl->x_return_label)
456 #define return_label macro
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 479 vixl::aarch64::Label return_label, not_marked, forwarding_address; local
480 __ Cbz(root_reg, &return_label);
484 __ Bind(&return_label);
  /external/v8/src/s390/
code-stubs-s390.cc 919 Label return_label; local
    [all...]

Completed in 82 milliseconds