Searched refs:action (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/
H A DProfile.h135 void dvmMethodTraceAdd(struct Thread* self, const Method* method, int action);
136 void dvmEmitEmulatorTrace(const Method* method, int action);
157 * Enumeration for the two "action" bits.
H A DProfile.cpp56 * u4 method ID | method action
61 * u4 method ID | method action
66 * u4 method ID | method action
733 void dvmMethodTraceAdd(Thread* self, const Method* method, int action) argument
772 methodVal = METHOD_COMBINE((u4) method, action);
806 * Register the METHOD_TRACE_ENTER action for the fast interpreter and
817 * Register the METHOD_TRACE_EXIT action for the fast interpreter and
830 * Register the METHOD_TRACE_EXIT action for the fast interpreter and
845 void dvmEmitEmulatorTrace(const Method* method, int action) argument
866 * The "action" paramete
[all...]
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c66 unsigned int action; /* 0=entry, 1=exit, 2=exception exit */ member in struct:dataRecord
173 int action; local
257 action = 0;
268 action = 1;
280 action = 1;
308 if (action == 0)
312 records[nextRecord].action = action;
429 unsigned int val = METHOD_COMBINE(pRecord->methodId, pRecord->action);
H A DTraceDump.c1199 printf("Trace (threadID action usecs class.method signature):\n");
1206 int action, printDepth; local
1217 action = METHOD_ACTION(methodVal);
1223 if (action == METHOD_TRACE_ENTER) {
1251 actionStr[action], mismatch ? '!' : ' ',
1257 actionStr[action], mismatch ? '!' : ' ',
1263 if (action != METHOD_TRACE_ENTER) {
2320 int action; local
2329 action = METHOD_ACTION(methodVal);
2352 threadId, currentTime, action, pStac
[all...]
/dalvik/vm/mterp/x86/
H A Dfooter.S471 cmpw $$0, offThread_subMode(%ecx) # special action needed?
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S15683 cmpw $0, offThread_subMode(%ecx) # special action needed?

Completed in 169 milliseconds