Home
last modified time | relevance | path

Searched refs:DebugName (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/cc/layers/
Dlayer_client.h23 virtual std::string DebugName() = 0;
Dheads_up_display_layer.h28 virtual std::string DebugName() OVERRIDE;
Dheads_up_display_layer.cc58 std::string HeadsUpDisplayLayer::DebugName() { in DebugName() function in cc::HeadsUpDisplayLayer
Dlayer.cc880 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()
Dlayer.h366 virtual std::string DebugName();
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h137 virtual std::string DebugName() OVERRIDE;
Dweb_layer_impl.cc426 std::string WebLayerImpl::DebugName() { in DebugName() function in webkit::WebLayerImpl
/external/chromium_org/v8/src/
Dallocation-tracker.cc223 info->name = names_->GetFunctionName(shared->DebugName()); in AddFunctionInfo()
Dcpu-profiler.cc271 profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()
Dlog.cc218 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()
Dcompiler.cc1333 GDBJIT(AddCode(Handle<String>(shared->DebugName()), in RecordFunctionCompilation()
Dframes.cc926 function_->shared()->DebugName()->ShortPrint(); in Print()
Dhydrogen-instructions.cc981 stream->Add("%o ", function()->shared()->DebugName()); in PrintDataTo()
1000 stream->Add("%o ", target()->shared()->DebugName()); in PrintDataTo()
Dhydrogen.cc6780 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()
Ddeoptimizer.cc694 PrintF(stderr, "[method: %s]\n", *shared->DebugName()->ToCString()); in GetOutputInfo()
/external/chromium_org/ui/compositor/
Dlayer.h339 virtual std::string DebugName() OVERRIDE;
Dlayer.cc665 std::string Layer::DebugName() { in DebugName() function in ui::Layer
/external/v8/src/
Dcompiler.cc816 shared->DebugName())); in RecordFunctionCompilation()
820 GDBJIT(AddCode(Handle<String>(shared->DebugName()), in RecordFunctionCompilation()
Dlog.cc990 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()
Dcpu-profiler.cc394 shared->DebugName(), in CodeCreateEvent()
Dhydrogen-instructions.cc670 stream->Add("%o ", function()->shared()->DebugName()); in PrintDataTo()
689 stream->Add("o ", target()->shared()->DebugName()); in PrintDataTo()
Dframes.cc812 function_->shared()->DebugName()->ShortPrint(); in Print()
Ddeoptimizer.cc498 PrintF("[method: %s]\n", *shared->DebugName()->ToCString()); in GetOutputInfo()
Dliveobjectlist.cc528 String* name = sinfo->DebugName(); in GenerateObjectDesc()
/external/v8/src/ia32/
Dlithium-ia32.cc567 info()->shared_info()->DebugName()->ToCString()); in Abort()

12