Searched refs:InstructionIndex (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1179 int index = pos.InstructionIndex();
1192 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex()));
1396 int start = range->Start().InstructionIndex();
1400 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex();
1401 DCHECK(cur->Start().InstructionIndex() >= start);
1530 if (IsGapAt(next_pos.InstructionIndex())) {
2013 InstructionAt(pos.InstructionIndex())->IsLabel();
2026 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl());
2053 int start_instr = start.InstructionIndex();
[all...]
H A Dlithium-allocator.h53 int InstructionIndex() const { function in class:v8::internal::LifetimePosition
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1273 procedure Rollback(const InstructionIndex: Integer); overload;
1280 const InstructionIndex: Integer); overload;
2562 property InstructionIndex: Integer read GetInstructionIndex write SetInstructionIndex;
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;
2668 const InstructionIndex: Integer); overload; virtual;
6000 Op.InstructionIndex := Rewrites.Count;
6031 Rewrites[IOp.InstructionIndex] := nil;
6043 Rewrites[PrevROp.InstructionIndex] := nil;
6076 Rewrites[PrevIOp.InstructionIndex] := nil;
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex
[all...]

Completed in 85 milliseconds