OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptionBlockId
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp
801
condJumpToBasicBlock(stream, Condition_E, cUnit->
exceptionBlockId
);
818
condJumpToBasicBlock(stream, Condition_NC, cUnit->
exceptionBlockId
);
840
condJumpToBasicBlock(stream, Condition_E, cUnit->
exceptionBlockId
);
849
condJumpToBasicBlock(stream, Condition_NC, cUnit->
exceptionBlockId
);
867
condJumpToBasicBlock(stream, Condition_C, cUnit->
exceptionBlockId
);
[
all
...]
Lower.cpp
431
void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int
exceptionBlockId
,
441
currentExceptionBlockIdx =
exceptionBlockId
;
451
startOfTraceO1(method, labelList,
exceptionBlockId
, cUnit);
Lower.h
[
all
...]
AnalysisO1.cpp
589
void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int
exceptionBlockId
, CompilationUnit *cUnit) {
[
all
...]
/dalvik/vm/compiler/
CompilerIR.h
206
int
exceptionBlockId
; // the block corresponding to exception handling
Completed in 753 milliseconds