Searched refs:is_compiled_lambda_form (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp341 if ((!callee_method->force_inline() && !caller_method->is_compiled_lambda_form())
377 if (!callee_method->is_compiled_lambda_form()) {
591 if (caller_jvms->method()->is_compiled_lambda_form())
594 callee_method->is_compiled_lambda_form()) {
H A DcallGenerator.cpp150 method()->is_compiled_lambda_form()) {
703 callee->is_compiled_lambda_form(), "for_method_handle_call mismatch");
H A Dlibrary_call.cpp3975 method->is_compiled_lambda_form()) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp267 bool is_compiled_lambda_form() const;
H A DciMethod.cpp801 // ciMethod::is_compiled_lambda_form
805 bool ciMethod::is_compiled_lambda_form() const { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp314 (method->is_compiled_lambda_form() && bci == -99) || // this might happen in C1
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp598 bool is_compiled_lambda_form() const; // intrinsic_id() == vmIntrinsics::_compiledLambdaForm
H A DmethodOop.cpp915 bool methodOopDesc::is_compiled_lambda_form() const { function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp414 method()->is_compiled_lambda_form()) {
H A DsharedRuntime.cpp1087 callee->is_compiled_lambda_form(),
1214 // assert(!callee_method->is_compiled_lambda_form() ||
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp99 assert(!resolved_method->is_compiled_lambda_form(), "these must be handled via an invokehandle call");
108 resolved_method->is_compiled_lambda_form(),
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1168 method()->is_compiled_lambda_form() // Java-generated adapter
H A Dc1_LIRGenerator.cpp2771 target->is_compiled_lambda_form());
H A Dc1_GraphBuilder.cpp1721 target->is_compiled_lambda_form())) {

Completed in 1689 milliseconds