OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:baseMethod
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/mterp/c/
gotoTargets.cpp
108
Method*
baseMethod
;
140
baseMethod
= dvmDexGetResolvedMethod(methodClassDex, ref);
141
if (
baseMethod
== NULL) {
142
baseMethod
= dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
143
if (
baseMethod
== NULL) {
153
assert(
baseMethod
->methodIndex < thisPtr->clazz->vtableCount);
154
methodToCall = thisPtr->clazz->vtable[
baseMethod
->methodIndex];
181
baseMethod
->clazz->descriptor,
baseMethod
->name,
182
(u4)
baseMethod
->methodIndex
[
all
...]
/dalvik/vm/analysis/
Optimize.cpp
892
Method*
baseMethod
;
895
baseMethod
= dvmOptResolveMethod(clazz, methodIdx, METHOD_VIRTUAL, NULL);
896
if (
baseMethod
== NULL) {
914
dvmUpdateCodeUnit(method, insns+1,
baseMethod
->methodIndex);
918
//
baseMethod
->clazz->descriptor,
baseMethod
->name);
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-mips.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
InterpC-x86.cpp
[
all
...]
Completed in 113 milliseconds