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

/external/v8/src/interpreter/
H A Dbytecode-operands.cc62 case OperandSize::kQuad:
H A Dbytecode-operands.h72 kQuad = 4, member in class:v8::internal::interpreter::OperandScale::OperandSize
73 kLast = kQuad
H A Dbytecode-register.cc103 return OperandSize::kQuad;
H A Dbytecode-decoder.cc44 case OperandSize::kQuad:
62 case OperandSize::kQuad:
H A Dconstant-array-builder.cc87 zone, k8BitCapacity + k16BitCapacity, k32BitCapacity, OperandSize::kQuad);
190 case OperandSize::kQuad:
H A Dbytecode-array-writer.cc134 case OperandSize::kQuad: {
228 constant_array_builder()->DiscardReservedEntry(OperandSize::kQuad);
316 case OperandSize::kQuad:
H A Dinterpreter-assembler.cc325 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize(
339 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize(
367 case OperandSize::kQuad:
384 case OperandSize::kQuad:
H A Dbytecodes.h718 return OperandSize::kQuad;
/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp215 kQuad = 1, enumerator in enum:PathSegment::__anon17024
232 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad);
237 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad);
266 SkASSERT(fType == PathSegment::kQuad);
384 segments->back().fType = PathSegment::kQuad;
472 if (segment.fType != PathSegment::kQuad) {
613 SkASSERT(segment.fType == PathSegment::kQuad);
/external/skia/src/gpu/ops/
H A DGrAAConvexPathRenderer.cpp39 kQuad = 1, enumerator in enum:Segment::__anon17081
51 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad);
55 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad);
59 GR_STATIC_ASSERT(0 == kLine && 1 == kQuad);
244 segments->back().fType = Segment::kQuad;

Completed in 1249 milliseconds