Home
last modified time | relevance | path

Searched refs:GetStartTime (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc97 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps()
120 .setStartTime(static_cast<double>(v8profile->GetStartTime())) in createCPUProfile()
/external/v8/include/
Dv8-profiler.h260 int64_t GetStartTime() const;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h654 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3442 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h623 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3439 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/v8/src/
Dapi.cc9728 int64_t CpuProfile::GetStartTime() const { in GetStartTime() function in v8::CpuProfile