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

  /art/runtime/verifier/
instruction_flags.h 101 bool IsReturn() const {
  /art/runtime/
dex_instruction.h 566 bool IsReturn() const {
572 return IsBranch() || IsReturn() || Opcode() == THROW;
  /external/v8/src/debug/
debug.h 77 inline bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; }
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 642 bool IsReturn = (MBB->succ_size() == 0);
644 assert(IsReturn);
645 else if (IsReturn)
649 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 697 milliseconds