OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLIRInsn
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c
30
thisLIR != (ArmLIR *) cUnit->
lastLIRInsn
;
CodegenFactory.c
167
defStart = (LIR *)cUnit->
lastLIRInsn
;
171
defEnd = (LIR *)cUnit->
lastLIRInsn
;
247
defStart = (LIR *)cUnit->
lastLIRInsn
;
255
defEnd = (LIR *)cUnit->
lastLIRInsn
;
CodegenDriver.c
223
thisLIR != (ArmLIR *) cUnit->
lastLIRInsn
;
[
all
...]
/dalvik/vm/compiler/
IntermediateRep.c
81
assert(cUnit->
lastLIRInsn
== NULL);
82
cUnit->
lastLIRInsn
= cUnit->firstLIRInsn = lir;
85
cUnit->
lastLIRInsn
->next = lir;
86
lir->prev = cUnit->
lastLIRInsn
;
88
cUnit->
lastLIRInsn
= lir;
CompilerIR.h
168
LIR *
lastLIRInsn
;
Completed in 38 milliseconds