Searched refs:result (Results 51 - 75 of 366) sorted by relevance

1234567891011>>

/art/runtime/interpreter/mterp/x86_64/
H A Dop_move_result.S2 /* for: move-result, move-result-object */
4 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
5 movl (%rax), %eax # r0 <- result.i.
/art/test/592-checker-regression-bool-input/src/
H A DMain.java29 public static void assertTrue(boolean result) { argument
30 if (!result) {
35 public static void assertFalse(boolean result) { argument
36 if (result) {
/art/runtime/lambda/
H A Dclosure.cc55 VariableInfo result; local
78 result.variable_type_ = last_type;
82 result.index_ = count;
86 result.count_ = count;
90 result.offset_ = offset;
93 // TODO: We should probably store the result of this in the ArtLambdaMethod,
95 return result;
133 uint32_t result = 17; local
138 result = 31 * result
212 uint32_t result = 0; local
258 uint64_t result = 0; local
289 mirror::Object* result = nullptr; local
[all...]
/art/test/573-checker-checkcast-regression/src/
H A DMain.java21 int result = test(array, 0, 2);
22 System.out.println(result);
/art/runtime/gc/space/
H A Ddlmalloc_space-inl.h59 mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(mspace_, num_bytes)); local
60 if (LIKELY(result != nullptr)) {
62 CHECK(Contains(result)) << "Allocation (" << reinterpret_cast<void*>(result)
65 size_t allocation_size = AllocationSizeNonvirtual(result, usable_size);
70 return result;
/art/runtime/interpreter/mterp/arm/
H A DbinopLit16.S1 %default {"result":"r0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
6 * comes back in a register other than r0, you can override "result".)
25 $instr @ $result<- op, r0-r3 changed
27 SET_VREG $result, r9 @ vAA<- $result
/art/runtime/interpreter/mterp/mips/
H A Dbinop.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
30 $instr # $result <- op, a0-a3 changed
32 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
H A Dbinop2addr.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
26 $instr # $result <- op, a0-a3 changed
28 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
H A DbinopLit16.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be an MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
27 $instr # $result <- op, a0-a3 changed
29 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
/art/runtime/interpreter/mterp/mips64/
H A Dbinop.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
27 $instr # $result <- op, a0-a3 changed
29 SET_VREG $result, a4 # vAA <- $result
H A Dbinop2addr.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
27 $instr # $result <- op, a0-a3 changed
29 SET_VREG $result, a2 # vA <- $result
H A DbinopLit16.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be an MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
24 $instr # $result <- op, a0-a3 changed
26 SET_VREG $result, a2 # vA <- $result
H A DbinopLit8.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be an MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
25 $instr # $result <- op, a0-a3 changed
27 SET_VREG $result, a2 # vAA <- $result
H A DbinopWide.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
27 $instr # $result <- op, a0-a3 changed
29 SET_VREG_WIDE $result, a4 # vAA <- $result
H A DbinopWide2addr.S1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * that specifies an instruction that performs "result = a0 op a1".
5 * This could be a MIPS instruction or a function call. (If the result
6 * comes back in a register other than a0, you can override "result".)
27 $instr # $result <- op, a0-a3 changed
29 SET_VREG_WIDE $result, a2 # vA <- $result
H A Dop_move_result_wide.S1 /* for: move-result-wide */
5 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
6 ld a0, 0(a0) # a0 <- result.j
8 SET_VREG_WIDE a0, a2 # vAA <- result
/art/runtime/
H A Dleb128.h33 int result = *(ptr++); local
34 if (UNLIKELY(result > 0x7f)) {
36 result = (result & 0x7f) | ((cur & 0x7f) << 7);
39 result |= (cur & 0x7f) << 14;
42 result |= (cur & 0x7f) << 21;
47 result |= cur << 28;
53 return static_cast<uint32_t>(result);
69 int32_t result = *(ptr++); local
70 if (result <
[all...]
H A Dreflection_test.cc149 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
150 EXPECT_EQ(0, result.GetB());
153 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
154 EXPECT_EQ(-1, result.GetB());
157 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
158 EXPECT_EQ(SCHAR_MAX, result.GetB());
162 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
163 EXPECT_EQ(SCHAR_MIN, result.GetB());
175 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
176 EXPECT_EQ(0, result
200 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
226 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
256 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
296 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
341 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
387 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
422 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
450 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
481 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); local
[all...]
/art/test/415-optimizing-arith-neg/src/
H A DMain.java22 public static void assertEquals(int expected, int result) { argument
23 if (expected != result) {
24 throw new Error("Expected: " + expected + ", found: " + result);
28 public static void assertEquals(long expected, long result) { argument
29 if (expected != result) {
30 throw new Error("Expected: " + expected + ", found: " + result);
34 public static void assertEquals(float expected, float result) { argument
35 if (expected != result) {
36 throw new Error("Expected: " + expected + ", found: " + result);
40 public static void assertEquals(String expected, float result) { argument
46 assertEquals(double expected, double result) argument
52 assertEquals(String expected, double result) argument
58 assertIsNaN(float result) argument
64 assertIsNaN(double result) argument
[all...]
/art/test/564-checker-negbitwise/src/
H A DMain.java22 public static void assertIntEquals(int expected, int result) { argument
23 if (expected != result) {
24 throw new Error("Expected: " + expected + ", found: " + result);
28 public static void assertLongEquals(long expected, long result) { argument
29 if (expected != result) {
30 throw new Error("Expected: " + expected + ", found: " + result);
/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc88 // Common result handling for EndWithReference.
89 static mirror::Object* JniMethodEndWithReferenceHandleResult(jobject result,
93 // Must decode before pop. The 'result' may not be valid in case of an exception, though.
94 mirror::Object* o = self->IsExceptionPending() ? nullptr : self->DecodeJObject(result);
96 // Process result.
104 extern mirror::Object* JniMethodEndWithReference(jobject result, uint32_t saved_local_ref_cookie, argument
107 return JniMethodEndWithReferenceHandleResult(result, saved_local_ref_cookie, self);
110 extern mirror::Object* JniMethodEndWithReferenceSynchronized(jobject result, argument
115 return JniMethodEndWithReferenceHandleResult(result, saved_local_ref_cookie, self);
120 jvalue result,
[all...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_cc_arm.cc24 Thread* self, JValue* result, uint32_t, uint32_t*,
29 Thread* self, JValue* result, const char* shorty) {
98 art_quick_invoke_stub_internal(method, args, args_size, self, result, result_in_float,
105 Thread* self, JValue* result, const char* shorty) {
106 quick_invoke_reg_setup<false>(method, args, args_size, self, result, shorty);
112 uint32_t args_size, Thread* self, JValue* result,
114 quick_invoke_reg_setup<true>(method, args, args_size, self, result, shorty);
28 quick_invoke_reg_setup(ArtMethod* method, uint32_t* args, uint32_t args_size, Thread* self, JValue* result, const char* shorty) argument
104 art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, Thread* self, JValue* result, const char* shorty) argument
111 art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, Thread* self, JValue* result, const char* shorty) argument
/art/test/522-checker-regression-monitor-exit/src/
H A DMain.java40 Integer result;
44 result = (Integer) m.invoke(null, m_obj);
48 result = -1;
50 return result;
73 int result = results.get(i).get();
74 if (hash != result) {
75 throw new Error("Query #" + i + " wrong. Expected " + hash + ", got " + result);
/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java100 byte result = byteMethod((byte)i, (byte)2, (byte)(-3), (byte)4, (byte)(-5), (byte)6,
102 if (returns[i] != result) {
103 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
115 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
117 if (returns[i] != result) {
118 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
146 char result = charMethod((char)i, 'a', 'b', 'c', '0', '1', '2', (char)1234, (char)2345,
148 if (returns[i] != result) {
149 System.out.println("Run " + i + " with " + (int)returns[i] + " vs " + (int)result);
/art/test/022-interface/src/
H A DMain.java22 int result = 0;
28 result = faceObj.iFunc2(5);
30 System.out.println(result);
33 result = faceObj2.iFunc2(5);
35 System.out.println(result);

Completed in 1048 milliseconds

1234567891011>>