HomeSort by relevance Sort by last modified time
    Searched refs:GetSavedEntryPoint (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
profiling_info.h 140 const void* GetSavedEntryPoint() const {
jit.cc 673 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) {
675 method, profiling_info->GetSavedEntryPoint());
jit_code_cache.cc 689 if (info->GetSavedEntryPoint() != nullptr) {
699 DCHECK(info->GetSavedEntryPoint() == nullptr);
    [all...]

Completed in 175 milliseconds