OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeProfiler
(Results
1 - 17
of
17
) sorted by null
/external/v8/src/
runtime-profiler.cc
80
Atomic32
RuntimeProfiler
::state_ = 0;
86
bool
RuntimeProfiler
::has_been_globally_set_up_ = false;
88
bool
RuntimeProfiler
::enabled_ = false;
91
RuntimeProfiler
::
RuntimeProfiler
(Isolate* isolate)
102
void
RuntimeProfiler
::GlobalSetup() {
130
void
RuntimeProfiler
::Optimize(JSFunction* function, const char* reason) {
150
void
RuntimeProfiler
::AttemptOnStackReplacement(JSFunction* function) {
205
void
RuntimeProfiler
::ClearSampleBuffer() {
211
int
RuntimeProfiler
::LookupSample(JSFunction* function)
[
all
...]
runtime-profiler.h
42
class
RuntimeProfiler
{
44
explicit
RuntimeProfiler
(Isolate* isolate);
165
// Implementation of
RuntimeProfiler
inline functions.
167
void
RuntimeProfiler
::IsolateEnteredJS(Isolate* isolate) {
179
void
RuntimeProfiler
::IsolateExitedJS(Isolate* isolate) {
v8.cc
259
RuntimeProfiler
::GlobalSetup();
isolate.h
797
RuntimeProfiler
* runtime_profiler() { return runtime_profiler_; }
[
all
...]
platform-cygwin.cc
652
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
665
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
platform-macos.cc
771
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
784
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
platform-solaris.cc
760
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
774
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
isolate.cc
[
all
...]
platform-freebsd.cc
757
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
776
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
platform-linux.cc
1134
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
1148
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
[
all
...]
platform-openbsd.cc
839
RuntimeProfiler
::StopRuntimeProfilerThreadBeforeShutdown(instance_);
853
bool runtime_profiler_enabled =
RuntimeProfiler
::IsEnabled();
log.cc
209
if (!profiler_ && IsActive() && !
RuntimeProfiler
::IsEnabled()) Stop();
222
if (!window_ && IsActive() && !
RuntimeProfiler
::IsEnabled()) Stop();
[
all
...]
platform-win32.cc
[
all
...]
/external/chromium_org/v8/src/
runtime-profiler.cc
95
RuntimeProfiler
::
RuntimeProfiler
(Isolate* isolate)
126
void
RuntimeProfiler
::Optimize(JSFunction* function, const char* reason) {
161
void
RuntimeProfiler
::AttemptOnStackReplacement(JSFunction* function) {
192
void
RuntimeProfiler
::ClearSampleBuffer() {
198
int
RuntimeProfiler
::LookupSample(JSFunction* function) {
215
void
RuntimeProfiler
::AddSample(JSFunction* function, int weight) {
224
void
RuntimeProfiler
::OptimizeNow() {
382
void
RuntimeProfiler
::SetUp() {
389
void
RuntimeProfiler
::Reset()
[
all
...]
runtime-profiler.h
42
class
RuntimeProfiler
{
44
explicit
RuntimeProfiler
(Isolate* isolate);
isolate.h
858
RuntimeProfiler
* runtime_profiler() { return runtime_profiler_; }
[
all
...]
isolate.cc
[
all
...]
Completed in 209 milliseconds