OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCanSimulate
(Results
1 - 2
of
2
) sorted by null
/art/runtime/simulator/
code_simulator_arm64.cc
24
// in the beginning of following methods, with compile time constant `
kCanSimulate
`.
28
if (
kCanSimulate
) {
37
DCHECK(
kCanSimulate
);
43
DCHECK(
kCanSimulate
);
49
DCHECK(
kCanSimulate
);
54
DCHECK(
kCanSimulate
);
59
DCHECK(
kCanSimulate
);
64
DCHECK(
kCanSimulate
);
code_simulator_arm64.h
49
static constexpr bool
kCanSimulate
= (kRuntimeISA == kX86_64);
Completed in 193 milliseconds