Searched defs:caller_must_gc_arguments (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp320 bool caller_must_gc_arguments
324 _caller_must_gc_arguments = caller_must_gc_arguments;
333 bool caller_must_gc_arguments)
340 stub = new (size) RuntimeStub(stub_name, cb, size, frame_complete, frame_size, oop_maps, caller_must_gc_arguments);
328 new_runtime_stub(const char* stub_name, CodeBuffer* cb, int frame_complete, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments) argument
H A DcodeBlob.hpp173 virtual bool caller_must_gc_arguments(JavaThread* thread) const { return false; } function in class:VALUE_OBJ_CLASS_SPEC
285 bool caller_must_gc_arguments
298 bool caller_must_gc_arguments
305 bool caller_must_gc_arguments(JavaThread* thread) const { return _caller_must_gc_arguments; } function in class:RuntimeStub

Completed in 32 milliseconds