OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugName
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/cc/layers/
layer_client.h
23
virtual std::string
DebugName
() = 0;
heads_up_display_layer.h
28
virtual std::string
DebugName
() OVERRIDE;
heads_up_display_layer.cc
58
std::string HeadsUpDisplayLayer::
DebugName
() {
layer.cc
880
layer->SetDebugName(
DebugName
());
1038
std::string Layer::
DebugName
() {
1039
return client_ ? client_->
DebugName
() : std::string();
[
all
...]
layer.h
366
virtual std::string
DebugName
();
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h
137
virtual std::string
DebugName
() OVERRIDE;
web_layer_impl.cc
395
// TODO(chrishtr): move
DebugName
into this class.
426
std::string WebLayerImpl::
DebugName
() {
430
std::string name = web_layer_client_->
debugName
(this).utf8();
/external/chromium_org/ui/compositor/
layer.h
339
virtual std::string
DebugName
() OVERRIDE;
layer.cc
665
std::string Layer::
DebugName
() {
/external/chromium_org/v8/src/
allocation-tracker.cc
223
info->name = names_->GetFunctionName(shared->
DebugName
());
cpu-profiler.cc
271
profiles_->GetFunctionName(shared->
DebugName
()),
log.cc
218
name_buffer_->AppendString(shared->
DebugName
());
[
all
...]
compiler.cc
[
all
...]
frames.cc
926
function_->shared()->
DebugName
()->ShortPrint();
[
all
...]
hydrogen-instructions.cc
981
stream->Add("%o ", function()->shared()->
DebugName
());
1000
stream->Add("%o ", target()->shared()->
DebugName
());
[
all
...]
/external/v8/src/
compiler.cc
816
shared->
DebugName
()));
820
GDBJIT(AddCode(Handle<String>(shared->
DebugName
()),
log.cc
990
name_buffer_->AppendString(shared->
DebugName
());
1005
shared->
DebugName
()->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
[
all
...]
cpu-profiler.cc
394
shared->
DebugName
(),
hydrogen-instructions.cc
670
stream->Add("%o ", function()->shared()->
DebugName
());
689
stream->Add("o ", target()->shared()->
DebugName
());
[
all
...]
frames.cc
812
function_->shared()->
DebugName
()->ShortPrint();
[
all
...]
deoptimizer.cc
498
PrintF("[method: %s]\n", *shared->
DebugName
()->ToCString());
[
all
...]
liveobjectlist.cc
528
String* name = sinfo->
DebugName
();
[
all
...]
/external/v8/src/arm/
lithium-arm.cc
572
info()->shared_info()->
DebugName
()->ToCString());
[
all
...]
/external/v8/src/mips/
lithium-mips.cc
572
info()->shared_info()->
DebugName
()->ToCString());
[
all
...]
/external/v8/src/x64/
lithium-x64.cc
565
info()->shared_info()->
DebugName
()->ToCString());
[
all
...]
Completed in 7143 milliseconds
1
2