OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmCompilerAllocTemp
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/compiler/codegen/arm/Thumb/
Ralloc.c
35
lowReg =
dvmCompilerAllocTemp
(cUnit);
36
highReg =
dvmCompilerAllocTemp
(cUnit);
43
return
dvmCompilerAllocTemp
(cUnit);
Gen.c
140
int rDPC =
dvmCompilerAllocTemp
(cUnit);
141
int rAddr =
dvmCompilerAllocTemp
(cUnit);
171
int signMask =
dvmCompilerAllocTemp
(cUnit);
188
int signMask =
dvmCompilerAllocTemp
(cUnit);
Factory.c
47
* 1) rDest is freshly returned from
dvmCompilerAllocTemp
or
54
int tDest = LOWREG(rDest) ? rDest :
dvmCompilerAllocTemp
(cUnit);
220
int rScratch =
dvmCompilerAllocTemp
(cUnit);
325
int rScratch =
dvmCompilerAllocTemp
(cUnit);
345
int rScratch =
dvmCompilerAllocTemp
(cUnit);
458
rNewIndex =
dvmCompilerAllocTemp
(cUnit);
500
rNewIndex =
dvmCompilerAllocTemp
(cUnit);
761
int rScratch =
dvmCompilerAllocTemp
(cUnit);
873
tReg =
dvmCompilerAllocTemp
(cUnit);
/dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.c
39
lowReg =
dvmCompilerAllocTemp
(cUnit);
40
highReg =
dvmCompilerAllocTemp
(cUnit);
51
return
dvmCompilerAllocTemp
(cUnit);
Gen.c
55
int resLo =
dvmCompilerAllocTemp
(cUnit);
56
int resHi =
dvmCompilerAllocTemp
(cUnit);
57
int tmp1 =
dvmCompilerAllocTemp
(cUnit);
158
int rDPC =
dvmCompilerAllocTemp
(cUnit);
339
rlTemp.lowReg =
dvmCompilerAllocTemp
(cUnit);
Factory.c
137
* 1) rDest is freshly returned from
dvmCompilerAllocTemp
or
553
int rTmp =
dvmCompilerAllocTemp
(cUnit);
567
int rScratch =
dvmCompilerAllocTemp
(cUnit);
700
regPtr =
dvmCompilerAllocTemp
(cUnit);
756
int tReg =
dvmCompilerAllocTemp
(cUnit);
770
regPtr =
dvmCompilerAllocTemp
(cUnit);
916
int regOffset =
dvmCompilerAllocTemp
(cUnit);
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.c
245
int regPtr =
dvmCompilerAllocTemp
(cUnit);
273
regPtr =
dvmCompilerAllocTemp
(cUnit);
352
regPtr =
dvmCompilerAllocTemp
(cUnit);
355
int regLen =
dvmCompilerAllocTemp
(cUnit);
369
int rNewIndex =
dvmCompilerAllocTemp
(cUnit);
416
regPtr =
dvmCompilerAllocTemp
(cUnit);
429
int regLen =
dvmCompilerAllocTemp
(cUnit);
446
int rNewIndex =
dvmCompilerAllocTemp
(cUnit);
648
int tReg =
dvmCompilerAllocTemp
(cUnit);
772
int tReg =
dvmCompilerAllocTemp
(cUnit)
[
all
...]
Ralloc.h
136
extern int
dvmCompilerAllocTemp
(CompilationUnit *cUnit);
174
* Similar to
dvmCompilerAllocTemp
(), but forces the allocation of a specific
RallocUtil.c
313
extern int
dvmCompilerAllocTemp
(CompilationUnit *cUnit)
437
* Similar to
dvmCompilerAllocTemp
(), but forces the allocation of a specific
Completed in 58 milliseconds