• Home
  • Raw
  • Download

Lines Matching refs:SharedFunctionInfo

1394       SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(this);  in IterateBody()
7389 bool SharedFunctionInfo::EnsureCompiled(Handle<SharedFunctionInfo> shared, in EnsureCompiled()
7409 bool SharedFunctionInfo::CompileLazy(Handle<SharedFunctionInfo> shared, in CompileLazy()
7442 SharedFunctionInfo* shared_info = shared(); in IsInlineable()
7562 String* SharedFunctionInfo::DebugName() { in DebugName()
7569 bool SharedFunctionInfo::HasSourceCode() { in HasSourceCode()
7575 Handle<Object> SharedFunctionInfo::GetSourceCode() { in GetSourceCode()
7582 int SharedFunctionInfo::SourceSize() { in SourceSize()
7587 int SharedFunctionInfo::CalculateInstanceSize() { in CalculateInstanceSize()
7598 int SharedFunctionInfo::CalculateInObjectProperties() { in CalculateInObjectProperties()
7603 bool SharedFunctionInfo::CanGenerateInlineConstructor(Object* prototype) { in CanGenerateInlineConstructor()
7639 void SharedFunctionInfo::ForbidInlineConstructor() { in ForbidInlineConstructor()
7646 void SharedFunctionInfo::SetThisPropertyAssignmentsInfo( in SetThisPropertyAssignmentsInfo()
7657 void SharedFunctionInfo::ClearThisPropertyAssignmentsInfo() { in ClearThisPropertyAssignmentsInfo()
7667 String* SharedFunctionInfo::GetThisPropertyAssignmentName(int index) { in GetThisPropertyAssignmentName()
7677 bool SharedFunctionInfo::IsThisPropertyAssignmentArgument(int index) { in IsThisPropertyAssignmentArgument()
7686 int SharedFunctionInfo::GetThisPropertyAssignmentArgument(int index) { in GetThisPropertyAssignmentArgument()
7694 Object* SharedFunctionInfo::GetThisPropertyAssignmentConstant(int index) { in GetThisPropertyAssignmentConstant()
7704 void SharedFunctionInfo::SourceCodePrint(StringStream* accumulator, in SourceCodePrint()
7756 void SharedFunctionInfo::EnableDeoptimizationSupport(Code* recompiled) { in EnableDeoptimizationSupport()
7775 void SharedFunctionInfo::DisableOptimization() { in DisableOptimization()
7796 bool SharedFunctionInfo::VerifyBailoutId(int id) { in VerifyBailoutId()
7807 void SharedFunctionInfo::StartInobjectSlackTracking(Map* map) { in StartInobjectSlackTracking()
7835 void SharedFunctionInfo::DetachInitialMap() { in DetachInitialMap()
7859 void SharedFunctionInfo::AttachInitialMap(Map* map) { in AttachInitialMap()
7874 void SharedFunctionInfo::ResetForNewContext(int new_ic_age) { in ResetForNewContext()
7909 void SharedFunctionInfo::CompleteInobjectSlackTracking() { in CompleteInobjectSlackTracking()
7933 void SharedFunctionInfo::SharedFunctionInfoIterateBody(ObjectVisitor* v) { in SharedFunctionInfoIterateBody()
7935 SharedFunctionInfo::BodyDescriptor::IterateBody(this, v); in SharedFunctionInfoIterateBody()
10500 SharedFunctionInfo* shared, in StringSharedKey()
10511 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); in IsMatch()
10526 SharedFunctionInfo* shared, in StringSharedHashHelper()
10552 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); in HashForObject()
10579 SharedFunctionInfo* shared_;
11829 SharedFunctionInfo* value, in PutEval()