OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_nop
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
codegen_util.cc
119
const bool
dump_nop
= (cu_->enable_debug & (1 << kDebugShowNops));
local
178
if (lir->flags.is_nop && !
dump_nop
) {
193
if (lir->use_mask && (!lir->flags.is_nop ||
dump_nop
)) {
196
if (lir->def_mask && (!lir->flags.is_nop ||
dump_nop
)) {
[
all
...]
/dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp
2974
void
dump_nop
(int size) {
function
[
all
...]
Completed in 125 milliseconds