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

  /external/skia/src/effects/gradients/
Sk4fGradientBase.cpp 193 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; local
194 const SkScalar last_pos = SK_Scalar1 - first_pos;
202 clamp_color, first_pos);
  /external/v8/src/compiler/
live-range-separator.cc 63 for (const UsePosition *pos = range->first_pos();
register-allocator.cc 481 use_pos = first_pos();
509 UsePosition* pos = first_pos();
654 ? first_pos()
707 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
735 UsePosition* pos = first_pos();
737 UsePosition* other_pos = other->first_pos();
746 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
970 if (splinter()->first_pos() == nullptr) {
978 if (splinter()->first_pos() != nullptr &&
980 splinter()->last_pos_ = splinter()->first_pos();
    [all...]
graph-visualizer.cc 614 UsePosition* current_pos = range->first_pos();
register-allocator.h 314 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::compiler::LiveRange
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 150 if (use_pos == NULL) use_pos = first_pos();
171 UsePosition* pos = first_pos();
347 UsePosition* pos = first_pos();
349 UsePosition* other_pos = other->first_pos();
454 UsePosition* use_pos = first_pos();
    [all...]
lithium-allocator.h 197 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::LiveRange
hydrogen.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h     [all...]

Completed in 407 milliseconds