OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastMIRInsn
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
InlineTransformation.cpp
316
MIR *
lastMIRInsn
= bb->
lastMIRInsn
;
317
Opcode opcode =
lastMIRInsn
->dalvikInsn.opcode;
342
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
349
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
358
lastMIRInsn
, bb, isRange);
368
lastMIRInsn
->OptimizationFlags |= MIR_INVOKE_METHOD_JIT;
373
lastMIRInsn
->OptimizationFlags |=
389
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method;
395
calleeMethod =
lastMIRInsn
->meta.callsiteInfo->method
[
all
...]
CompilerIR.h
165
MIR *
lastMIRInsn
;
Completed in 1060 milliseconds