Home
last modified time | relevance | path

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

/aosp12/art/test/1901-get-bytecodes/
H A DAndroid.bp3 // Build rules for ART run-test `1901-get-bytecodes`.
16 name: "art-run-test-1901-get-bytecodes",
21 ":art-run-test-1901-get-bytecodes-expected-stdout",
22 ":art-run-test-1901-get-bytecodes-expected-stderr",
28 name: "art-run-test-1901-get-bytecodes-expected-stdout",
29 out: ["art-run-test-1901-get-bytecodes-expected-stdout.txt"],
36 name: "art-run-test-1901-get-bytecodes-expected-stderr",
37 out: ["art-run-test-1901-get-bytecodes-expected-stderr.txt"],
H A Dbytecodes.cc44 unsigned char* bytecodes = nullptr; in Java_art_Test1901_getBytecodes() local
48 jvmti_env->GetBytecodes(method, &bytecodes_size, &bytecodes))) { in Java_art_Test1901_getBytecodes()
58 memcpy(bytes, bytecodes, bytecodes_size); in Java_art_Test1901_getBytecodes()
/aosp12/art/test/979-const-method-handle/
H A Dinfo.txt1 This test checks const-method-handle and const-method-type bytecodes.
/aosp12/system/extras/ioshark/
H A DREADME7 into it and compiles this into bytecodes (stored in *.wl files). The
14 - First collect straces and compile these into bytecodes. The wrapper
/aosp12/art/openjdkjvmti/
H A Dti_method.h51 unsigned char** bytecodes);
/aosp12/art/test/dexdump/
H A Dbytecodes.lst1 #bytecodes.dex
H A Dbytecodes.txt1 Processing 'bytecodes.dex'...
2 Opened 'bytecodes.dex', DEX version '035'
/aosp12/art/test/
H A DAndroid.bp627 "1901-get-bytecodes/bytecodes.cc",
1004 "1901-get-bytecodes/src/art/Test1901.java",
1144 "1901-get-bytecodes/expected-stdout.txt",
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal256 * Maximum size of the filter bytecodes in byte for an iface.