OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_type
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
android-trace.h
50
extern void trace_interpreted_method(uint32_t addr, int
call_type
);
trace.c
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsViews.java
53
view.findViewById(R.id.
call_type
),
/external/qemu/hw/
goldfish_trace.c
313
int
call_type
= (offset - 4096) >> 2;
local
314
trace_interpreted_method(value,
call_type
);
/external/qemu/tcg/
tcg.c
599
int
call_type
;
local
626
call_type
= (flags & TCG_CALL_TYPE_MASK);
656
if (i == 2 &&
call_type
== TCG_CALL_TYPE_REGPARM) {
657
call_type
= TCG_CALL_TYPE_REGPARM_2;
658
flags = (flags & ~TCG_CALL_TYPE_MASK) |
call_type
;
[
all
...]
Completed in 81 milliseconds