OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetPC
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/
Lower.cpp
45
int
offsetPC
/*offset in bytecode*/, offsetNCG/*byte offset in native code*/;
290
u4 start = pTry->startAddr; //
offsetPC
477
/*
offsetPC
is used in O1 code generator, where it is defined as the sequence number
479
int
offsetPC
= rPC - (u2*)method->insns;
482
ALOGI("LOWER bytecode %x at
offsetPC
%x offsetNCG %x @%p",
483
INST_INST(inst),
offsetPC
, stream - streamMethodStart, stream);
487
if(
offsetPC
>= BYTECODE_SIZE_PER_METHOD) ALOGE("
offsetPC
%d exceeds BYTECODE_SIZE_PER_METHOD",
offsetPC
);
488
mapFromBCtoNCG[
offsetPC
] = offsetNCG
[
all
...]
AnalysisO1.h
141
int
offsetPC
;
142
int regNum; //get or set VR at
offsetPC
155
int
offsetPC
; //!the program point
162
int
offsetPC
;
Lower.h
466
int
offsetPC
; //PC in bytecode
480
int
offsetPC
; //PC in bytecode
489
u4
offsetPC
;
527
extern int
offsetPC
;
[
all
...]
Completed in 514 milliseconds