Home
last modified time | relevance | path

Searched refs:cpc_index (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/connect/
H A Dbtl_openib_connect_base.c250 int i, rc, cpc_index, len; in opal_btl_openib_connect_base_select_for_local_port() local
271 for (cpc_index = i = 0; NULL != available[i]; ++i) { in opal_btl_openib_connect_base_select_for_local_port()
277 rc = available[i]->cbc_query(btl, &cpcs[cpc_index]); in opal_btl_openib_connect_base_select_for_local_port()
291 if (cpcs[cpc_index]->cbm_uses_cts && in opal_btl_openib_connect_base_select_for_local_port()
299 ++cpc_index; in opal_btl_openib_connect_base_select_for_local_port()
303 if (0 == cpc_index) { in opal_btl_openib_connect_base_select_for_local_port()
318 btl->num_cpcs = cpc_index; in opal_btl_openib_connect_base_select_for_local_port()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/connect/
H A Dbtl_openib_connect_base.c253 int i, rc, cpc_index, len; in opal_btl_openib_connect_base_select_for_local_port() local
274 for (cpc_index = i = 0; NULL != available[i]; ++i) { in opal_btl_openib_connect_base_select_for_local_port()
280 rc = available[i]->cbc_query(btl, &cpcs[cpc_index]); in opal_btl_openib_connect_base_select_for_local_port()
294 if (cpcs[cpc_index]->cbm_uses_cts && in opal_btl_openib_connect_base_select_for_local_port()
302 ++cpc_index; in opal_btl_openib_connect_base_select_for_local_port()
306 if (0 == cpc_index) { in opal_btl_openib_connect_base_select_for_local_port()
321 btl->num_cpcs = cpc_index; in opal_btl_openib_connect_base_select_for_local_port()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java312 int cpc_index = operand; in remapInstructionOperandFromCache() local
315 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java312 int cpc_index = operand; in remapInstructionOperandFromCache() local
315 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java336 int cpc_index = operand; in remapInstructionOperandFromCache() local
339 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java336 int cpc_index = operand; in remapInstructionOperandFromCache() local
339 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java336 int cpc_index = operand; in remapInstructionOperandFromCache() local
339 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java312 int cpc_index = operand; in remapInstructionOperandFromCache() local
315 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java312 int cpc_index = operand; in remapInstructionOperandFromCache() local
315 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java312 int cpc_index = operand; in remapInstructionOperandFromCache() local
315 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java303 int cpc_index = operand; in remapInstructionOperandFromCache() local
306 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java303 int cpc_index = operand; in remapInstructionOperandFromCache() local
306 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex(); in remapInstructionOperandFromCache()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp467 int cpc_index = operand; in remap_instruction_operand_from_cache() local
468 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
469 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
470 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp467 int cpc_index = operand; in remap_instruction_operand_from_cache() local
468 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
469 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
470 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp672 int cpc_index = operand; in remap_instruction_operand_from_cache() local
673 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
674 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
675 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp672 int cpc_index = operand; in remap_instruction_operand_from_cache() local
673 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
674 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
675 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp677 int cpc_index = operand; in remap_instruction_operand_from_cache() local
678 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
679 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
680 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.cpp706 int cpc_index = operand; in remap_instruction_operand_from_cache() local
707 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
708 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
709 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp706 int cpc_index = operand; in remap_instruction_operand_from_cache() local
707 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
708 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
709 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.cpp673 int cpc_index = operand; in remap_instruction_operand_from_cache() local
674 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
675 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
676 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp701 int cpc_index = operand; in remap_instruction_operand_from_cache() local
702 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
703 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
704 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp679 int cpc_index = operand; in remap_instruction_operand_from_cache() local
680 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG); in remap_instruction_operand_from_cache()
681 assert((int)(u2)cpc_index == cpc_index, "clean u2"); in remap_instruction_operand_from_cache()
682 int member_index = cache()->entry_at(cpc_index)->constant_pool_index(); in remap_instruction_operand_from_cache()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DjvmciCompilerToVM.cpp231 int cpc_index = reconstituted_code->byte_at(bci + 1) & 0xff; variable
232 int cp_index = method->constants()->object_to_cp_index(cpc_index);
239 int cpc_index = Bytes::get_native_u2((address) reconstituted_code->byte_at_addr(bci + 1)); variable
240 int cp_index = method->constants()->object_to_cp_index(cpc_index);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DjvmciCompilerToVM.cpp231 int cpc_index = reconstituted_code->byte_at(bci + 1) & 0xff; variable
232 int cp_index = method->constants()->object_to_cp_index(cpc_index);
239 int cpc_index = Bytes::get_native_u2((address) reconstituted_code->byte_at_addr(bci + 1)); variable
240 int cp_index = method->constants()->object_to_cp_index(cpc_index);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jvmci/
H A DjvmciCompilerToVM.cpp231 int cpc_index = reconstituted_code->byte_at(bci + 1) & 0xff; variable
232 int cp_index = method->constants()->object_to_cp_index(cpc_index);
239 int cpc_index = Bytes::get_native_u2((address) reconstituted_code->byte_at_addr(bci + 1)); variable
240 int cp_index = method->constants()->object_to_cp_index(cpc_index);

12