Home
last modified time | relevance | path

Searched refs:IsKnown (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dcompiler-source-position-table.cc59 if (pos.IsKnown()) { in Print()
Dcompiler-source-position-table.h36 if (position.IsKnown()) source_positions_->current_position_ = position; in NON_EXPORTED_BASE()
Dgraph-visualizer.cc161 if (position.IsKnown()) { in PrintNode()
506 if (position.IsKnown()) { in PrintSchedule()
Dcode-generator.cc493 if (!source_position.IsKnown()) return; in AssembleSourcePosition()
Dinstruction-selector.cc875 if (source_position.IsKnown() && IsSourcePositionUsed(node)) { in VisitBlock()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h41 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown() function
/external/v8/src/
Dsource-position.h41 bool IsKnown() const { in IsKnown() function
Dsource-position-table.cc125 DCHECK(source_position.IsKnown()); in AddPosition()
Dcodegen.cc203 if (position.IsKnown()) { in PrintInlinedFunctionInfo()
Dobjects.cc14124 if (info.deopt_reason != DeoptimizeReason::kNoReason || pos.IsKnown()) { in PrintDeoptLocation()
/external/v8/src/crankshaft/
Dlithium-codegen.cc108 if (value->position().IsKnown()) { in GenerateBody()
146 if (!pos.IsKnown()) return; in RecordAndWritePosition()
Dhydrogen.cc89 if (old_position.IsKnown()) { \
104 if (old_position.IsKnown()) { \
314 if (position.IsKnown()) { in AddInstruction()
322 if (position.IsKnown()) { in AddInstruction()
1375 DCHECK(!FLAG_hydrogen_track_positions || position_.IsKnown() || in AddInstruction()
1387 position_.IsKnown()); in FinishCurrentBlock()
1397 position_.IsKnown()); in FinishExitCurrentBlock()
Dhydrogen-instructions.h975 bool has_position() const { return position_.IsKnown(); } in has_position()
977 DCHECK(position.IsKnown()); in set_position()
/external/v8/src/profiler/
Dprofiler-listener.cc269 DCHECK(last_position.IsKnown()); in RecordDeoptInlinedFrames()