HomeSort by relevance Sort by last modified time
    Searched refs:GetFunctionName (Results 1 - 10 of 10) 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/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.cpp 43 return toWebCoreString(m_profileNode->GetFunctionName());
ScriptProfile.cpp 67 result->setString("functionName", toWebCoreString(node->GetFunctionName()));
ScriptCallStackFactory.cpp 54 v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
  /external/v8/include/
v8-profiler.h 74 Handle<String> GetFunctionName() const;
v8.h 837 Local<String> GetFunctionName() const;
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 3724 milliseconds