HomeSort by relevance Sort by last modified time
    Searched refs:kNotInlined (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
source-position.h 26 // - inlining_id (16 bit non-negative int or kNotInlined).
34 explicit SourcePosition(int script_offset, int inlining_id = kNotInlined)
42 return ScriptOffset() != kNoSourcePosition || InliningId() != kNotInlined;
44 bool isInlined() const { return InliningId() != kNotInlined; }
62 DCHECK(inlining_id >= kNotInlined);
66 static const int kNotInlined = -1;
codegen.cc 149 if (inlining_id != SourcePosition::kNotInlined) {
219 PrintFunctionSource(info, &printed, SourcePosition::kNotInlined,
  /external/v8/src/compiler/
bytecode-graph-builder.h 32 int inlining_id = SourcePosition::kNotInlined);
ast-graph-builder.h 565 int inlining_id = SourcePosition::kNotInlined);
  /external/v8/src/profiler/
profiler-listener.cc 98 if (it.source_position().InliningId() != SourcePosition::kNotInlined)

Completed in 59 milliseconds