OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLIRInsn
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.cpp
30
thisLIR != (ArmLIR *) cUnit->
lastLIRInsn
;
50
* Need to explicitly check the
lastLIRInsn
here since with
55
(nextLIR = (ArmLIR *) cUnit->
lastLIRInsn
))
CodegenDriver.cpp
250
thisLIR != (ArmLIR *) cUnit->
lastLIRInsn
;
[
all
...]
/dalvik/vm/compiler/
IntermediateRep.cpp
84
assert(cUnit->
lastLIRInsn
== NULL);
85
cUnit->
lastLIRInsn
= cUnit->firstLIRInsn = lir;
88
cUnit->
lastLIRInsn
->next = lir;
89
lir->prev = cUnit->
lastLIRInsn
;
91
cUnit->
lastLIRInsn
= lir;
CompilerIR.h
204
LIR *
lastLIRInsn
;
/dalvik/vm/compiler/codegen/
CodegenFactory.cpp
175
defStart = (LIR *)cUnit->
lastLIRInsn
;
179
defEnd = (LIR *)cUnit->
lastLIRInsn
;
256
defStart = (LIR *)cUnit->
lastLIRInsn
;
264
defEnd = (LIR *)cUnit->
lastLIRInsn
;
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp
418
cUnit->
lastLIRInsn
);
Completed in 36 milliseconds