Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
DREADME13 This code will, in general, return -errno on failure. If an operation consisted
15 relevant operation.
/art/test/004-ThreadStress/src/
DMain.java402 for (Operation operation : operations) { in runTest()
403 Integer ops = distribution.get(operation); in runTest()
409 distribution.put(operation, ops); in runTest()
488 Operation operation = operations[nextOperation]; in run() local
492 + " is " + operation); in run()
495 if (!operation.perform()) { in run()
/art/test/417-optimizing-arith-div/
Dinfo.txt1 Tests for division operation.
/art/test/428-optimizing-arith-rem/
Dinfo.txt1 Tests for modulo (rem) operation.
/art/test/436-rem-float/
Dinfo.txt1 Tests for floating point modulo (rem) operation.
/art/compiler/optimizing/
Dcode_generator_arm.h148 void HandleBitwiseOperation(HBinaryOperation* operation);
149 void HandleShift(HBinaryOperation* operation);
178 void HandleBitwiseOperation(HBinaryOperation* operation);
179 void HandleShift(HBinaryOperation* operation);
Dcode_generator_mips64.h156 void HandleBinaryOp(HBinaryOperation* operation);
157 void HandleShift(HBinaryOperation* operation);
188 void HandleBinaryOp(HBinaryOperation* operation);
189 void HandleShift(HBinaryOperation* operation);
Dcode_generator_x86_64.h141 void HandleBitwiseOperation(HBinaryOperation* operation);
142 void HandleShift(HBinaryOperation* operation);
171 void HandleBitwiseOperation(HBinaryOperation* operation);
177 void HandleShift(HBinaryOperation* operation);
/art/tools/dexfuzz/
DREADME16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
/art/runtime/
Djni_internal.cc2352 const char* fn_name, const char* operation) in DecodeAndCheckArrayType() argument
2358 operation, in DecodeAndCheckArrayType()