Searched refs:symfile_copy (Results 1 – 1 of 1) sorted by relevance
78 uint8_t* symfile_copy = new uint8_t[symfile.size()]; in CreateJITCodeEntryInternal() local79 CHECK(symfile_copy != nullptr); in CreateJITCodeEntryInternal()80 memcpy(symfile_copy, symfile.data(), symfile.size()); in CreateJITCodeEntryInternal()84 entry->symfile_addr_ = symfile_copy; in CreateJITCodeEntryInternal()