Searched defs:safepoint (Results 1 - 13 of 13) sorted by relevance

/art/test/1915-get-set-local-current-thread/src/art/
H A DTest1915.java44 public static void IntMethod(ThrowRunnable safepoint) throws Exception { argument
46 safepoint.run();
/art/test/1925-self-frame-pop/src/art/
H A DTest1925.java38 public static void recurTimesA(int times, Runnable safepoint) { argument
40 safepoint.run();
43 recurTimesB(times - 1, safepoint);
46 public static void recurTimesB(int times, Runnable safepoint) { argument
48 safepoint.run();
51 recurTimesC(times - 1, safepoint);
54 public static void recurTimesC(int times, Runnable safepoint) { argument
56 safepoint.run();
59 recurTimesD(times - 1, safepoint);
62 public static void recurTimesD(int times, Runnable safepoint) { argument
70 recurTimesE(int times, Runnable safepoint) argument
78 recurTimesF(int times, Runnable safepoint) argument
86 recurTimesG(int times, Runnable safepoint) argument
94 recurTimesH(int times, Runnable safepoint) argument
102 recurTimesI(int times, Runnable safepoint) argument
110 recurTimesJ(int times, Runnable safepoint) argument
121 recurTimesK(int times, Runnable safepoint) argument
[all...]
/art/test/1923-frame-pop/src/art/
H A DTest1923.java38 public static void recurTimesA(int times, Runnable safepoint) { argument
40 safepoint.run();
43 recurTimesB(times - 1, safepoint);
46 public static void recurTimesB(int times, Runnable safepoint) { argument
48 safepoint.run();
51 recurTimesC(times - 1, safepoint);
54 public static void recurTimesC(int times, Runnable safepoint) { argument
56 safepoint.run();
59 recurTimesD(times - 1, safepoint);
62 public static void recurTimesD(int times, Runnable safepoint) { argument
70 recurTimesE(int times, Runnable safepoint) argument
78 recurTimesF(int times, Runnable safepoint) argument
86 recurTimesG(int times, Runnable safepoint) argument
94 recurTimesH(int times, Runnable safepoint) argument
102 recurTimesI(int times, Runnable safepoint) argument
110 recurTimesJ(int times, Runnable safepoint) argument
121 recurTimesK(int times, Runnable safepoint) argument
[all...]
/art/test/1924-frame-pop-toggle/src/art/
H A DTest1924.java38 public static void recurTimesA(int times, Runnable safepoint) { argument
40 safepoint.run();
43 recurTimesB(times - 1, safepoint);
46 public static void recurTimesB(int times, Runnable safepoint) { argument
48 safepoint.run();
51 recurTimesC(times - 1, safepoint);
54 public static void recurTimesC(int times, Runnable safepoint) { argument
56 safepoint.run();
59 recurTimesD(times - 1, safepoint);
62 public static void recurTimesD(int times, Runnable safepoint) { argument
70 recurTimesE(int times, Runnable safepoint) argument
78 recurTimesF(int times, Runnable safepoint) argument
86 recurTimesG(int times, Runnable safepoint) argument
94 recurTimesH(int times, Runnable safepoint) argument
102 recurTimesI(int times, Runnable safepoint) argument
110 recurTimesJ(int times, Runnable safepoint) argument
121 recurTimesK(int times, Runnable safepoint) argument
[all...]
/art/test/1926-missed-frame-pop/src/art/
H A DTest1926.java38 public static void recurTimesA(int times, Runnable safepoint) { argument
40 safepoint.run();
43 recurTimesB(times - 1, safepoint);
46 public static void recurTimesB(int times, Runnable safepoint) { argument
48 safepoint.run();
51 recurTimesC(times - 1, safepoint);
54 public static void recurTimesC(int times, Runnable safepoint) { argument
56 safepoint.run();
59 recurTimesD(times - 1, safepoint);
62 public static void recurTimesD(int times, Runnable safepoint) { argument
70 recurTimesE(int times, Runnable safepoint) argument
78 recurTimesF(int times, Runnable safepoint) argument
86 recurTimesG(int times, Runnable safepoint) argument
94 recurTimesH(int times, Runnable safepoint) argument
102 recurTimesI(int times, Runnable safepoint) argument
110 recurTimesJ(int times, Runnable safepoint) argument
118 recurTimesK(int times, Runnable safepoint) argument
130 recurTimesL(int times, Runnable safepoint) argument
[all...]
/art/test/1939-proxy-frames/src/art/
H A DTest1939.java112 public void exec(final SafepointFunction safepoint) throws Exception { argument
113 System.out.println("Running " + target + " with " + safepoint + " on remote thread.");
123 "remote thread for " + target + " with " + safepoint);
129 safepoint.invoke(remote, target, frame.depth);
/art/test/1912-get-set-local-primitive/src/art/
H A DTest1912.java46 public static void BooleanMethod(Runnable safepoint) { argument
48 safepoint.run();
51 public static void ByteMethod(Runnable safepoint) { argument
53 safepoint.run();
56 public static void CharMethod(Runnable safepoint) { argument
58 safepoint.run();
61 public static void ShortMethod(Runnable safepoint) { argument
63 safepoint.run();
66 public static void IntMethod(Runnable safepoint) { argument
68 safepoint
71 LongMethod(Runnable safepoint) argument
76 FloatMethod(Runnable safepoint) argument
81 DoubleMethod(Runnable safepoint) argument
171 exec(final SafepointFunction safepoint) argument
[all...]
/art/test/1913-get-set-local-objects/src/art/
H A DTest1913.java64 public static void PrimitiveMethod(Runnable safepoint) { argument
66 safepoint.run();
72 public static void ObjectMethod(Runnable safepoint) { argument
74 safepoint.run();
78 public static void InterfaceMethod(Runnable safepoint) { argument
80 safepoint.run();
84 public static void SpecificClassMethod(Runnable safepoint) { argument
86 safepoint.run();
174 public void exec(final SafepointFunction safepoint) throws Exception { argument
175 System.out.println("Running " + target + " with " + safepoint
[all...]
/art/test/1914-get-local-instance/src/art/
H A DTest1914.java43 public static void StaticMethod(Runnable safepoint) { argument
44 safepoint.run();
48 public static native void NativeStaticMethod(Runnable safepoint); argument
55 public void InstanceMethod(Runnable safepoint) { argument
56 safepoint.run();
60 public native void NativeInstanceMethod(Runnable safepoint); argument
129 public void exec(final SafepointFunction safepoint) throws Exception { argument
130 System.out.println("Running " + target + " with " + safepoint + " on remote thread.");
140 "remote thread for " + target + " with " + safepoint);
146 safepoint
[all...]
/art/test/1922-owned-monitors-info/src/art/
H A DTest1922.java78 public void lockClass(Runnable safepoint) { argument
80 safepoint.run();
85 public synchronized void lockSync(Runnable safepoint) { argument
86 safepoint.run();
90 public synchronized void lockExtra(Object l, Runnable safepoint) { argument
92 safepoint.run();
97 public native void lockNative(Object l, Runnable safepoint); argument
100 public native void lockThisNative(Runnable safepoint); argument
103 public void lockOther(Object l, Runnable safepoint) { argument
105 safepoint
110 callSafepoint(Runnable safepoint) argument
276 public final Runnable safepoint; field in class:Test1922.CallSafepoint
277 CallSafepoint(Target target, Runnable safepoint) argument
288 public final Runnable safepoint; field in class:Test1922.CallLockOther
289 CallLockOther(Target target, Object l, Runnable safepoint) argument
301 public final Runnable safepoint; field in class:Test1922.CallLockExtra
302 CallLockExtra(Target target, Object l, Runnable safepoint) argument
313 public final Runnable safepoint; field in class:Test1922.CallLockThisNative
314 CallLockThisNative(Target target, Runnable safepoint) argument
325 public final Runnable safepoint; field in class:Test1922.CallLockNative
326 CallLockNative(Target target, Object l, Runnable safepoint) argument
337 public final Runnable safepoint; field in class:Test1922.CallLockClass
338 CallLockClass(Target target, Runnable safepoint) argument
348 public final Runnable safepoint; field in class:Test1922.CallLockSync
349 CallLockSync(Target target, Runnable safepoint) argument
[all...]
/art/compiler/optimizing/
H A Dregister_allocator_linear_scan.cc314 HInstruction* safepoint = safepoints_[safepoint_index - 1u]; local
315 size_t safepoint_position = safepoint->GetLifetimePosition();
322 // The safepoint is for this instruction, so the location of the instruction
325 DCHECK_EQ(safepoint, instruction);
333 current->AddSafepoint(safepoint);
393 // Don't add directly to `unhandled`, temp or safepoint intervals
663 // Temp/Slow-path-safepoint interval has no holes.
778 // We special case intervals that do not span a safepoint to try to find a caller-save
911 // Temp/Slow-path-safepoint interval has no holes.
H A Dregister_allocator_graph_color.cc150 kSafepoint, // Marks safepoint nodes.
454 // Also, collect synthesized safepoint nodes, used to keep
927 HInstruction* safepoint = safepoints_[safepoint_index - 1u]; local
928 size_t safepoint_position = safepoint->GetLifetimePosition();
935 // The safepoint is for this instruction, so the location of the instruction
938 DCHECK_EQ(safepoint, instruction);
946 interval->AddSafepoint(safepoint);
H A Dssa_liveness_analysis.h624 for (SafepointPosition* safepoint = first_safepoint_;
625 safepoint != nullptr;
626 safepoint = safepoint->GetNext()) {
627 if (safepoint->GetLocations()->WillCall()) return true;
633 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr;
634 safepoint != nullptr;
635 previous = safepoint, safepoint = safepoint
928 SafepointPosition* safepoint = new (allocator_) SafepointPosition(instruction); local
[all...]

Completed in 195 milliseconds