OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFieldId
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/oo/
Resolve.cpp
386
const DexFieldId*
pFieldId
;
392
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
397
resClass = dvmResolveClass(referrer,
pFieldId
->classIdx, false);
404
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx),
405
dexStringByTypeIdx(pDvmDex->pDexFile,
pFieldId
->typeIdx));
408
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
448
const DexFieldId*
pFieldId
;
451
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
456
resClass = dvmResolveClass(referrer,
pFieldId
->classIdx, false);
463
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx)
[
all
...]
Class.cpp
[
all
...]
/dalvik/vm/analysis/
Optimize.cpp
602
const DexFieldId*
pFieldId
;
605
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
610
resClass = dvmOptResolveClass(referrer,
pFieldId
->classIdx, pFailure);
619
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx),
620
dexStringByTypeIdx(pDvmDex->pDexFile,
pFieldId
->typeIdx));
624
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
632
dexStringById(pDvmDex->pDexFile,
pFieldId
->nameIdx));
675
const DexFieldId*
pFieldId
;
678
pFieldId
= dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
683
resClass = dvmOptResolveClass(referrer,
pFieldId
->classIdx, pFailure)
[
all
...]
CodeVerify.cpp
[
all
...]
/dalvik/dexdump/
DexDump.cpp
677
const DexFieldId*
pFieldId
;
682
pFieldId
= dexGetFieldId(pDexFile, fieldIdx);
683
pFieldInfo->name = dexStringById(pDexFile,
pFieldId
->nameIdx);
684
pFieldInfo->signature = dexStringByTypeIdx(pDexFile,
pFieldId
->typeIdx);
686
dexStringByTypeIdx(pDexFile,
pFieldId
->classIdx);
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp
214
jfieldID*
pFieldId
)
233
(*
pFieldId
) = fieldId;
VideoEditorJava.h
418
jfieldID*
pFieldId
);
/dalvik/vm/interp/
Interp.cpp
[
all
...]
/dalvik/vm/reflect/
Annotation.cpp
[
all
...]
Completed in 422 milliseconds