Searched refs:is_strict (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/share/vm/ci/
H A DciFlags.hpp62 bool is_strict () const { return (_flags & JVM_ACC_STRICT ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DciFlags.cpp89 if (is_strict()) {
H A DciMethod.hpp332 bool is_strict () const { return flags().is_strict(); } function in class:ciMethod
/openjdk10/hotspot/src/share/vm/utilities/
H A DaccessFlags.cpp65 if (is_strict ()) st->print("strict " );
H A DaccessFlags.hpp122 bool is_strict () const { return (_flags & JVM_ACC_STRICT ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/opto/
H A Daddnode.cpp513 if( IdealizedNumerics && !phase->C->method()->is_strict() ) {
550 if( IdealizedNumerics && !phase->C->method()->is_strict() ) {
H A DdoCall.cpp154 if (caller->is_strict() ^ callee->is_strict()) {
H A Dsubnode.cpp416 if( IdealizedNumerics && !phase->C->method()->is_strict() ) {
459 if( IdealizedNumerics && !phase->C->method()->is_strict() ) {
H A Ddivnode.cpp783 if (!phase->C->method()->is_strict())
H A DgraphKit.cpp2300 if( result_type == T_DOUBLE && method()->is_strict() && !dest_method->is_strict() ) {
2311 return UseStrictFP && _method->flags().is_strict()
2319 return UseStrictFP && _method->flags().is_strict()
H A Dmulnode.cpp165 if (op == Op_MulD && phase->C->method()->is_strict()) {
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.hpp595 bool is_strict() const { return access_flags().is_strict(); } function in class:Method
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp335 set_flag(TargetIsStrictfpFlag, target_is_loaded() && target->is_strict());
H A Dc1_GraphBuilder.cpp1103 Value res = new ArithmeticOp(code, x, y, method()->is_strict(), state_before);
1106 if (method()->is_strict()) {
2117 if (method()->is_strict()) {
3751 if (strict_fp_requires_explicit_rounding && UseSSE < 2 && method()->is_strict() != callee->is_strict()) {
H A Dc1_LIRGenerator.cpp3049 if (method()->is_strict()) {
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4703 const bool is_strict = (flags & JVM_ACC_STRICT) != 0; local
4726 (is_abstract && (is_private || is_static || is_strict))) {
4732 is_synchronized || is_native || !is_abstract || is_strict) {
4753 (major_gte_15 && (is_synchronized || is_strict)))) {

Completed in 454 milliseconds