Home | History | Annotate | Download | only in src

Lines Matching refs:compiler_hints

6043 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation,
6046 compiler_hints,
6050 compiler_hints,
6053 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction)
6054 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, deserialized, kDeserialized)
6055 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, never_compiled,
6057 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_declaration,
6059 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, marked_for_tier_up,
6074 SMI_ACCESSORS(SharedFunctionInfo, compiler_hints,
6129 compiler_hints,
6148 compiler_hints,
6161 set_compiler_hints(BooleanBit::set(compiler_hints(),
6170 BooleanBit::get(compiler_hints(), kStrictModeFunction));
6179 int hints = compiler_hints();
6185 return FunctionKindBits::decode(compiler_hints());
6191 int hints = compiler_hints();
6196 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object,
6198 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
6199 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, force_inline, kForceInline)
6200 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints,
6203 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous_expression,
6205 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_function, kIsFunction)
6206 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_crankshaft,
6208 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush)
6209 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_asm_wasm_broken,
6211 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, requires_class_field_init,
6213 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_class_field_initializer,