OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastMIRInsn
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/
IntermediateRep.c
32
assert(bb->
lastMIRInsn
== NULL);
33
bb->
lastMIRInsn
= bb->firstMIRInsn = mir;
36
bb->
lastMIRInsn
->next = mir;
37
mir->prev = bb->
lastMIRInsn
;
39
bb->
lastMIRInsn
= mir;
47
assert(bb->
lastMIRInsn
== NULL);
48
bb->
lastMIRInsn
= bb->firstMIRInsn = mir;
70
bb->
lastMIRInsn
= newMIR;
InlineTransformation.c
297
MIR *
lastMIRInsn
= bb->
lastMIRInsn
;
298
int opCode =
lastMIRInsn
->dalvikInsn.opCode;
323
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
330
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
338
tryInlineSingletonCallsite(cUnit, calleeMethod,
lastMIRInsn
, bb,
348
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
354
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
361
tryInlineVirtualCallsite(cUnit, calleeMethod,
lastMIRInsn
, bb,
Utility.c
166
bb->
lastMIRInsn
? bb->
lastMIRInsn
->offset : bb->startOffset,
167
bb->
lastMIRInsn
? "" : " empty");
Frontend.c
629
MIR *lastInsn = curBB->
lastMIRInsn
;
640
findBlockBoundary(desc->method, curBB->
lastMIRInsn
, curOffset,
829
targetOffset <= curBB->
lastMIRInsn
->offset) {
[
all
...]
CompilerIR.h
145
MIR *
lastMIRInsn
;
Loop.c
187
MIR *branch = loopBranch->
lastMIRInsn
;
Completed in 25 milliseconds