Searched refs:from_obj (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ParScanThreadState.inline.hpp70 oop from_obj = clear_partial_array_mask(p); local
72 assert(_g1h->is_in_reserved(from_obj), "must be in heap.");
73 assert(from_obj->is_objArray(), "must be obj array");
74 objArrayOop from_obj_array = objArrayOop(from_obj);
78 assert(from_obj->is_forwarded(), "must be forwarded");
79 oop to_obj = from_obj->forwardee();
80 assert(from_obj != to_obj, "should not be chunking self-forwarded objects");
97 oop* from_obj_p = set_partial_array_mask(from_obj);
H A Dg1OopClosures.inline.hpp211 void G1ParCopyHelper::mark_forwarded_object(oop from_obj, oop to_obj) { argument
212 assert(from_obj->is_forwarded(), "from obj should be forwarded");
213 assert(from_obj->forwardee() == to_obj, "to obj should be the forwardee");
214 assert(from_obj != to_obj, "should not be self-forwarded");
216 assert(_g1->heap_region_containing(from_obj)->in_collection_set(), "from obj should be in the CSet");
H A Dg1OopClosures.hpp121 inline void mark_forwarded_object(oop from_obj, oop to_obj);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_64.cpp307 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); local
311 *_reg_args++ = from_obj;
314 *_to++ = from_obj;
320 intptr_t from_obj = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); local
324 *_reg_args++ = from_obj;
327 *_to++ = from_obj;
345 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); local
349 *_reg_args++ = from_obj;
353 *_to++ = from_obj;
359 intptr_t from_obj local
399 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); local
412 intptr_t from_obj = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); local
438 jint from_obj = *(jint*)(_from+Interpreter::local_offset_in_bytes(0)); local
451 intptr_t from_obj = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); local
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DinterpreterRT_aarch64.cpp302 jint from_obj = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); local
306 *_int_args++ = from_obj;
309 *_to++ = from_obj;
316 intptr_t from_obj = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); local
320 *_int_args++ = from_obj;
323 *_to++ = from_obj;
344 jint from_obj = *(jint*)(_from+Interpreter::local_offset_in_bytes(0)); local
348 *_fp_args++ = from_obj;
351 *_to++ = from_obj;
358 intptr_t from_obj local
[all...]

Completed in 61 milliseconds