OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockListType
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/
Frontend.cpp
580
if (origBlock->successorBlockList.
blockListType
!= kNotUsed) {
582
origBlock->successorBlockList.
blockListType
= kNotUsed;
730
if (bb->successorBlockList.
blockListType
!= kNotUsed) {
733
(bb->successorBlockList.
blockListType
== kCatch) ?
763
if (bb->successorBlockList.
blockListType
== kPackedSwitch ||
764
bb->successorBlockList.
blockListType
== kSparseSwitch) {
821
} else if (predBB->successorBlockList.
blockListType
!= kNotUsed) {
[
all
...]
SSATransformation.cpp
34
if (block->successorBlockList.
blockListType
!= kNotUsed) {
172
if (bb->successorBlockList.
blockListType
!= kNotUsed) {
397
if (bb->successorBlockList.
blockListType
!= kNotUsed) {
CompilerIR.h
145
typedef enum
BlockListType
{
150
}
BlockListType
;
172
BlockListType
blockListType
; // switch and exception handling
Loop.cpp
518
bb->successorBlockList.
blockListType
= kNotUsed;
664
assert(bb->successorBlockList.
blockListType
== kNotUsed);
Completed in 19 milliseconds