Home
last modified time | relevance | path

Searched refs:GetScriptId (Results 1 – 6 of 6) sorted by relevance

/external/v8/include/
Dv8-profiler.h66 int GetScriptId() const;
Dv8.h1601 int GetScriptId() const;
/external/v8/test/cctest/
Dtest-profile-generator.cc614 CHECK_EQ(script_b->GetUnboundScript()->GetId(), current->GetScriptId()); in TEST()
618 CHECK_EQ(script_a->GetUnboundScript()->GetId(), current->GetScriptId()); in TEST()
Dtest-cpu-profiler.cc1668 CHECK_EQ(script_id, node->GetScriptId()); in CheckFunctionDetails()
Dtest-api.cc17077 scriptIdInStack[i] = stackTrace->GetFrame(i)->GetScriptId(); in AnalyzeScriptIdInStack()
/external/v8/src/
Dapi.cc2505 int StackFrame::GetScriptId() const { in GetScriptId() function in v8::StackFrame
7916 int CpuProfileNode::GetScriptId() const { in GetScriptId() function in v8::CpuProfileNode