Searched defs:can_be_compiled (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dinterpreter_zero.cpp73 bool AbstractInterpreter::can_be_compiled(methodHandle m) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp410 bool AbstractInterpreter::can_be_compiled(methodHandle m) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp101 if (!can_be_compiled(m, comp_level)) return false;
108 bool CompilationPolicy::can_be_compiled(methodHandle m, int comp_level) { function in class:CompilationPolicy
118 if (!AbstractInterpreter::can_be_compiled(m)) {
402 if (is_compilation_enabled() && can_be_compiled(m)) {
415 if (is_compilation_enabled() && !m->is_not_osr_compilable(comp_level) && can_be_compiled(m)) {
433 if (is_compilation_enabled() && m->code() == NULL && can_be_compiled(m)) {
471 if (is_compilation_enabled() && !m->is_not_osr_compilable(comp_level) && can_be_compiled(m)) {
566 if (!can_be_compiled(next_m)) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp98 if (env->jvmti_can_hotswap_or_post_breakpoint() && can_be_compiled()) {
957 // ciMethod::can_be_compiled
960 bool ciMethod::can_be_compiled() { function in class:ciMethod
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1527 bool AbstractInterpreter::can_be_compiled(methodHandle m) { function in class:AbstractInterpreter
H A DtemplateInterpreter_x86_64.cpp1552 bool AbstractInterpreter::can_be_compiled(methodHandle m) { function in class:AbstractInterpreter

Completed in 46 milliseconds