OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstrCanContinue
(Results
1 - 6
of
6
) sorted by null
/dalvik/libdex/
InstrUtils.cpp
60
kInstrCanContinue
,
61
kInstrCanContinue
,
62
kInstrCanContinue
,
63
kInstrCanContinue
,
64
kInstrCanContinue
,
65
kInstrCanContinue
,
66
kInstrCanContinue
,
67
kInstrCanContinue
,
68
kInstrCanContinue
,
69
kInstrCanContinue
,
[
all
...]
InstrUtils.h
97
kInstrCanContinue
= 1 << 1, // flow can continue to next statement
169
return (flags & (kInstrCanBranch |
kInstrCanContinue
)) == kInstrCanBranch;
/dalvik/vm/analysis/
VfyBasicBlock.cpp
170
if ((opFlags &
kInstrCanContinue
) != 0) {
415
if ((opFlags &
kInstrCanContinue
) == 0) {
CodeVerify.cpp
[
all
...]
/dalvik/vm/compiler/
Frontend.cpp
945
if (flags &
kInstrCanContinue
) {
[
all
...]
Loop.cpp
210
if (dexGetFlagsFromOpcode(opcode) != (
kInstrCanContinue
|kInstrCanBranch)) {
Completed in 110 milliseconds