Home
last modified time | relevance | path

Searched refs:dex_bytes (Results 1 – 25 of 100) sorted by relevance

1234

/aosp12/art/libdexfile/dex/
H A Ddex_file_loader_test.cc309 std::vector<uint8_t> dex_bytes; in TEST_F() local
315 std::vector<uint8_t> dex_bytes; in TEST_F() local
322 std::vector<uint8_t> dex_bytes; in TEST_F() local
331 std::vector<uint8_t> dex_bytes; in TEST_F() local
340 std::vector<uint8_t> dex_bytes; in TEST_F() local
349 std::vector<uint8_t> dex_bytes; in TEST_F() local
368 std::vector<uint8_t> dex_bytes; in TEST_F() local
413 std::vector<uint8_t> dex_bytes; in TEST_F() local
427 std::vector<uint8_t> dex_bytes; in TEST_F() local
442 std::vector<uint8_t> dex_bytes; in TEST_F() local
[all …]
H A Ddex_file_verifier_test.cc71 CHECK(dex_bytes != nullptr); in VerifyModification()
103 CHECK(dex_bytes.get() != nullptr); in OpenDexFileBase64()
1616 CHECK(dex_bytes != nullptr); in TEST_F()
1688 CHECK(dex_bytes != nullptr); in TEST_F()
1732 CHECK(dex_bytes != nullptr); in TEST_F()
1776 CHECK(dex_bytes != nullptr); in TEST_F()
1820 CHECK(dex_bytes != nullptr); in TEST_F()
1857 CHECK(dex_bytes != nullptr); in TEST_F()
2060 CHECK(dex_bytes != nullptr); in TEST_F()
2107 CHECK(dex_bytes != nullptr); in TEST_F()
[all …]
/aosp12/art/test/1963-add-to-dex-classloader-in-memory/src/art/
H A DTest1963.java231 public static void addToClassLoader(ClassLoader cl, byte[] class_bytes, byte[] dex_bytes) { in addToClassLoader() argument
233 addToClassLoaderNative(cl, ByteBuffer.allocateDirect(dex_bytes.length).put(dex_bytes)); in addToClassLoader()
/aosp12/art/test/921-hello-failure/src/
H A DMain.java74 byte[] dex_bytes) { in addCommonTransformationResult() argument
75 Redefinition.addCommonTransformationResult(target_name, class_bytes, dex_bytes); in addCommonTransformationResult()
/aosp12/art/test/ti-agent/
H A Dredefinition_helper.cc278 std::vector<unsigned char> dex_bytes; member
281 : class_bytes(class_size), dex_bytes(dex_size) {} in CommonTransformationResult()
312 reinterpret_cast<jbyte*>(trans.dex_bytes.data())); in Java_art_Redefinition_addCommonTransformationResult()
338 const std::vector<unsigned char>& desired_array = IsJVM() ? res.class_bytes : res.dex_bytes; in CommonClassFileLoadHookRetransformable()
/aosp12/art/openjdkjvmti/
H A Dti_search.h53 const char* dex_bytes,
H A Dti_search.cc260 const char* dex_bytes, in AddToDexClassLoaderInMemory() argument
268 } else if (dex_bytes == nullptr) { in AddToDexClassLoaderInMemory()
297 if (!file.WriteFully(dex_bytes, dex_bytes_length) || file.Flush() != 0) { in AddToDexClassLoaderInMemory()
/aosp12/art/test/981-dedup-original-dex/src-art/art/
H A DRedefinition.java90 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/998-redefine-use-after-free/src-ex/art/
H A DRedefinition.java90 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/1948-obsolete-const-method-handle/util-src/src/art/
H A DRedefinition.java90 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/902-hello-transformation/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/914-hello-obsolescence/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/915-obsolete-2/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/916-obsolete-jit/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/917-fields-transformation/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/919-obsolete-fields/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/921-hello-failure/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/926-multi-obsolescence/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/930-hello-retransform/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/932-transform-saves/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/934-load-transform/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/935-non-retransformable/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/937-hello-retransform-package/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/938-load-transform-bcp/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument
/aosp12/art/test/939-hello-transformation-bcp/src/art/
H A DRedefinition.java97 byte[] dex_bytes); in addCommonTransformationResult() argument

1234