OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pFieldId
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/oo/
Resolve.cpp
393
const DexFieldId*
pFieldId
;
399
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
404
resClass = dvmResolveClass(referrer,
pFieldId
->classIdx, false);
411
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx),
412
dexStringByTypeIdx(pDvmDex->pDexFile,
pFieldId
->typeIdx));
415
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
455
const DexFieldId*
pFieldId
;
458
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
463
resClass = dvmResolveClass(referrer,
pFieldId
->classIdx, false);
470
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx)
[
all
...]
Class.cpp
[
all
...]
/dalvik/vm/analysis/
Optimize.cpp
525
const DexFieldId*
pFieldId
;
528
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
533
resClass = dvmOptResolveClass(referrer,
pFieldId
->classIdx, pFailure);
542
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx),
543
dexStringByTypeIdx(pDvmDex->pDexFile,
pFieldId
->typeIdx));
547
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
555
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
598
const DexFieldId*
pFieldId
;
601
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
606
resClass = dvmOptResolveClass(referrer,
pFieldId
->classIdx, pFailure)
[
all
...]
CodeVerify.cpp
[
all
...]
/dalvik/vm/native/
dalvik_system_VMRuntime.cpp
315
const DexFieldId*
pFieldId
= dexGetFieldId(pDexFile, fieldIdx);
316
ClassObject* clazz = dvmDexGetResolvedClass(pDvmDex,
pFieldId
->classIdx);
325
const char* fieldName = dexStringById(pDexFile,
pFieldId
->nameIdx);
326
const char* signature = dexStringByTypeIdx(pDexFile,
pFieldId
->typeIdx);
/dalvik/dexdump/
DexDump.cpp
680
const DexFieldId*
pFieldId
;
685
pFieldId
= dexGetFieldId(pDexFile, fieldIdx);
686
pFieldInfo->name = dexStringById(pDexFile,
pFieldId
->nameIdx);
687
pFieldInfo->signature = dexStringByTypeIdx(pDexFile,
pFieldId
->typeIdx);
689
dexStringByTypeIdx(pDexFile,
pFieldId
->classIdx);
[
all
...]
/dalvik/vm/interp/
Interp.cpp
[
all
...]
/dalvik/vm/reflect/
Annotation.cpp
[
all
...]
Completed in 180 milliseconds