OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocWide
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/
RallocUtil.cpp
855
static RegLocation
getLocWide
(CompilationUnit *cUnit, MIR *mir,
882
return
getLocWide
(cUnit, mir, low, high, false);
888
return
getLocWide
(cUnit, mir, low, high, true);
/dalvik/vm/compiler/codegen/mips/
RallocUtil.cpp
927
static RegLocation
getLocWide
(CompilationUnit *cUnit, MIR *mir,
954
return
getLocWide
(cUnit, mir, low, high, false);
960
return
getLocWide
(cUnit, mir, low, high, true);
[
all
...]
Completed in 72 milliseconds