/external/v8/src/ |
D | cpu-profiler.h | 139 void CodeCreateEvent(Logger::LogEventsAndTags tag, 144 void CodeCreateEvent(Logger::LogEventsAndTags tag, 147 void CodeCreateEvent(Logger::LogEventsAndTags tag, 226 static void CodeCreateEvent(Logger::LogEventsAndTags tag, 228 static void CodeCreateEvent(Logger::LogEventsAndTags tag, 230 static void CodeCreateEvent(Logger::LogEventsAndTags tag, 234 static void CodeCreateEvent(Logger::LogEventsAndTags tag, 238 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
|
D | cpu-profiler.cc | 76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerEventsProcessor 96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerEventsProcessor 113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerEventsProcessor 351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CpuProfiler 353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent( in CodeCreateEvent() 358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CpuProfiler 361 isolate->cpu_profiler()->processor_->CodeCreateEvent( in CodeCreateEvent() 372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CpuProfiler 377 isolate->cpu_profiler()->processor_->CodeCreateEvent( in CodeCreateEvent() 388 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CpuProfiler [all …]
|
D | stub-cache.cc | 128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name)); in ComputeLoadNonexistent() 147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadField() 167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadCallback() 187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadConstant() 205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadInterceptor() 230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadGlobal() 249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadField() 269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadConstant() 287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadInterceptor() 308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadCallback() [all …]
|
D | log.h | 219 void CodeCreateEvent(LogEventsAndTags tag, 221 void CodeCreateEvent(LogEventsAndTags tag, 223 void CodeCreateEvent(LogEventsAndTags tag, 227 void CodeCreateEvent(LogEventsAndTags tag, 231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
|
D | log.cc | 864 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 899 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 939 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 980 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { in CodeCreateEvent() function in v8::internal::Logger 1443 PROFILE(ISOLATE, CodeCreateEvent(tag, code_object, description)); in LogCodeObject() 1547 CodeCreateEvent( in LogExistingFunction() 1554 CodeCreateEvent( in LogExistingFunction() 1560 CodeCreateEvent( in LogExistingFunction() 1576 CodeCreateEvent( in LogExistingFunction()
|
D | compiler.cc | 429 PROFILE(isolate, CodeCreateEvent( in MakeFunctionInfo() 441 PROFILE(isolate, CodeCreateEvent( in MakeFunctionInfo() 806 CodeCreateEvent(Logger::ToNativeByScript(tag, *script), in RecordFunctionCompilation() 813 CodeCreateEvent(Logger::ToNativeByScript(tag, *script), in RecordFunctionCompilation()
|
D | code-stubs.cc | 80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name)); in RecordCodeGeneration()
|
D | ic.cc | 1051 CodeCreateEvent(Logger::KEYED_LOAD_MEGAMORPHIC_IC_TAG, *code, 0)); in ComputePolymorphicStub() 1711 CodeCreateEvent(Logger::KEYED_STORE_MEGAMORPHIC_IC_TAG, *code, 0)); in ComputePolymorphicStub()
|
D | builtins.cc | 1680 CodeCreateEvent(Logger::BUILTIN_TAG, in SetUp()
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 92 processor.CodeCreateEvent(i::Logger::FUNCTION_TAG, in TEST() 99 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG, in TEST() 103 processor.CodeCreateEvent(i::Logger::STUB_TAG, 5, ToAddress(0x1300), 0x10); in TEST() 104 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG, in TEST() 109 processor.CodeCreateEvent(i::Logger::STUB_TAG, 3, ToAddress(0x1600), 0x10); in TEST() 110 processor.CodeCreateEvent(i::Logger::STUB_TAG, 4, ToAddress(0x1605), 0x10); in TEST() 148 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG, in TEST() 152 processor.CodeCreateEvent(i::Logger::STUB_TAG, 5, ToAddress(0x1300), 0x10); in TEST() 153 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG, in TEST() 238 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG, in TEST()
|