Home
last modified time | relevance | path

Searched refs:CreateJITCodeEntryForAddress (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.h41 void CreateJITCodeEntryForAddress(uintptr_t address, std::vector<uint8_t> symfile);
Ddebugger_interface.cc134 void CreateJITCodeEntryForAddress(uintptr_t address, std::vector<uint8_t> symfile) { in CreateJITCodeEntryForAddress() function
/art/compiler/optimizing/
Doptimizing_compiler.cc965 CreateJITCodeEntryForAddress(code_address, std::move(elf_file)); in JitCompile()