Searched refs:CHECK_ (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp333 cfs->guarantee_more(3, CHECK_(nullHandle)); // length, first cp tag
337 length, CHECK_(nullHandle));
341 CHECK_(nullHandle));
348 parse_constant_pool_entries(class_loader, cp, length, CHECK_(nullHandle));
371 CHECK_(nullHandle));
376 CHECK_(nullHandle));
392 index, CHECK_(nullHandle));
402 name_ref_index, CHECK_(nullHandle));
407 signature_ref_index, CHECK_(nullHandle));
423 class_index, CHECK_(nullHandl
[all...]
H A DsystemDictionary.cpp517 CHECK_(nh));
863 validate_protection_domain(k, class_loader, protection_domain, CHECK_(klassOop(NULL)));
922 BasicType t = FieldType::get_array_info(class_name, fd, CHECK_(NULL));
1189 class_loader, Handle(), true, CHECK_(nh));
1202 resolve_super_or_fail(class_name, name, class_loader, Handle(), false, CHECK_(nh));
1224 m()->link_method(m, CHECK_(nh));
1233 ik->vtable()->initialize_vtable(false, CHECK_(nh));
1234 ik->itable()->initialize_itable(false, CHECK_(nh));
1267 k = ClassLoader::load_classfile(class_name, CHECK_(nh));
1272 k = find_or_define_instance_class(class_name, class_loader, k, CHECK_(n
[all...]
H A DverificationType.cpp100 CHECK_(VerificationType::bogus_type()));
105 CHECK_(VerificationType::bogus_type()));
H A DstackMapFrame.cpp120 Symbol* sig = ss.as_symbol(CHECK_(VerificationType::bogus_type()));
125 CHECK_(VerificationType::bogus_type()));
263 top, verifier(), CHECK_(VerificationType::bogus_type()));
283 verifier(), CHECK_(VerificationType::bogus_type()));
H A DstackMapFrame.hpp241 top, verifier(), CHECK_(VerificationType::bogus_type()));
H A Dverifier.hpp89 CHECK_(result)); if ((verifier)->has_error()) return (result); (0
H A DsymbolTable.cpp425 Symbol* sym = allocate_symbol((const u1*)names[i], lengths[i], c_heap, CHECK_(false));
H A DclassLoader.cpp920 CHECK_(h));
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldType.cpp93 fd._object_key = SymbolTable::new_symbol(element + 1, CHECK_(T_BYTE));
H A Dreflection.cpp650 objArrayOop m = oopFactory::new_objArray(SystemDictionary::Class_klass(), parameter_count, CHECK_(objArrayHandle()));
658 oop mirror = get_mirror_from_signature(method, &ss, CHECK_(objArrayHandle()));
666 *return_type = get_mirror_from_signature(method, &ss, CHECK_(objArrayHandle()));
672 return method->resolved_checked_exceptions(CHECK_(objArrayHandle()));
688 true, CHECK_(Handle()));
848 CHECK_(methodHandle()));
902 method = resolve_interface_call(klass, reflected_method, target_klass, receiver, CHECK_(NULL));
H A DsharedRuntime.cpp1021 return find_callee_info_helper(thread, vfst, bc, callinfo, CHECK_(Handle()));
1056 methodHandle callee = bytecode.static_target(CHECK_(nullHandle));
1071 LinkResolver::resolve_invoke(callinfo, receiver, constants, bytecode_index, bc, CHECK_(nullHandle));
1078 klassOop rk = constants->klass_ref_at(bytecode_index, CHECK_(nullHandle));
1124 find_callee_info_helper(thread, vfst, bc, callinfo, CHECK_(methodHandle()));
1184 call_info, CHECK_(methodHandle()));
1242 CHECK_(methodHandle()));
1397 CHECK_(methodHandle()));
1409 methodHandle callee_method = SharedRuntime::reresolve_call_site(thread, CHECK_(methodHandle()));
1503 info, CHECK_(methodHandl
[all...]
H A Ddeoptimization.cpp760 obj = ik->allocate_instance(CHECK_(false));
765 obj = ak->allocate(len, CHECK_(false));
768 obj = ak->allocate(sv->field_size(), CHECK_(false));
H A Drelocator.cpp162 CHECK_(methodHandle()));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp198 #define CHECK_(result) THREAD); if (HAS_PENDING_EXCEPTION) return result; (0 macro
199 #define CHECK_0 CHECK_(0)
200 #define CHECK_NH CHECK_(Handle())
201 #define CHECK_NULL CHECK_(NULL)
202 #define CHECK_false CHECK_(false)
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h157 #define CHECK_(y) _CHECK_DO(aborting(), return y) macro
H A Dunpack.cpp1573 CHECK_(lp);
1637 CHECK_(no_bands);
1690 CHECK_(lp);
1698 CHECK_(lp);
1746 CHECK_(lp);
1753 CHECK_(lp);
1759 CHECK_(lp);
1768 CHECK_(lp);
1779 CHECK_(lp);
1835 CHECK_(l
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DarrayKlass.cpp89 cplusplus_vtbl, CHECK_(k));
H A DmethodOop.cpp137 klassOop k = pool->klass_at(klass_index, CHECK_(handler_bci));
494 objArrayOop m_oop = oopFactory::new_objArray(SystemDictionary::Class_klass(), length, CHECK_(objArrayHandle()));
498 klassOop k = h_this->constants()->klass_at(table[i].class_cp_index, CHECK_(objArrayHandle()));
953 constantPoolOop cp_oop = oopFactory::new_constantPool(cp_length, IsSafeConc, CHECK_(empty));
970 0, 0, 0, 0, IsSafeConc, CHECK_(empty));
994 m->link_method(m, CHECK_(empty));
1031 CHECK_(methodHandle()));
1193 Symbol* sym = ss.as_symbol(CHECK_(false));
H A DconstantPoolOop.cpp691 str = StringTable::intern(sym, CHECK_(constantPoolOop(NULL)));
733 oop entry = StringTable::intern(sym, CHECK_(-1));
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A DJVM.c66 #define CHECK_(x) if ((*env)->ExceptionOccurred(env)) { return x; } macro
193 num_providers = (*env)->GetArrayLength(env, providers); CHECK_(0L)
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp155 LinkResolver::resolve_method_statically(m, resolved_klass, bc, constants, index(), CHECK_(methodHandle()));
H A Drewriter.cpp381 method = romc.do_potential_rewrite(CHECK_(methodHandle()));
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp122 if (!k->is_initialized()) k->initialize(CHECK_(empty));
614 defc->link_class(CHECK_(empty)); // possible safepoint
639 TempNewSymbol type = lookup_signature(type_str(), (mh_invoke_id != vmIntrinsics::_none), CHECK_(empty));
H A Djvm.cpp330 #define PUTPROP(props, name, value) set_property((props), (name), (value), CHECK_(properties));
2044 bounds_check(cp, index, CHECK_(0L));
2057 bounds_check(cp, index, CHECK_(0.0f));
2070 bounds_check(cp, index, CHECK_(0.0));
3513 arrayOop a = check_array(env, arr, true, CHECK_(value));
3515 BasicType type = Reflection::array_get(&value, a, index, CHECK_(value));
3518 Reflection::widen(&value, type, wide_type, CHECK_(value));
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp748 MemoryPool* pool = get_memory_pool_from_jobject(obj, CHECK_(0L));
1082 GCMemoryManager* mgr = get_gc_memory_manager_from_jobject(obj, CHECK_(0L));

Completed in 1159 milliseconds

12