Home
last modified time | relevance | path

Searched refs:kQuad (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-operands.h72 kQuad = 4, enumerator
73 kLast = kQuad
Dbytecode-decoder.cc44 case OperandSize::kQuad: in DecodeSignedOperand()
62 case OperandSize::kQuad: in DecodeUnsignedOperand()
Dbytecode-array-writer.cc134 case OperandSize::kQuad: { in EmitBytecode()
228 constant_array_builder()->DiscardReservedEntry(OperandSize::kQuad); in PatchJumpWith32BitOperand()
316 case OperandSize::kQuad: in EmitJump()
Dbytecode-operands.cc62 case OperandSize::kQuad: in OperandSizeToString()
Dconstant-array-builder.cc87 zone, k8BitCapacity + k16BitCapacity, k32BitCapacity, OperandSize::kQuad); in ConstantArrayBuilder()
190 case OperandSize::kQuad: in OperandSizeToSlice()
Dbytecode-register.cc103 return OperandSize::kQuad; in SizeOfOperand()
Dinterpreter-assembler.cc325 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedQuad()
339 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandSignedQuad()
367 case OperandSize::kQuad: in BytecodeSignedOperand()
384 case OperandSize::kQuad: in BytecodeUnsignedOperand()
Dbytecodes.h718 return OperandSize::kQuad; in SizeForUnsignedOperand()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp215 kQuad = 1, enumerator
232 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad); in countPoints()
237 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad); in endPt()
266 SkASSERT(fType == PathSegment::kQuad); in init()
384 segments->back().fType = PathSegment::kQuad; in add_quad_segment()
472 if (segment.fType != PathSegment::kQuad) { in precomputation_for_row()
613 SkASSERT(segment.fType == PathSegment::kQuad); in distance_to_segment()
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp39 kQuad = 1, enumerator
51 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad); in countPoints()
55 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad); in endPt()
59 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad); in endNorm()
244 segments->back().fType = Segment::kQuad; in add_quad_segment()