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

  /art/runtime/verifier/
instruction_flags.h 101 bool IsReturn() const {
  /external/llvm/lib/CodeGen/
Analysis.cpp 661 bool IsReturn = false;
664 IsReturn |= MI.isReturn();
667 assert((!IsReturn || NumTerminators == 1) &&
672 if (IsReturn)
  /external/v8/src/debug/
debug.h 77 inline bool IsReturn() const {
  /external/v8/test/unittests/compiler/
node-test-utils.cc     [all...]
  /art/runtime/
dex_instruction.h 511 bool IsReturn() const {
517 return IsBranch() || IsReturn() || Opcode() == THROW;
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 679 bool IsReturn = (MBB->succ_size() == 0);
681 assert(IsReturn);
682 else if (IsReturn)
686 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 271 milliseconds