OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invokedynamic
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/tests/135-invoke-custom/
run
43
# Check each
invokedynamic
instruction produced one invoke-custom
44
INVOKEDYNAMIC_COUNT=$( grep "
invokedynamic
#" ${JAVAP_OUTPUT} | wc -l )
47
echo Found ${INVOKEDYNAMIC_COUNT} uses of
invokedynamic
but ${INVOKE_CUSTOM_COUNT} uses of invoke-custom.
58
# Check number of
invokedynamic
constants matches the number of unique call sites
59
CST_INDY_COUNT=$( sed -n -e 's@.*:
invokedynamic
#\([0-9]*\),.*@\1@p' ${JAVAP_OUTPUT} | \
67
echo Found ${CST_INDY_COUNT}
invokedynamic
constants but ${CALL_SITE_COUNT} call sites.
/external/jarjar/lib/
asm-commons-4.0.jar
/build/make/core/
java_common.mk
332
# In order to compile lambda code javac requires various
invokedynamic
-
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 234 milliseconds