Searched refs:conditional (Results 1 – 9 of 9) sorted by relevance
/art/test/663-checker-select-generator/ |
D | info.txt | 1 Test for select generation for conditional returns.
|
/art/compiler/utils/ |
D | assembler_test_base.h | 232 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in ReadElf() 243 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in WriteElf()
|
/art/dexdump/ |
D | dexdump_cfg.cc | 208 const bool conditional = !inst->IsUnconditional(); in DumpMethodCFG() local 216 if (!conditional) { in DumpMethodCFG()
|
/art/artd/ |
D | Android.bp | 91 // work there, and there's a conditional in Android.gtest.mk to exclude it from
|
/art/build/boot/ |
D | Android.bp | 24 // TODO: b/319697968 - Remove the conditional logic and let art-bootclasspath-fragment always
|
/art/compiler/debug/ |
D | elf_debug_writer.cc | 44 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type;
|
/art/runtime/jit/ |
D | debugger_interface.cc | 669 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type; in ForEachNativeDebugSymbol()
|
/art/runtime/ |
D | hidden_api.cc | 491 using AccessorType = typename std::conditional<std::is_same<T, ArtField>::value, in GetDexFlags()
|
/art/runtime/gc/space/ |
D | image_space.cc | 2530 using MainRelocateVisitor = typename std::conditional< in DoRelocateSpaces()
|