/art/libartbase/base/unix_file/ |
D | README | 13 This code will, in general, return -errno on failure. If an operation consisted 15 relevant operation.
|
/art/compiler/optimizing/ |
D | induction_var_range.cc | 405 } else if (info->op_b->operation == HInductionVarAnalysis::kFetch) { in IsUnitStride() 483 info->operation == HInductionVarAnalysis::kFetch) { in IsConstant() 547 info->operation == HInductionVarAnalysis::kFetch) { in HasFetchInLoop() 574 return trip->operation == HInductionVarAnalysis::kTripCountInBody || in IsBodyTripCount() 575 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe; in IsBodyTripCount() 584 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe || in IsUnsafeTripCount() 585 trip->operation == HInductionVarAnalysis::kTripCountInLoopUnsafe; in IsUnsafeTripCount() 604 if (trip_expr->type == info->type && trip_expr->operation == HInductionVarAnalysis::kSub) { in GetLinear() 613 trip->operation, in GetLinear() 632 trip->induction_class, trip->operation, &neg, trip->op_b, nullptr, trip->type); in GetLinear() [all …]
|
D | induction_var_analysis.cc | 657 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub() 669 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type); in TransferAddSub() 679 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub() 698 } else if (a->induction_class != kGeometric || a->operation == kMul) { in TransferNeg() 703 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferNeg() 725 b->operation == kMul)) { in TransferMul() 730 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type); in TransferMul() 733 a->operation == kMul)) { in TransferMul() 738 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferMul() 911 if (c->operation == kFetch) { in SolveOp() [all …]
|
D | code_generator_x86_64.h | 239 void HandleBitwiseOperation(HBinaryOperation* operation); 241 void HandleShift(HBinaryOperation* operation); 306 void HandleBitwiseOperation(HBinaryOperation* operation); 314 void HandleShift(HBinaryOperation* operation);
|
D | induction_var_analysis.h | 111 operation(op), in InductionInfo() 117 InductionOp operation; member
|
D | code_generator_riscv64.h | 255 void HandleBinaryOp(HBinaryOperation* operation); 257 void HandleShift(HBinaryOperation* operation); 309 void HandleBinaryOp(HBinaryOperation* operation); 311 void HandleShift(HBinaryOperation* operation);
|
D | code_generator_arm_vixl.h | 384 void HandleBitwiseOperation(HBinaryOperation* operation, Opcode opcode); 388 void HandleShift(HBinaryOperation* operation); 440 void HandleBitwiseOperation(HBinaryOperation* operation); 444 void HandleShift(HBinaryOperation* operation);
|
/art/test/436-rem-float/ |
D | info.txt | 1 Tests for floating point modulo (rem) operation.
|
/art/test/564-checker-bitcount/ |
D | info.txt | 1 Unit test for 32-bit and 64-bit bit count operation.
|
/art/test/004-ThreadStress/src-art/ |
D | Main.java | 647 for (Operation operation : operations) { in runTest() 648 Integer ops = distribution.get(operation); in runTest() 654 distribution.put(operation, ops); in runTest() 771 Operation operation = operations[nextOperation]; in run() local 775 + " is " + operation); in run() 778 if (!operation.perform()) { in run() 809 Operation operation = operations[i]; in run() local 813 + " is " + operation); in run() 817 operation.perform(); in run()
|
/art/libartbase/base/ |
D | scoped_flock.cc | 58 int operation = block ? LOCK_EX : (LOCK_EX | LOCK_NB); in Open() 59 int flock_result = TEMP_FAILURE_RETRY(flock(file->Fd(), operation)); in Open()
|
/art/test/944-transform-classloaders/ |
D | info.txt | 6 classloaders. Changes to the internal operation or definition of
|
/art/test/800-smali/smali/ |
D | b_26594149_5.smali | 23 # Allowed operation on uninitialized objects.
|
D | b_26594149_2.smali | 22 # Illegal operation.
|
D | b_26594149_1.smali | 22 # Illegal operation.
|
D | b_26594149_3.smali | 24 # Illegal operation.
|
D | b_26594149_4.smali | 34 # Illegal operation.
|
/art/libartservice/service/ |
D | README.md | 38 A priority class indicates the priority of an operation. The value affects the 45 - `PRIORITY_BOOT`: Indicates that the operation blocks boot. 47 and the operation is more latency sensitive than usual. It's typically used 51 - `PRIORITY_BACKGROUND`: Indicates that the operation runs in background. 57 [priority class](#priority-classes) of an operation.
|
/art/runtime/ |
D | monitor_inflation.md | 24 synchronization operation provided by Java. On 32-bit implementations, it is essentially a 50 Monitors are inflated, and `Monitor` structs are allocated on demand, when an operation is
|
D | mutator_gc_coord.md | 222 operation that involves a weak reference access, while nonempty checkpoints do.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 62 In normal operation, the dedicated register rIBASE
|
/art/tools/dexfuzz/ |
D | README | 16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
|
/art/build/ |
D | Android.bp | 50 "performance-inefficient-vector-operation",
|
/art/test/565-checker-doublenegbitwise/smali/ |
D | SmaliTests.smali | 178 # operation incorrectly. 584 # operation incorrectly.
|
/art/runtime/jni/ |
D | jni_internal.cc | 2900 const char* operation) in DecodeAndCheckArrayType() argument 2907 operation, in DecodeAndCheckArrayType()
|