OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJmpCallInstSize
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
428
unsigned
getJmpCallInstSize
(OpndSize size, JmpCall_type type) {
523
relOffset -=
getJmpCallInstSize
(*immSize, type);
903
return relativeOff -
getJmpCallInstSize
(*size, type);
[
all
...]
CodegenInterface.cpp
268
relOffset -=
getJmpCallInstSize
(immSize, JmpCall_uncond);
470
int jumpSize =
getJmpCallInstSize
(immSize, JmpCall_uncond);
[
all
...]
Lower.h
[
all
...]
Completed in 35 milliseconds