Searched defs:scope (Results 1 - 25 of 132) sorted by path

123456

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java39 private ScopeDesc scope; field in class:CompiledVFrame
42 public CompiledVFrame(Frame fr, RegisterMap regMap, JavaThread thread, ScopeDesc scope, boolean mayBeImprecise) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DDebugConfig.java43 int getLogLevel(DebugContext.Scope scope); argument
48 int getDumpLevel(DebugContext.Scope scope); argument
54 boolean isLogEnabledForMethod(DebugContext.Scope scope); argument
61 boolean isCountEnabled(DebugContext.Scope scope); argument
68 boolean isMemUseTrackingEnabled(DebugContext.Scope scope); argument
74 isDumpEnabledForMethod(DebugContext.Scope scope) argument
79 isVerifyEnabled(DebugContext.Scope scope) argument
84 isVerifyEnabledForMethod(DebugContext.Scope scope) argument
89 isTimeEnabled(DebugContext.Scope scope) argument
[all...]
H A DDebugConfigImpl.java112 public int getLogLevel(DebugContext.Scope scope) { argument
117 public boolean isLogEnabledForMethod(DebugContext.Scope scope) { argument
122 public boolean isCountEnabled(DebugContext.Scope scope) { argument
127 public boolean isMemUseTrackingEnabled(DebugContext.Scope scope) { argument
132 public int getDumpLevel(DebugContext.Scope scope) { argument
137 isDumpEnabledForMethod(DebugContext.Scope scope) argument
142 isVerifyEnabled(DebugContext.Scope scope) argument
147 isVerifyEnabledForMethod(DebugContext.Scope scope) argument
152 isTimeEnabled(DebugContext.Scope scope) argument
161 isEnabled(DebugContext.Scope scope, DebugFilter filter) argument
165 getLevel(DebugContext.Scope scope, DebugFilter filter) argument
179 isEnabledForMethod(DebugContext.Scope scope, DebugFilter filter) argument
183 checkMethodFilter(DebugContext.Scope scope) argument
[all...]
H A DDebugContext.java558 public DebugContext.Scope scope(Objec method in class:DebugContext
572 public DebugContext.Scope scope(Object name) { method in class:DebugContext
645 public DebugContext.Scope scope(Object name, Object context) throws Throwable { method in class:DebugContext
660 public DebugContext.Scope scope(Object name, Object context1, Object context2) throws Throwable { method in class:DebugContext
677 public DebugContext.Scope scope(Object name, Object context1, Object context2, Object context3) throws Throwable { method in class:DebugContext
[all...]
H A DScopeImpl.java246 public ScopeImpl scope(CharSequence name, DebugConfig sandboxConfig, Object... newContextObjects) { method in class:ScopeImpl
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DJsrScope.java29 private final long scope; field in class:JsrScope
31 private JsrScope(long scope) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodeinfo.processor/src/org/graalvm/compiler/nodeinfo/processor/
H A DGraphNodeProcessor.java61 private Element scope; field in class:GraphNodeProcessor
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp167 static int lwp_mutex_init(mutex_t *mx, int scope, void *arg) { memset(mx, 0, sizeof(mutex_t)); return 0; } argument
170 static int lwp_cond_init(cond_t *cv, int scope, void *arg){ memset(cv, 0, sizeof(cond_t)); return 0; } argument
176 static int pthread_mutex_default_init(mutex_t *mx, int scope, void *arg) { memset(mx, 0, sizeof(mutex_t)); return 0; } argument
177 static int pthread_cond_default_init(cond_t *cv, int scope, void *arg){ memset(cv, 0, sizeof(cond_t)); return 0; } argument
H A Dos_solaris.hpp212 static void set_mutex_scope(int scope) { _mutex_scope = scope; } argument
228 static void set_cond_scope(int scope) { _cond_scope = scope; } argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp699 void Compilation::compile_only_this_scope(outputStream* st, IRScope* scope) { argument
H A Dc1_GraphBuilder.cpp61 IRScope* scope() const { return _scope; } function in class:VALUE_OBJ_CLASS_SPEC
98 BlockListBuilder::BlockListBuilder(Compilation* compilation, IRScope* scope, int osr_bci) argument
757 set_scope(IRScope* scope) argument
3183 GraphBuilder(Compilation* compilation, IRScope* scope) argument
4115 push_root_scope(IRScope* scope, BlockList* bci2block, BlockBegin* start) argument
[all...]
H A Dc1_GraphBuilder.hpp117 IRScope* scope() const { return _scope; } function in class:VALUE_OBJ_CLASS_SPEC::ScopeData
204 IRScope* scope() const { return scope_data()->scope(); } function in class:VALUE_OBJ_CLASS_SPEC
[all...]
H A Dc1_IR.hpp211 IRScopeDebugInfo(IRScope* scope, argument
225 IRScope* scope() { return _scope; } function in class:IRScopeDebugInfo
277 IRScope* scope() const { return _scope; } function in class:CodeEmitInfo
[all...]
H A Dc1_Instruction.cpp299 IRScope* StateSplit::scope() const { function in class:StateSplit
H A Dc1_LIRAssembler.cpp88 IRScope* scope = info->scope(); local
406 IRScope* scope = s->scope(); local
H A Dc1_LIRGenerator.cpp432 IRScope* scope = s->scope(); local
[all...]
H A Dc1_LIRGenerator.hpp463 IRScope* scope() const { return block()->scope(); } function in class:LIRGenerator
H A Dc1_Optimizer.cpp778 IRScope* scope = stack->scope(); local
[all...]
H A Dc1_ValueStack.cpp33 ValueStack::ValueStack(IRScope* scope, ValueStack* caller_state) argument
[all...]
H A Dc1_ValueStack.hpp86 IRScope* scope() const { return _scope; } function in class:ValueStack
/openjdk10/hotspot/src/share/vm/classfile/
H A DdefaultMethods.cpp708 PseudoScope* scope = PseudoScope::cast(current_data()); local
/openjdk10/hotspot/src/share/vm/compiler/
H A DoopMap.cpp300 ScopeDesc* scope = nm->scope_desc_at(fr->pc()); local
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.cpp1216 void G1CollectedHeap::do_full_collection_inner(G1FullGCScope* scope) { argument
[all...]
H A Dg1SerialFullCollector.cpp34 G1SerialFullCollector::G1SerialFullCollector(G1FullGCScope* scope, argument
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgenCollectedHeap.cpp571 void GenCollectedHeap::process_roots(StrongRootsScope* scope, argument
642 void GenCollectedHeap::process_string_table_roots(StrongRootsScope* scope, argument
654 void GenCollectedHeap::young_process_roots(StrongRootsScope* scope, argument
677 void GenCollectedHeap::cms_process_roots(StrongRootsScope* scope, argument
702 full_process_roots(StrongRootsScope* scope, bool is_adjust_phase, ScanningOption so, bool only_strong_roots, OopsInGenClosure* root_closure, CLDClosure* cld_closure) argument
[all...]

Completed in 270 milliseconds

123456