Lines Matching refs:BOOL_ACCESSORS
123 #define BOOL_ACCESSORS(holder, field, name, offset) \ macro
3557 BOOL_ACCESSORS(Symbol, flags, is_private, kPrivateBit) in ACCESSORS()
3558 BOOL_ACCESSORS(Symbol, flags, is_well_known_symbol, kWellKnownSymbolBit) in ACCESSORS()
5508 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in ACCESSORS()
5510 BOOL_ACCESSORS(InterceptorInfo, flags, all_can_read, kAllCanReadBit) in ACCESSORS()
5511 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, kNonMasking) in ACCESSORS()
5630 BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, in ACCESSORS()
5632 BOOL_ACCESSORS(FunctionTemplateInfo, flag, undetectable, kUndetectableBit) in ACCESSORS()
5633 BOOL_ACCESSORS(FunctionTemplateInfo, flag, needs_access_check, in ACCESSORS()
5635 BOOL_ACCESSORS(FunctionTemplateInfo, flag, read_only_prototype, in ACCESSORS()
5637 BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, in ACCESSORS()
5639 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, in ACCESSORS()
5641 BOOL_ACCESSORS(FunctionTemplateInfo, flag, instantiated, kInstantiatedBit) in ACCESSORS()
5642 BOOL_ACCESSORS(FunctionTemplateInfo, flag, accept_any_receiver, in ACCESSORS()
5644 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, in ACCESSORS()
5646 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
5649 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation, in ACCESSORS()
5651 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5655 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5659 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5663 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in ACCESSORS()
5664 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, deserialized, kDeserialized) in ACCESSORS()
5665 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, never_compiled, in ACCESSORS()
5800 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, in BOOL_ACCESSORS() function
5802 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS()
5803 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, force_inline, kForceInline) in BOOL_ACCESSORS()
5804 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, in BOOL_ACCESSORS()
5807 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous, kIsAnonymous) in BOOL_ACCESSORS()
5808 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_function, kIsFunction) in BOOL_ACCESSORS()
5809 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_crankshaft, in BOOL_ACCESSORS()
5811 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush) in BOOL_ACCESSORS()
5812 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_arrow, kIsArrow) in BOOL_ACCESSORS()
5813 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_generator, kIsGenerator) in BOOL_ACCESSORS()
5814 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method, in BOOL_ACCESSORS()
5816 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_accessor_function, in BOOL_ACCESSORS()
5818 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_default_constructor, in BOOL_ACCESSORS()
7778 #undef BOOL_ACCESSORS