Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 9 of 9) sorted by relevance

/art/test/713-varhandle-invokers/
Dinfo.txt1 Tests invocation of VarHandles wrapped with MethodHandles.
/art/test/530-regression-lse/
Dinfo.txt1 Regression test (b/72440777) for load store elimination across invocation
/art/test/2000-virtual-list-structural/
DAbstractCollection.patch4 * Sole constructor. (For invocation by subclass constructors, typically
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt1 Non-regression test for b/38454151, where the invocation of a native
/art/tools/bisection_search/
DREADME.md18 There are two supported invocation modes:
20 1. Regular invocation, dalvikvm command is constructed internally:
24 2. Raw-cmd invocation, dalvikvm command is accepted as an argument.
/art/test/954-invoke-polymorphic-verifier/
Dexpected.txt4 …oid TooFewArguments.<init>(): void TooFewArguments.<init>(): Rejecting invocation, expected 2 argu…
5 …d TooManyArguments.<init>(): void TooManyArguments.<init>(): Rejecting invocation, expected 4 argu…
/art/test/044-proxy/
Dexpected.txt98 Proxy narrowed invocation return type passed
/art/test/
DREADME.md51 To see the invocation options supported by `run-test` and `testrunner.py`, run
/art/dex2oat/
Ddex2oat.cc1232 std::string invocation(oss.str()); in InsertCompileOptions() local
1234 invocation.c_str(), in InsertCompileOptions()
1235 invocation.size())) == -1) { in InsertCompileOptions()