OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insnRegCount
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/analysis/
Liveness.cpp
87
workBits = dvmAllocBitVector(vdata->
insnRegCount
, false);
186
dvmAllocBitVector(vdata->
insnRegCount
, false);
1005
assert(reg <= vdata->
insnRegCount
+ (wide ? 1 : 0));
1060
u4
insnRegCount
= vdata->
insnRegCount
;
1061
size_t regCharSize =
insnRegCount
+ (
insnRegCount
-1)/4 + 2 +1;
1067
if (
insnRegCount
== 0)
1070
regChars[1 + (
insnRegCount
-1) + (
insnRegCount
-1)/4 +1] = ']'
[
all
...]
CodeVerify.h
178
u4
insnRegCount
;
CodeVerify.cpp
[
all
...]
RegisterMap.cpp
42
static void outputTypeVector(const RegType* regs, int
insnRegCount
, u1* data);
268
vdata->
insnRegCount
, mapData);
373
static void outputTypeVector(const RegType* regs, int
insnRegCount
, u1* data)
378
for (i = 0; i <
insnRegCount
; i++) {
[
all
...]
VfyBasicBlock.cpp
94
newBlock->liveRegs = dvmAllocBitVector(vdata->
insnRegCount
, false);
DexVerify.cpp
250
vdata.
insnRegCount
= meth->registersSize;
[
all
...]
Completed in 739 milliseconds