OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dvmGetInlineOpsTable
(Results
1 - 2
of
2
) sorted by null
/external/smali/deodexerant/
deodexerant.c
55
dvmGetInlineOpsTablePtr
dvmGetInlineOpsTable
= dlsym(libdvm, "
dvmGetInlineOpsTable
");
57
if (
dvmGetInlineOpsTable
== NULL) {
58
printf("Failed to load
dvmGetInlineOpsTable
\n");
71
const InlineOperation *inlineTable =
dvmGetInlineOpsTable
();
/dalvik/vm/
InlineNative.cpp
797
const InlineOperation*
dvmGetInlineOpsTable
()
Completed in 225 milliseconds