Home
last modified time | relevance | path

Searched refs:first_pos (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp195 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; in init() local
196 const SkScalar last_pos = SK_Scalar1 - first_pos; in init()
207 clamp_color, first_pos); in init()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc353 if (first_pos() == nullptr) { in AttachToNext()
354 first_pos_ = next_->first_pos(); in AttachToNext()
360 ptr->set_next(next_->first_pos()); in AttachToNext()
431 use_pos = first_pos(); in NextUsePosition()
458 UsePosition* pos = first_pos(); in PreviousUsePositionRegisterIsBeneficial()
596 UsePosition* use_after = first_pos(); in DetachAt()
648 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) { in ConvertUsesToOperand()
687 UsePosition* pos = first_pos(); in ShouldBeAllocatedBefore()
688 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore()
702 for (UsePosition* pos = first_pos(); po in SetUseHints()
[all...]
H A Dspill-placer.cc89 for (const UsePosition* pos = child->first_pos(); pos != nullptr; in Add()
H A Dregister-allocator.h533 UsePosition* first_pos() const { return first_pos_; } in first_pos() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4862 uint32_t first_pos = block_pos; in FindValuesNeedingNamedOrHoistedDefinition() local
4876 first_pos = std::min(first_pos, pred_block_info->pos); in FindValuesNeedingNamedOrHoistedDefinition()
4883 GetEnclosingScope(first_pos, last_pos); in FindValuesNeedingNamedOrHoistedDefinition()
4910 const auto first_pos = def_info->block_pos; in FindValuesNeedingNamedOrHoistedDefinition() local
4914 GetBlockInfo(block_order_[first_pos])->construct; in FindValuesNeedingNamedOrHoistedDefinition()
4918 if (first_pos == def_in_construct->begin_pos) { in FindValuesNeedingNamedOrHoistedDefinition()
4942 GetEnclosingScope(first_pos, last_use_pos); in FindValuesNeedingNamedOrHoistedDefinition()
4957 const Construct* FunctionEmitter::GetEnclosingScope(uint32_t first_pos, in GetEnclosingScope() argument
4960 GetBlockInfo(block_order_[first_pos]) in GetEnclosingScope()
[all...]
H A Dfunction.h870 /// @param first_pos the first block position
873 const Construct* GetEnclosingScope(uint32_t first_pos,
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc781 UsePosition* current_pos = range->first_pos(); in PrintLiveRange()
1000 for (UsePosition* current_pos = range.first_pos(); current_pos != nullptr; in operator <<()
/third_party/python/Lib/test/
H A Dtest_ast.py286 first_pos = parent_pos
288 first_pos = (value[0].lineno, value[0].col_offset)
290 self._assertTrueorder(child, first_pos)

Completed in 26 milliseconds