Home
last modified time | relevance | path

Searched refs:kNotInlined (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dsource-position.h34 explicit SourcePosition(int script_offset, int inlining_id = kNotInlined)
42 return ScriptOffset() != kNoSourcePosition || InliningId() != kNotInlined; in IsKnown()
44 bool isInlined() const { return InliningId() != kNotInlined; } in isInlined()
62 DCHECK(inlining_id >= kNotInlined); in SetInliningId()
66 static const int kNotInlined = -1; variable
Dcodegen.cc149 if (inlining_id != SourcePosition::kNotInlined) { in PrintFunctionSource()
219 PrintFunctionSource(info, &printed, SourcePosition::kNotInlined, in DumpParticipatingSource()
/external/v8/src/compiler/
Dbytecode-graph-builder.h32 int inlining_id = SourcePosition::kNotInlined);
Dast-graph-builder.h565 int inlining_id = SourcePosition::kNotInlined);
/external/v8/src/profiler/
Dprofiler-listener.cc98 if (it.source_position().InliningId() != SourcePosition::kNotInlined) in CodeCreateEvent()