OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needFallThroughBranch
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/
InlineTransformation.cpp
215
invokeBB->
needFallThroughBranch
= true;
245
invokeBB->
needFallThroughBranch
= true;
CompilerIR.h
159
bool
needFallThroughBranch
; // For blocks ended due to length limit
Frontend.cpp
567
bottomBlock->
needFallThroughBranch
= origBlock->
needFallThroughBranch
;
570
origBlock->
needFallThroughBranch
= true;
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
Completed in 20 milliseconds