OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIsTargetBuild
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
globals.h
71
const bool
kIsTargetBuild
= true;
73
const bool
kIsTargetBuild
= false;
/art/compiler/
oat_test.cc
77
InstructionSet insn_set =
kIsTargetBuild
? kThumb2 : kX86;
93
!
kIsTargetBuild
,
image_test.cc
63
!
kIsTargetBuild
,
elf_writer_mclinker.cc
88
if (
kIsTargetBuild
) {
/art/compiler/llvm/
compiler_llvm.cc
66
if (art::
kIsTargetBuild
) {
llvm_compilation_unit.cc
148
if (
kIsTargetBuild
) {
/art/runtime/gc/space/
image_space.cc
83
if (
kIsTargetBuild
) {
/art/dex2oat/
dex2oat.cc
615
bool watch_dog_enabled = !
kIsTargetBuild
;
[
all
...]
Completed in 47 milliseconds