Home
last modified time | relevance | path

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

/external/v8/src/
Dsource-position.h33 explicit SourcePosition(int script_offset, int inlining_id = kNotInlined)
41 return ScriptOffset() != kNoSourcePosition || InliningId() != kNotInlined; in IsKnown()
43 bool isInlined() const { return InliningId() != kNotInlined; } in isInlined()
63 DCHECK_GE(inlining_id, kNotInlined); in SetInliningId()
67 static const int kNotInlined = -1; variable
/external/v8/src/compiler/
Dbytecode-graph-builder.h36 int inlining_id = SourcePosition::kNotInlined,
Dpipeline.cc1151 SourcePosition::kNotInlined, flags, true, in Run()
/external/v8/src/profiler/
Dprofiler-listener.cc95 if (it.source_position().InliningId() != SourcePosition::kNotInlined) in CodeCreateEvent()