Searched refs:bytecodes (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/test/1901-get-bytecodes/ |
H A D | Android.bp | 3 // 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 D | bytecodes.cc | 44 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 D | info.txt | 1 This test checks const-method-handle and const-method-type bytecodes.
|
/aosp12/system/extras/ioshark/ |
H A D | README | 7 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 D | ti_method.h | 51 unsigned char** bytecodes);
|
/aosp12/art/test/dexdump/ |
H A D | bytecodes.lst | 1 #bytecodes.dex
|
H A D | bytecodes.txt | 1 Processing 'bytecodes.dex'... 2 Opened 'bytecodes.dex', DEX version '035'
|
/aosp12/art/test/ |
H A D | Android.bp | 627 "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 D | types.hal | 256 * Maximum size of the filter bytecodes in byte for an iface.
|