Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc184 std::vector<uint8_t> managed_code(cs); in EmitAndCheck() local
185 MemoryRegion code(&managed_code[0], managed_code.size()); in EmitAndCheck()
188 DumpAndCheck(managed_code, testname, results); in EmitAndCheck()
/art/compiler/jni/quick/
Djni_compiler.cc649 std::vector<uint8_t> managed_code(cs); in ArtJniCompileMethodInternal() local
650 MemoryRegion code(&managed_code[0], managed_code.size()); in ArtJniCompileMethodInternal()
654 std::move(managed_code), in ArtJniCompileMethodInternal()