Searched defs:Rcache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp385 Register Rcache = G3_scratch; local
388 resolve_cache_and_index(f12_oop, Otos_i, Rcache, Rscratch, wide ? sizeof(u2) : sizeof(u1));
393 const Register Rcon_klass = G3_scratch; // same as Rcache
2097 Register Rcache,
2109 assert_different_registers(result, Rcache);
2110 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2111 __ ld_ptr(Rcache, constantPoolCacheOopDesc::base_offset() +
2119 __ get_cache_and_index_and_bytecode_at_bcp(Rcache, index, Lbyte_code, byte_no, 1, index_size);
2146 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2148 __ ld_ptr(Rcache, constantPoolCacheOopDes
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2084 Register Rcache,
2088 assert_different_registers(result, Rcache, index, temp);
2097 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2098 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2104 __ get_cache_and_index_and_bytecode_at_bcp(Rcache, index, temp, byte_no, 1, index_size);
2131 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2133 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2082 resolve_cache_and_index(int byte_no, Register result, Register Rcache, Register index, size_t index_size) argument
H A DtemplateTable_x86_64.cpp2126 Register Rcache,
2130 assert_different_registers(result, Rcache, index, temp);
2139 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2140 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2146 __ get_cache_and_index_and_bytecode_at_bcp(Rcache, index, temp, byte_no, 1, index_size);
2186 __ get_cache_and_index_at_bcp(Rcache, index, 1, index_size);
2188 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2124 resolve_cache_and_index(int byte_no, Register result, Register Rcache, Register index, size_t index_size) argument

Completed in 52 milliseconds