OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estOpndSizeFromImm
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
417
OpndSize
estOpndSizeFromImm
(int target) {
455
If the branch target is handled, call
estOpndSizeFromImm
to set immSize for jump instruction, returns the value of the immediate
521
*immSize =
estOpndSizeFromImm
(relOffset);
881
If the branch target is handled, call
estOpndSizeFromImm
to set immSize for jump instruction, returns the value of the immediate
902
*size =
estOpndSizeFromImm
(relativeOff);
[
all
...]
CodegenInterface.cpp
267
OpndSize immSize =
estOpndSizeFromImm
(relOffset);
469
OpndSize immSize =
estOpndSizeFromImm
(relOffset);
[
all
...]
Lower.h
[
all
...]
Completed in 44 milliseconds