OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFunctionName
(Results
1 - 21
of
21
) sorted by null
/external/v8/src/
profile-generator-inl.h
36
const char* StringsStorage::
GetFunctionName
(String* name) {
37
return
GetFunctionName
(GetName(name));
41
const char* StringsStorage::
GetFunctionName
(const char* name) {
profile-generator.h
75
inline const char*
GetFunctionName
(String* name);
76
inline const char*
GetFunctionName
(const char* name);
325
const char*
GetFunctionName
(String* name) {
326
return function_and_resource_names_.
GetFunctionName
(name);
328
const char*
GetFunctionName
(const char* name) {
329
return function_and_resource_names_.
GetFunctionName
(name);
[
all
...]
profile-generator.cc
778
GetFunctionName
(name),
791
GetFunctionName
(name),
[
all
...]
api.cc
[
all
...]
/external/chromium_org/gin/
try_catch.cc
43
<< V8ToString(frame->
GetFunctionName
())
/external/chromium_org/v8/src/
profile-generator.h
52
const char*
GetFunctionName
(Name* name);
53
const char*
GetFunctionName
(const char* name);
293
const char*
GetFunctionName
(Name* name) {
294
return function_and_resource_names_.
GetFunctionName
(name);
296
const char*
GetFunctionName
(const char* name) {
297
return function_and_resource_names_.
GetFunctionName
(name);
cpu-profiler.cc
213
rec->entry = profiles_->NewCodeEntry(tag, profiles_->
GetFunctionName
(name));
227
rec->entry = profiles_->NewCodeEntry(tag, profiles_->
GetFunctionName
(name));
243
rec->entry = profiles_->NewCodeEntry(tag, profiles_->
GetFunctionName
(name));
271
profiles_->
GetFunctionName
(shared->DebugName()),
allocation-tracker.cc
223
info->name = names_->
GetFunctionName
(shared->DebugName());
profile-generator.cc
132
const char* StringsStorage::
GetFunctionName
(Name* name) {
137
const char* StringsStorage::
GetFunctionName
(const char* name) {
api.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp
84
.setFunctionName(toCoreString(node->
GetFunctionName
()))
/external/chromium_org/chrome/renderer/extensions/
logging_native_handler.cc
81
ToStringOrDefault(frame->
GetFunctionName
(), "<anonymous>").c_str(),
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptCallStackFactory.cpp
62
v8::Local<v8::String> functionNameValue(frame->
GetFunctionName
());
/external/chromium_org/v8/include/
v8-profiler.h
46
Handle<String>
GetFunctionName
() const;
v8.h
[
all
...]
/external/v8/include/
v8-profiler.h
74
Handle<String>
GetFunctionName
() const;
v8.h
837
Local<String>
GetFunctionName
() const;
[
all
...]
/external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc
454
v8::Handle<v8::String> name = node->GetChild(i)->
GetFunctionName
();
459
CHECK_NE(name, node->GetChild(j)->
GetFunctionName
());
472
if (nameHandle->Equals(child->
GetFunctionName
())) return child;
[
all
...]
test-profile-generator.cc
679
v8::String::Utf8Value function_name(child->
GetFunctionName
());
test-api.cc
[
all
...]
/external/v8/test/cctest/
test-api.cc
[
all
...]
Completed in 2771 milliseconds