OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDebuggable
(Results
1 - 21
of
21
) sorted by null
/art/test/466-get-live-vreg/
get_live_vreg_jni.cc
50
!Runtime::Current()->
IsDebuggable
()) {
/art/runtime/
oat.h
114
bool
IsDebuggable
() const;
oat_file.h
98
bool
IsDebuggable
() const;
oat.cc
473
bool OatHeader::
IsDebuggable
() const {
runtime.h
589
bool
IsDebuggable
() const;
oat_file.cc
[
all
...]
runtime.cc
755
bool Runtime::
IsDebuggable
() const {
757
return oat_file != nullptr && oat_file->
IsDebuggable
();
[
all
...]
oat_file_assistant.cc
757
if (runtime->
IsDebuggable
()) {
[
all
...]
/art/compiler/jit/
jit_compiler.cc
102
Runtime::Current()->
IsDebuggable
(),
/art/compiler/optimizing/
sharpening.cc
141
if (graph_->
IsDebuggable
()) {
ssa_phi_elimination.cc
45
bool keep_alive = (graph_->
IsDebuggable
() && phi->HasEnvironmentUses());
ssa_builder.cc
437
if (graph_->
IsDebuggable
()) {
inliner.cc
66
if (graph_->
IsDebuggable
()) {
[
all
...]
load_store_elimination.cc
[
all
...]
ssa_liveness_analysis.h
[
all
...]
intrinsics_arm.cc
[
all
...]
instruction_simplifier.cc
[
all
...]
code_generator_arm64.cc
[
all
...]
nodes.h
460
bool
IsDebuggable
() const { return debuggable_; }
[
all
...]
code_generator_arm.cc
[
all
...]
/art/dex2oat/
dex2oat_test.cc
124
if (runtime->
IsDebuggable
()) {
Completed in 1501 milliseconds