Searched refs:LifetimePosition (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium-allocator.h66 class LifetimePosition { class in namespace:v8::internal
70 static LifetimePosition FromInstructionIndex(int index) {
71 return LifetimePosition(index * kStep);
94 LifetimePosition InstructionStart() const {
96 return LifetimePosition(value_ & ~(kStep - 1));
101 LifetimePosition InstructionEnd() const {
103 return LifetimePosition(InstructionStart().Value() + kStep/2);
107 LifetimePosition NextInstruction() const {
109 return LifetimePosition(InstructionStart().Value() + kStep);
114 LifetimePosition PrevInstructio
122 LifetimePosition() : value_(-1) {} function in class:v8::internal::LifetimePosition
142 explicit LifetimePosition(int value) : value_(value) { } function in class:v8::internal::LifetimePosition
[all...]
H A Dlithium-allocator.cc49 static inline LifetimePosition Min(LifetimePosition a, LifetimePosition b) {
54 static inline LifetimePosition Max(LifetimePosition a, LifetimePosition b) {
59 UsePosition::UsePosition(LifetimePosition pos,
92 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) {
181 UsePosition* LiveRange::NextUsePosition(LifetimePosition start) {
193 LifetimePosition star
[all...]
H A Dhydrogen.cc9623 LifetimePosition::FromInstructionIndex(first_index).Value());
9626 LifetimePosition::FromInstructionIndex(last_index).Value());
9673 LifetimePosition::FromInstructionIndex(i).Value());
/external/v8/src/
H A Dlithium-allocator.h66 class LifetimePosition { class in namespace:v8::internal
70 static LifetimePosition FromInstructionIndex(int index) {
71 return LifetimePosition(index * kStep);
94 LifetimePosition InstructionStart() const {
96 return LifetimePosition(value_ & ~(kStep - 1));
101 LifetimePosition InstructionEnd() const {
103 return LifetimePosition(InstructionStart().Value() + kStep/2);
107 LifetimePosition NextInstruction() const {
109 return LifetimePosition(InstructionStart().Value() + kStep);
114 LifetimePosition PrevInstructio
122 LifetimePosition() : value_(-1) {} function in class:v8::internal::LifetimePosition
142 explicit LifetimePosition(int value) : value_(value) { } function in class:v8::internal::LifetimePosition
[all...]
H A Dlithium-allocator.cc49 static inline LifetimePosition Min(LifetimePosition a, LifetimePosition b) {
54 static inline LifetimePosition Max(LifetimePosition a, LifetimePosition b) {
59 UsePosition::UsePosition(LifetimePosition pos, LOperand* operand)
90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) {
178 UsePosition* LiveRange::NextUsePosition(LifetimePosition start) {
190 LifetimePosition star
[all...]
H A Dhydrogen.cc7942 LifetimePosition::FromInstructionIndex(first_index).Value());
7945 LifetimePosition::FromInstructionIndex(last_index).Value());
7993 LifetimePosition::FromInstructionIndex(i).Value());

Completed in 976 milliseconds