Searched refs:ExceptionBlob (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DExceptionBlob.java32 /** ExceptionBlob: used for exception unwinding in compiled code
35 public class ExceptionBlob extends SingletonBlob { class in inherits:SingletonBlob
45 Type type = db.lookupType("ExceptionBlob");
50 public ExceptionBlob(Address addr) { method in class:ExceptionBlob
H A DCodeCache.java65 virtualConstructor.addMapping("ExceptionBlob", ExceptionBlob.class);
162 message = message + ", DeoptimizationBlob, or ExceptionBlob";
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp451 // Implementation of ExceptionBlob
454 ExceptionBlob::ExceptionBlob( function in class:ExceptionBlob
460 : SingletonBlob("ExceptionBlob", cb, sizeof(ExceptionBlob), size, frame_size, oop_maps)
464 ExceptionBlob* ExceptionBlob::create(
469 ExceptionBlob* blob = NULL;
473 unsigned int size = allocation_size(cb, sizeof(ExceptionBlob));
474 blob = new (size) ExceptionBlob(c
[all...]
H A DcodeBlob.hpp39 // ExceptionBlob : Used for stack unrolling
450 // ExceptionBlob: used for exception unwinding in compiled code (currently only used by Compiler 2)
452 class ExceptionBlob: public SingletonBlob { class in inherits:SingletonBlob
456 ExceptionBlob(
465 static ExceptionBlob* create(
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp158 _exception_blob = ExceptionBlob::create(&buffer, oop_maps, framesize_in_words);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Druntime_x86_32.cpp161 _exception_blob = ExceptionBlob::create(&buffer, oop_maps, framesize);
H A DsharedRuntime_x86_64.cpp4087 _exception_blob = ExceptionBlob::create(&buffer, oop_maps, SimpleRuntimeFrame::framesize >> 1);
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp184 static ExceptionBlob* _exception_blob;
237 static ExceptionBlob* exception_blob() { return _exception_blob; }
H A Druntime.cpp125 ExceptionBlob* OptoRuntime::_exception_blob;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js1082 vmType2Class["ExceptionBlob"] = sapkg.code.ExceptionBlob;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1637 declare_c2_type(ExceptionBlob, SingletonBlob) \

Completed in 81 milliseconds