HomeSort by relevance Sort by last modified time
    Searched defs:IsReturn (Results 1 - 5 of 5) sorted by null

  /art/runtime/verifier/
instruction_flags.h 102 bool IsReturn() const {
  /art/runtime/
dex_instruction.h 480 bool IsReturn() const {
486 return IsBranch() || IsReturn() || Opcode() == THROW;
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 676 bool IsReturn = (MBB->succ_size() == 0);
678 assert(IsReturn);
679 else if (IsReturn)
683 return IsReturn;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 111 NDR64_UINT16 IsReturn : 1;
143 NDR64_UINT8 IsReturn : 1;
ndrtypes.h 70 unsigned short IsReturn : 1;
136 unsigned char IsReturn : 1;

Completed in 155 milliseconds