• Home
  • Raw
  • Download

Lines Matching refs:SharedFunctionInfo

615 TYPE_CHECKER(SharedFunctionInfo, SHARED_FUNCTION_INFO_TYPE)  in TYPE_CHECKER()
2147 CAST_ACCESSOR(SharedFunctionInfo) in CAST_ACCESSOR()
3417 ACCESSORS(JSFunction, shared, SharedFunctionInfo, kSharedFunctionInfoOffset) in ACCESSORS()
3503 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex) in ACCESSORS()
3514 ACCESSORS(SharedFunctionInfo, name, Object, kNameOffset) in ACCESSORS()
3515 ACCESSORS(SharedFunctionInfo, construct_stub, Code, kConstructStubOffset) in ACCESSORS()
3516 ACCESSORS(SharedFunctionInfo, initial_map, Object, kInitialMapOffset) in ACCESSORS()
3517 ACCESSORS(SharedFunctionInfo, instance_class_name, Object, in ACCESSORS()
3519 ACCESSORS(SharedFunctionInfo, function_data, Object, kFunctionDataOffset) in ACCESSORS()
3520 ACCESSORS(SharedFunctionInfo, script, Object, kScriptOffset) in ACCESSORS()
3521 ACCESSORS(SharedFunctionInfo, debug_info, Object, kDebugInfoOffset) in ACCESSORS()
3522 ACCESSORS(SharedFunctionInfo, inferred_name, String, kInferredNameOffset) in ACCESSORS()
3523 ACCESSORS(SharedFunctionInfo, this_property_assignments, Object, in ACCESSORS()
3525 SMI_ACCESSORS(SharedFunctionInfo, ic_age, kICAgeOffset) in ACCESSORS()
3535 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, in ACCESSORS()
3537 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
3539 BOOL_GETTER(SharedFunctionInfo, in ACCESSORS()
3543 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
3547 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
3551 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
3558 SMI_ACCESSORS(SharedFunctionInfo, length, kLengthOffset) in ACCESSORS()
3559 SMI_ACCESSORS(SharedFunctionInfo, formal_parameter_count, in ACCESSORS()
3561 SMI_ACCESSORS(SharedFunctionInfo, expected_nof_properties, in ACCESSORS()
3563 SMI_ACCESSORS(SharedFunctionInfo, num_literals, kNumLiteralsOffset) in ACCESSORS()
3564 SMI_ACCESSORS(SharedFunctionInfo, start_position_and_type, in ACCESSORS()
3566 SMI_ACCESSORS(SharedFunctionInfo, end_position, kEndPositionOffset) in ACCESSORS()
3567 SMI_ACCESSORS(SharedFunctionInfo, function_token_position, in ACCESSORS()
3569 SMI_ACCESSORS(SharedFunctionInfo, compiler_hints, in ACCESSORS()
3571 SMI_ACCESSORS(SharedFunctionInfo, this_property_assignments_count, in ACCESSORS()
3573 SMI_ACCESSORS(SharedFunctionInfo, opt_count, kOptCountOffset) in ACCESSORS()
3574 SMI_ACCESSORS(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset) in ACCESSORS()
3575 SMI_ACCESSORS(SharedFunctionInfo, deopt_counter, kDeoptCounterOffset) in ACCESSORS()
3600 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, length, kLengthOffset)
3601 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo,
3605 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo,
3608 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo, num_literals, kNumLiteralsOffset)
3610 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, end_position, kEndPositionOffset)
3611 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo,
3615 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo,
3618 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo,
3622 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo,
3625 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo, opt_count, kOptCountOffset)
3627 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset)
3628 PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo, deopt_counter, kDeoptCounterOffset)
3632 int SharedFunctionInfo::construction_count() {
3637 void SharedFunctionInfo::set_construction_count(int value) { in set_construction_count()
3643 BOOL_ACCESSORS(SharedFunctionInfo, in BOOL_ACCESSORS() argument
3649 bool SharedFunctionInfo::IsInobjectSlackTrackingInProgress() { in BOOL_ACCESSORS()
3654 BOOL_GETTER(SharedFunctionInfo, in BOOL_GETTER() argument
3660 void SharedFunctionInfo::set_optimization_disabled(bool disable) { in BOOL_GETTER()
3672 LanguageMode SharedFunctionInfo::language_mode() { in language_mode()
3683 void SharedFunctionInfo::set_language_mode(LanguageMode language_mode) { in set_language_mode()
3699 bool SharedFunctionInfo::is_classic_mode() { in is_classic_mode()
3703 BOOL_GETTER(SharedFunctionInfo, compiler_hints, is_extended_mode, in BOOL_GETTER() argument
3705 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_GETTER()
3706 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, in BOOL_GETTER()
3709 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, bound, kBoundFunction) in BOOL_GETTER()
3710 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous, kIsAnonymous) in BOOL_GETTER()
3711 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_function, kIsFunction) in BOOL_GETTER()
3712 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_optimize, in BOOL_GETTER()
3714 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_inline, kDontInline) in BOOL_GETTER()
3735 void SharedFunctionInfo::DontAdaptArguments() { in DontAdaptArguments()
3741 int SharedFunctionInfo::start_position() { in start_position()
3746 void SharedFunctionInfo::set_start_position(int start_position) { in set_start_position()
3752 Code* SharedFunctionInfo::code() { in code()
3757 Code* SharedFunctionInfo::unchecked_code() { in unchecked_code()
3762 void SharedFunctionInfo::set_code(Code* value, WriteBarrierMode mode) { in set_code()
3768 ScopeInfo* SharedFunctionInfo::scope_info() { in scope_info()
3773 void SharedFunctionInfo::set_scope_info(ScopeInfo* value, in set_scope_info()
3784 bool SharedFunctionInfo::is_compiled() { in is_compiled()
3790 bool SharedFunctionInfo::IsApiFunction() { in IsApiFunction()
3795 FunctionTemplateInfo* SharedFunctionInfo::get_api_func_data() { in get_api_func_data()
3801 bool SharedFunctionInfo::HasBuiltinFunctionId() { in HasBuiltinFunctionId()
3806 BuiltinFunctionId SharedFunctionInfo::builtin_function_id() { in builtin_function_id()
3812 int SharedFunctionInfo::code_age() { in code_age()
3817 void SharedFunctionInfo::set_code_age(int code_age) { in set_code_age()
3823 bool SharedFunctionInfo::has_deoptimization_support() { in has_deoptimization_support()
3836 SharedFunctionInfo::kDontAdaptArgumentsSentinel; in NeedsArgumentsAdaption()
3904 SharedFunctionInfo* JSFunction::unchecked_shared() { in unchecked_shared()
3905 return reinterpret_cast<SharedFunctionInfo*>( in unchecked_shared()