Searched refs:prototype (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DTODO.java49 public static void prototype() {} method in class:TODO
51 public static void prototype(String comment) {} method in class:TODO
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dconc.js92 Function.prototype.runnable = function() {
105 Function.prototype.thread = function() {
114 Function.prototype.daemon = function() {
125 Function.prototype.callable = function() {
136 Function.prototype.atexit = function () {
147 Function.prototype.future = (function() {
168 Function.prototype.sync = function (lock) {
H A Dgui.js52 Function.prototype.invokeLater = function() {
67 Function.prototype.invokeAndWait = function() {
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java57 // my prototype
58 private Scriptable prototype; field in class:ExternalScriptable
240 * Get the prototype of the object.
241 * @return the prototype
244 return prototype;
248 * Set the prototype of the object.
249 * @param prototype the prototype to set
251 public void setPrototype(Scriptable prototype) { argument
252 this.prototype
[all...]
H A DJSAdapter.java64 * (to set, get prototype), __parent__ (to set, get parent scope). We
77 // initializer to setup JSAdapter prototype in the given scope
181 return prototype;
184 public void setPrototype(Scriptable prototype) { argument
185 this.prototype = prototype;
327 private Scriptable prototype; field in class:JSAdapter
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.inline.hpp39 obj->set_mark(markOopDesc::prototype()->set_marked());
90 obj->mark() == markOopDesc::prototype() || // not gc marked?
/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.inline.hpp64 // klass which still has a biasable prototype header, we have to
109 assert(prototype_header == prototype() || prototype_header->has_bias_pattern(), "corrupt prototype header");
H A DmarkOop.hpp352 static markOop prototype() { function in class:markOopDesc
388 return markOop(((intptr_t)prototype() & ~cms_mask_in_place) |
H A Dklass.cpp164 kl->set_prototype_header(markOopDesc::prototype());
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js433 Function.prototype.runnable = function() {
446 Function.prototype.thread = function() {
455 Function.prototype.daemon = function() {
466 Function.prototype.callable = function() {
477 Function.prototype.atexit = function () {
488 Function.prototype.future = (function() {
509 Function.prototype.sync = function (lock) {
617 Function.prototype.invokeLater = function() {
626 Function.prototype.invokeAndWait = function() {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DfreeChunk.hpp129 set_mark(markOopDesc::prototype());
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.cpp85 filler_oop->set_mark(markOopDesc::prototype());
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java37 static JRSUIState prototype = new JRSUIState(0); field in class:JRSUIState
39 return prototype.derive();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1EvacFailure.hpp133 obj->set_mark(markOopDesc::prototype());
/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp159 markOop unbiased_prototype = markOopDesc::prototype()->set_age(age);
163 tty->print_cr("Revoking bias of object " INTPTR_FORMAT " , mark " INTPTR_FORMAT " , type %s , prototype header " INTPTR_FORMAT " , allow rebias %d , requesting thread " INTPTR_FORMAT,
346 // If the prototype header doesn't have the bias pattern, don't
385 klass->set_prototype_header(markOopDesc::prototype());
543 markOop unbiased_prototype = markOopDesc::prototype()->set_age(mark->age());
580 markOop unbiased_prototype = markOopDesc::prototype()->set_age(mark->age());
683 // words to the class's prototype during GC -- even those which have
H A Ddeoptimization.cpp953 // Reset mark word to unbiased prototype.
954 markOop unbiased_prototype = markOopDesc::prototype()->set_age(mark->age());
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp68 obj->set_mark(markOopDesc::prototype());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp186 set((intx)markOopDesc::prototype(), t1);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp156 // This assumes that all prototype bits fit in an int32_t
157 movptr(Address(obj, oopDesc::mark_offset_in_bytes ()), (int32_t)(intptr_t)markOopDesc::prototype());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java266 TODO.prototype("in APT swaRefAdapter isn't avaialble, so this returns null");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java398 TODO.prototype(); // TODO: check if the type of t is proper.
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp904 t->set_mark(markOopDesc::prototype());
911 obj->set_mark(markOopDesc::prototype());
H A Ddump.cpp120 obj->set_mark(markOopDesc::prototype()->set_marked());
H A Duniverse.cpp1534 intptr_t bits = (intptr_t)markOopDesc::prototype();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java164 TODO.prototype();

Completed in 346 milliseconds

12