OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpPC
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
695
int
tmpPC
= ptr->offsetPC + ptr->relativePC;
697
if(tmpPC2 <
tmpPC
) {
774
int
tmpPC
= ptr->offsetPC + ptr->relativePC;
777
mapFromBCtoNCG[
tmpPC
] = stream - streamMethodStart; //offsetNCG in byte
796
sz = (endPC-
tmpPC
)*sizeof(u2);
798
memcpy(stream, (u2*)currentMethod->insns+
tmpPC
, sz);
800
ALOGI("copy data section to stream %p: start at %d, %d bytes", stream,
tmpPC
, sz);
813
sizePtr = (u2*)currentMethod->insns+
tmpPC
+ 1 /*signature*/;
836
sizePtr = (u2*)currentMethod->insns+
tmpPC
+ 1 /*signature*/;
[
all
...]
AnalysisO1.cpp
[
all
...]
Completed in 64 milliseconds