/external/chromium_org/cc/layers/ |
D | layer_client.h | 23 virtual std::string DebugName() = 0;
|
D | heads_up_display_layer.h | 28 virtual std::string DebugName() OVERRIDE;
|
D | heads_up_display_layer.cc | 58 std::string HeadsUpDisplayLayer::DebugName() { in DebugName() function in cc::HeadsUpDisplayLayer
|
D | layer.cc | 880 layer->SetDebugName(DebugName()); in PushPropertiesTo() 1038 std::string Layer::DebugName() { in DebugName() function in cc::Layer 1039 return client_ ? client_->DebugName() : std::string(); in DebugName()
|
D | layer.h | 366 virtual std::string DebugName();
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_layer_impl.h | 137 virtual std::string DebugName() OVERRIDE;
|
D | web_layer_impl.cc | 426 std::string WebLayerImpl::DebugName() { in DebugName() function in webkit::WebLayerImpl
|
/external/chromium_org/v8/src/ |
D | allocation-tracker.cc | 223 info->name = names_->GetFunctionName(shared->DebugName()); in AddFunctionInfo()
|
D | cpu-profiler.cc | 271 profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()
|
D | log.cc | 218 name_buffer_->AppendString(shared->DebugName()); in CodeCreateEvent() 1472 shared->DebugName()->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in CodeCreateEvent() 1909 Handle<String> func_name(shared->DebugName()); in LogExistingFunction()
|
D | compiler.cc | 1333 GDBJIT(AddCode(Handle<String>(shared->DebugName()), in RecordFunctionCompilation()
|
D | frames.cc | 926 function_->shared()->DebugName()->ShortPrint(); in Print()
|
D | hydrogen-instructions.cc | 981 stream->Add("%o ", function()->shared()->DebugName()); in PrintDataTo() 1000 stream->Add("%o ", target()->shared()->DebugName()); in PrintDataTo()
|
D | hydrogen.cc | 6780 caller->shared()->DebugName()->ToCString(); in TryCallPolymorphicAsMonomorphic() 6893 caller->shared()->DebugName()->ToCString(); in HandlePolymorphicCallNamed() 6956 target->shared()->DebugName()->ToCString(); in TraceInline() 6958 caller->shared()->DebugName()->ToCString(); in TraceInline()
|
D | deoptimizer.cc | 694 PrintF(stderr, "[method: %s]\n", *shared->DebugName()->ToCString()); in GetOutputInfo()
|
/external/chromium_org/ui/compositor/ |
D | layer.h | 339 virtual std::string DebugName() OVERRIDE;
|
D | layer.cc | 665 std::string Layer::DebugName() { in DebugName() function in ui::Layer
|
/external/v8/src/ |
D | compiler.cc | 816 shared->DebugName())); in RecordFunctionCompilation() 820 GDBJIT(AddCode(Handle<String>(shared->DebugName()), in RecordFunctionCompilation()
|
D | log.cc | 990 name_buffer_->AppendString(shared->DebugName()); in CodeCreateEvent() 1005 shared->DebugName()->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in CodeCreateEvent() 1539 Handle<String> func_name(shared->DebugName()); in LogExistingFunction()
|
D | cpu-profiler.cc | 394 shared->DebugName(), in CodeCreateEvent()
|
D | hydrogen-instructions.cc | 670 stream->Add("%o ", function()->shared()->DebugName()); in PrintDataTo() 689 stream->Add("o ", target()->shared()->DebugName()); in PrintDataTo()
|
D | frames.cc | 812 function_->shared()->DebugName()->ShortPrint(); in Print()
|
D | deoptimizer.cc | 498 PrintF("[method: %s]\n", *shared->DebugName()->ToCString()); in GetOutputInfo()
|
D | liveobjectlist.cc | 528 String* name = sinfo->DebugName(); in GenerateObjectDesc()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 567 info()->shared_info()->DebugName()->ToCString()); in Abort()
|