Home
last modified time | relevance | path

Searched refs:managed_code (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc79 std::vector<uint8_t> managed_code(cs); in EmitAndCheck() local
80 MemoryRegion code(&managed_code[0], managed_code.size()); in EmitAndCheck()
83 DumpAndCheck(managed_code, testname, expected); in EmitAndCheck()
/art/compiler/jni/quick/
Djni_compiler.cc655 std::vector<uint8_t> managed_code(cs); in ArtJniCompileMethodInternal() local
656 MemoryRegion code(&managed_code[0], managed_code.size()); in ArtJniCompileMethodInternal()
660 std::move(managed_code), in ArtJniCompileMethodInternal()