HomeSort by relevance Sort by last modified time
    Searched defs:profileNode (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/inspector/
JavaScriptProfileNode.cpp 32 #include <profiler/ProfileNode.h>
48 typedef HashMap<ProfileNode*, JSObject*> ProfileNodeMap;
61 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
62 JSRetainPtr<JSStringRef> functionNameString(Adopt, JSStringCreateWithCharacters(profileNode->functionName().data(), profileNode->functionName().size()));
71 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject))
    [all...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 56 private ProfileNode[] mProfileNodes;
190 // Create the ProfileNode objects that we need
191 ArrayList<ProfileNode> nodes = new ArrayList<ProfileNode>();
192 ProfileNode profileNode;
194 profileNode = new ProfileNode("Parents", this, sortedParents,
196 nodes.add(profileNode);
199 profileNode = new ProfileNode("Children", this, sortedChildren
    [all...]

Completed in 27 milliseconds