Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dsource-position.h47 explicit SourcePosition(int script_offset, int inlining_id = kNotInlined)
57 return SourcePosition(line, file_id, kNotInlined); in External()
63 return ScriptOffset() != kNoSourcePosition || InliningId() != kNotInlined; in IsKnown()
67 return InliningId() != kNotInlined; in isInlined()
120 DCHECK_GE(inlining_id, kNotInlined); in SetInliningId()
124 static const int kNotInlined = -1; variable
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc51 SourcePositionTuple{pc_offset, 0, SourcePosition::kNotInlined}); in GetSourceLineNumber()
58 return SourcePosition::kNotInlined; in GetInliningId()
62 SourcePositionTuple{pc_offset, 0, SourcePosition::kNotInlined}); in GetInliningId()
188 if (inlining_id == SourcePosition::kNotInlined) return nullptr; in GetInlineStack()
Dprofiler-listener.cc158 if (inlining_id == SourcePosition::kNotInlined) { in CodeCreateEvent()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1324 data->source_positions(), SourcePosition::kNotInlined, in DECL_PIPELINE_PHASE_CONSTANTS()