Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 8 of 8) sorted by relevance

/art/test/905-object-free/src/art/
DTest905.java135 final Object[] saved = new Object[num_obj/2]; in stress() local
141 saved[(idx.intValue() - 1)/2] = obj; in stress()
164 for (int i = 0; i < saved.length; i++) { in stress()
167 if (Main.getTag(saved[i]) != expectedTag1) { in stress()
169 + expectedTag1 + " got " + Main.getTag(saved[i])); in stress()
171 if (getTag2(saved[i]) != 1 + expectedTag1) { in stress()
173 + (expectedTag1 + 1) + " got " + getTag2(saved[i])); in stress()
/art/test/526-checker-caller-callee-regs/
Dinfo.txt1 Test allocation of caller and callee saved registers.
/art/test/2271-profile-inline-cache/
Dinfo.txt1 Check that inline caches are saved in the profile.
/art/test/497-inlining-and-class-loader/src/
DMain.java129 static native void restoreResolvedMethods(Class<?> cls, Object saved); in restoreResolvedMethods() argument
/art/runtime/
Dnative_stack_dump.cc215 char saved = *(new_line + 1); in Drain() local
218 *(new_line + 1) = saved; in Drain()
/art/openjdkjvmti/
Devents.cc607 NonStandardExitEventInfo saved{ nullptr, { .j = 0 } }; in AddDelayedNonStandardExitEvent() local
609 saved.return_val_obj_ = new_val; in AddDelayedNonStandardExitEvent()
610 saved.return_val_.l = saved.return_val_obj_; in AddDelayedNonStandardExitEvent()
612 saved.return_val_.j = val.j; in AddDelayedNonStandardExitEvent()
618 non_standard_exits_.insert_or_assign(frame, saved); in AddDelayedNonStandardExitEvent()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S49 @ 14 words of callee saves and args already saved.
50 vpush {d0-d15} @ 32 words, 2 for each of the 16 saved doubles.
499 ldr sp, [sp, #4] @ Restore saved stack pointer
677 push {r0-r3, ip, lr} @ 6 words for saved registers (used in art_quick_aput_obj)
699 POP_REG_NE r0, 0, \rDest @ conditionally restore saved registers
/art/cmdline/
DREADME.md157 This specifies that when a value is parsed, it will get saved into a variant map using the specific
175 get saved anywhere. Values will still get parsed as normal, so it will *not* ignore known arguments