Searched defs:bc (Results 1 - 25 of 60) sorted by relevance

123

/openjdk10/jdk/test/java/beans/beancontext/
H A DTest4132698.java51 public Test4132698(BeanContext bc, Object[] objects) { argument
/openjdk10/jdk/test/java/text/Format/DateFormat/
H A Dbug4117335.java78 static final String bc = "\u7d00\u5143\u524d"; field in class:bug4117335
/openjdk10/hotspot/src/share/vm/ci/
H A DciSignature.hpp66 int arg_size_for_bc(Bytecodes::Code bc) { return size() + (Bytecodes::has_receiver(bc) ? 1 : 0); } argument
H A DciField.cpp346 will_link(ciMethod* accessing_method, Bytecodes::Code bc) argument
[all...]
H A DciStreams.cpp91 Bytecodes::Code ciBytecodeStream::next_wide_or_table(Bytecodes::Code bc) { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextMembershipEvent.java69 public BeanContextMembershipEvent(BeanContext bc, Collection changes) { argument
87 public BeanContextMembershipEvent(BeanContext bc, Object[] changes) { argument
H A DBeanContextEvent.java58 protected BeanContextEvent(BeanContext bc) { argument
73 public synchronized void setPropagatedFrom(BeanContext bc) { argument
H A DBeanContextChild.java88 void setBeanContext(BeanContext bc) throws PropertyVetoException; argument
H A DBeanContextChildSupport.java100 public synchronized void setBeanContext(BeanContext bc) throws PropertyVetoException { argument
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DMethodNode.java54 protected Node[] createNodes(InputBytecode bc) { argument
/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DUncommonTrap.java42 public UncommonTrap(int b, String r, String a, String bc) { argument
/openjdk10/hotspot/test/gc/stress/gcbasher/
H A DBytecode.java250 public static int getLength(int bc) throws IllegalArgumentException { argument
/openjdk10/langtools/test/tools/javac/generics/rawOverride/7157798/
H A DTest1.java71 void test(BC<String> bc) { argument
75 void testRaw(BC bc) { argument
79 void testWildCard(BC<?> bc) { argument
83 <T> void testGeneric(BC<T> bc) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java50 public int getIndexU2(int bc, boolean isWide) { argument
62 static boolean can_use_native_byte_order(int bc, boolean is_wide) { argument
/openjdk10/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp56 static int get_index_u1(JavaThread *thread, Bytecodes::Code bc) argument
58 static int get_index_u2(JavaThread *thread, Bytecodes::Code bc) argument
60 static int get_index_u2_cpcache(JavaThread *thread, Bytecodes::Code bc) argument
62 static int get_index_u4(JavaThread *thread, Bytecodes::Code bc) argument
H A Dbytecode.cpp55 void Bytecode::assert_index_size(int size, Bytecodes::Code bc, bool is_wide) { argument
74 void Bytecode::assert_offset_size(int size, Bytecodes::Code bc, bool is_wide) { argument
88 void Bytecode::assert_constant_size(int size, int where, Bytecodes::Code bc, boo argument
106 assert_native_index(Bytecodes::Code bc, bool is_wide) argument
152 Bytecodes::Code bc = invoke_code(); local
[all...]
H A Dbytecode.hpp77 int get_index_u2(Bytecodes::Code bc, bool is_wide = false) const { argument
114 get_constant_u2(int offset, Bytecodes::Code bc, bool is_wide = false) const argument
125 can_use_native_byte_order(Bytecodes::Code bc, bool is_wide = false) argument
[all...]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp62 Bytecodes::Code bc() { function in class:SharkBlock
H A DsharkInliner.cpp109 Bytecodes::Code bc() { function in class:SharkInlinerHelper
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp277 const char* bc; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp158 void TemplateTable::patch_bytecode(Bytecodes::Code bc, Register bc_reg, argument
/openjdk10/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp458 InvocationCounter* bc = mcs->backedge_counter(); local
H A Drelocator.cpp205 bool Relocator::is_opcode_lookupswitch(Bytecodes::Code bc) { argument
219 Bytecodes::Code bc= code_at(bci); local
316 Bytecodes::Code bc; local
664 Bytecodes::Code bc = code_at(bci); local
[all...]
/openjdk10/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClass.java217 public Class<?> bc = Nested.NestedInner.class; field in class:EnclosingClass
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp564 Bytecodes::Code bc = op1->as_OpConvert()->bytecode(); local

Completed in 166 milliseconds

123