Searched refs:Method (Results 126 - 139 of 139) sorted by relevance

123456

/dalvik/vm/mterp/out/
H A DInterpC-portable.cpp145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
472 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1126 const Method* curMethod; // method we're interpreting
1134 const Method* methodToCall;
1162 methodToCall = (const Method*) -1;
3142 Method* baseMethod;
3238 Method* baseMethod;
3288 * Method does not exist in the superclass. Could happen if
3347 * Given a class and a method index, find the Method* with the
3730 const Method* catchMetho
[all...]
H A DInterpC-allstubs.cpp145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
392 const Method* methodToCall; \
526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
3194 Method* baseMethod;
3290 Method* baseMethod;
3340 * Method does not exist in the superclass. Could happen if
3399 * Given a class and a method index, find the Method* with the
3782 const Method* catchMethod = SAVEAREA_FROM_FP(fp)->method;
3831 * Set "methodToCall" to the Method we're calling, and "methodCallRange"
3844 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCal
[all...]
H A DInterpAsm-x86.S16045 * eax = Method* methodToCall
16100 * %eax is "Method* methodToCall", the method we're trying to call
16171 * %eax is "Method* methodToCall", the method we're trying to call
16323 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
16420 * eax = Method* methodToCall
/dalvik/vm/native/
H A Ddalvik_system_VMDebug.cpp654 Method* method;
H A Djava_lang_Class.cpp273 * static Method[] getDeclaredMethods(Class clazz, boolean publicOnly)
496 Method* init;
631 * public Method getEnclosingMethod()
824 { "getDeclaredMethods", "(Ljava/lang/Class;Z)[Ljava/lang/reflect/Method;",
854 { "getEnclosingMethod", "()Ljava/lang/reflect/Method;",
/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp240 int createCFG(Method* method);
241 int collectInfoOfBasicBlock(Method* method, BasicBlock_O1* bb);
246 int codeGenBasicBlock(const Method* method, BasicBlock_O1* bb);
585 void printJitTraceInfoAtRunTime(const Method* method, int offset) {
589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, CompilationUnit *cUnit) {
607 typedef void (*vmHelper)(const Method*, int);
622 int codeGenBasicBlockJit(const Method* method, BasicBlock* bb) {
652 int collectInfoOfBasicBlock(Method* method, BasicBlock_O1* bb) {
740 int codeGenBasicBlock(const Method* method, BasicBlock_O1* bb) {
3509 void dump_CFG(Method* metho
[all...]
H A DLowerGetPut.cpp446 const Method *method = (traceCurrentMIR->OptimizationFlags & MIR_CALLEE) ?
664 const Method *method = (traceCurrentMIR->OptimizationFlags & MIR_CALLEE) ? traceCurrentMIR->meta.calleeMethod : currentMethod;
H A DLowerHelper.cpp2331 typedef const Method * (*vmHelper)(const Method *method,
2424 typedef void (*vmHelper)(const Method*, int, int);
2440 //Method* dvmResolveMethod(const ClassObject* referrer, u4 methodIdx, MethodType methodType);
2441 typedef Method* (*vmHelper)(const ClassObject*, u4, MethodType);
2713 typedef Method* (*vmHelper)(ClassObject*, u4, const Method*, DvmDex*);
2729 typedef void (*vmHelper)(Thread*, const Method*);
/dalvik/vm/alloc/
H A DMarkSweep.cpp768 Method *meth = gDvm.methJavaLangRefFinalizerReferenceAdd;
833 Method *meth = gDvm.methJavaLangRefReferenceQueueAdd;
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1757 const Method *dvmJitToPatchPredictedChain(const Method *method,
2039 const Method *method = desc->method;
2078 const Method *method = (const Method *)
/dalvik/vm/interp/
H A DJit.cpp204 ALOGD("Method: %s", shadowSpace->method->name);
669 ALOGD("Trace dump %#x, Method %s off %#x",(int)trace,
708 const Method* calleeMethod,
782 const Method* curMethod = self->methodToCall;
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/vm/mterp/c/
H A Dopcommon.cpp10 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
/dalvik/vm/mterp/x86/
H A Dfooter.S368 * eax = Method* methodToCall
423 * %eax is "Method* methodToCall", the method we're trying to call
494 * %eax is "Method* methodToCall", the method we're trying to call
646 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
743 * eax = Method* methodToCall

Completed in 322 milliseconds

123456