Searched refs:RuntimeProfiler (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Druntime-profiler.h16 class RuntimeProfiler { class in namespace:v8::internal
18 explicit RuntimeProfiler(Isolate* isolate);
H A Druntime-profiler.cc54 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
111 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
121 void RuntimeProfiler::Baseline(JSFunction* function, const char* reason) {
131 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function,
160 void RuntimeProfiler::MaybeOptimizeFullCodegen(JSFunction* function,
256 void RuntimeProfiler::MaybeOptimizeIgnition(JSFunction* function) {
286 void RuntimeProfiler::MarkCandidatesForOptimization() {
H A Disolate.h831 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
1278 RuntimeProfiler* runtime_profiler_;
H A Disolate.cc2268 runtime_profiler_ = new RuntimeProfiler(this);

Completed in 122 milliseconds