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

  /external/v8/src/
counters-inl.h 14 HeapObject* heap_object, RuntimeCallStats::CounterId counter_id) {
17 RuntimeCallStats::Enter(isolate_, &timer_, counter_id);
api-arguments.cc 15 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback);
26 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback);
api-arguments-inl.h 22 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
46 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
66 isolate, &RuntimeCallStats::GenericNamedPropertySetterCallback);
81 &RuntimeCallStats::IndexedPropertySetterCallback);
95 &RuntimeCallStats::AccessorNameSetterCallback);
counters.cc 277 void RuntimeCallStats::Enter(Isolate* isolate, RuntimeCallTimer* timer,
279 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
286 void RuntimeCallStats::Leave(Isolate* isolate, RuntimeCallTimer* timer) {
287 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
302 void RuntimeCallStats::CorrectCurrentCounterId(Isolate* isolate,
304 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
310 void RuntimeCallStats::Print(std::ostream& os) {
336 void RuntimeCallStats::Reset() {
arguments.h 89 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
counters.h 500 friend class RuntimeCallStats;
738 class RuntimeCallStats {
740 typedef RuntimeCallCounter RuntimeCallStats::*CounterId;
780 RuntimeCallStats() { Reset(); }
791 RuntimeCallStats::CorrectCurrentCounterId( \
792 isolate, &RuntimeCallStats::counter_name); \
804 RuntimeCallStats::CounterId counter_id) {
807 RuntimeCallStats::Enter(isolate_, &timer_, counter_id);
813 RuntimeCallStats::CounterId counter_id);
817 RuntimeCallStats::Leave(isolate_, &timer_)
    [all...]
compiler.cc 660 &RuntimeCallStats::RecompileSynchronous);
713 &RuntimeCallStats::RecompileSynchronous);
781 RuntimeCallTimerScope runtimeTimer(isolate, &RuntimeCallStats::OptimizeCode);
    [all...]
execution.cc 97 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution);
lookup.cc 353 ? &RuntimeCallStats::PrototypeObject_DeleteProperty
354 : &RuntimeCallStats::Object_DeleteProperty);
deoptimizer.cc 379 &RuntimeCallStats::DeoptimizeCode);
400 &RuntimeCallStats::DeoptimizeCode);
433 &RuntimeCallStats::DeoptimizeCode);
    [all...]
log.cc     [all...]
objects.cc     [all...]
api.cc 75 isolate, &i::RuntimeCallStats::API_##class_name##_##function_name); \
    [all...]
builtins.cc 101 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 29 RuntimeCallStats::Enter(tracer_->heap_->isolate(), &timer_,
30 &RuntimeCallStats::GC);
41 RuntimeCallStats::Leave(tracer_->heap_->isolate(), &timer_);
211 RuntimeCallStats::Enter(heap_->isolate(), &timer_, &RuntimeCallStats::GC);
321 RuntimeCallStats::Leave(heap_->isolate(), &timer_);
  /external/v8/src/full-codegen/
full-codegen.cc 32 &RuntimeCallStats::CompileFullCode);
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 136 &RuntimeCallStats::CompileIgnition);
    [all...]
  /external/v8/src/parsing/
parser.cc 840 RuntimeCallTimerScope runtime_timer(isolate, &RuntimeCallStats::Parse);
    [all...]

Completed in 652 milliseconds