Lines Matching refs:CpuProfileNode
6984 Handle<String> CpuProfileNode::GetFunctionName() const {
7002 int CpuProfileNode::GetScriptId() const {
7009 Handle<String> CpuProfileNode::GetScriptResourceName() const {
7017 int CpuProfileNode::GetLineNumber() const {
7022 int CpuProfileNode::GetColumnNumber() const {
7028 const char* CpuProfileNode::GetBailoutReason() const {
7034 unsigned CpuProfileNode::GetHitCount() const {
7039 unsigned CpuProfileNode::GetCallUid() const {
7044 unsigned CpuProfileNode::GetNodeId() const {
7049 int CpuProfileNode::GetChildrenCount() const {
7054 const CpuProfileNode* CpuProfileNode::GetChild(int index) const {
7057 return reinterpret_cast<const CpuProfileNode*>(child);
7077 const CpuProfileNode* CpuProfile::GetTopDownRoot() const {
7079 return reinterpret_cast<const CpuProfileNode*>(profile->top_down()->root());
7083 const CpuProfileNode* CpuProfile::GetSample(int index) const {
7085 return reinterpret_cast<const CpuProfileNode*>(profile->sample(index));