OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_taken
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
codegen_util.cc
935
bool
is_taken
;
local
[
all
...]
mir_to_lir.cc
632
bool
is_taken
= EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg),
local
634
BasicBlockId target_id =
is_taken
? bb->taken : bb->fall_through;
661
bool
is_taken
= EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg), 0);
local
662
BasicBlockId target_id =
is_taken
? bb->taken : bb->fall_through;
[
all
...]
Completed in 80 milliseconds