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

  /art/runtime/
oat_file_assistant.h 353 ProfileFile* GetProfile();
439 // Use the GetProfile method rather than accessing these directly.
oat_file_assistant.cc 499 return GetProfile() != nullptr;
509 ProfileFile* profile = GetProfile();
937 ProfileFile* OatFileAssistant::GetProfile() {
    [all...]
  /external/v8/src/
cpu-profiler.h 209 CpuProfile* GetProfile(int index);
cpu-profiler.cc 152 CpuProfile* CpuProfiler::GetProfile(int index) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 247 STDMETHOD_(HRESULT,GetProfile)(THIS_ IMFASFProfile **ppIProfile) PURE;
291 #define IMFASFContentInfo_GetProfile(This,ppIProfile) (This)->lpVtbl->GetProfile(This,ppIProfile)
    [all...]
rtccore.h     [all...]
msctf.h     [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 569 CpuProfile* profile = profiler->GetProfile(0);
test-cpu-profiler.cc 342 if (profile == profiler->GetProfile(i))
    [all...]

Completed in 206 milliseconds