Lines Matching refs:FeedbackVector
53 FeedbackVector* FeedbackVector::cast(Object* obj) { in cast()
55 return reinterpret_cast<FeedbackVector*>(obj); in cast()
94 ACCESSORS(FeedbackVector, shared_function_info, SharedFunctionInfo, in ACCESSORS() argument
96 WEAK_ACCESSORS(FeedbackVector, optimized_code_weak_or_smi, kOptimizedCodeOffset) in ACCESSORS()
97 INT32_ACCESSORS(FeedbackVector, length, kLengthOffset) in ACCESSORS()
98 INT32_ACCESSORS(FeedbackVector, invocation_count, kInvocationCountOffset) in ACCESSORS()
99 INT32_ACCESSORS(FeedbackVector, profiler_ticks, kProfilerTicksOffset) in ACCESSORS()
100 INT32_ACCESSORS(FeedbackVector, deopt_count, kDeoptCountOffset) in ACCESSORS()
102 bool FeedbackVector::is_empty() const { return length() == 0; } in ACCESSORS()
104 FeedbackMetadata* FeedbackVector::metadata() const { in metadata()
108 void FeedbackVector::clear_invocation_count() { set_invocation_count(0); } in clear_invocation_count()
110 void FeedbackVector::increment_deopt_count() { in increment_deopt_count()
117 Code* FeedbackVector::optimized_code() const { in optimized_code()
126 OptimizationMarker FeedbackVector::optimization_marker() const { in optimization_marker()
133 bool FeedbackVector::has_optimized_code() const { in has_optimized_code()
137 bool FeedbackVector::has_optimization_marker() const { in has_optimization_marker()
144 FeedbackSlot FeedbackVector::ToSlot(int index) { in ToSlot()
149 MaybeObject* FeedbackVector::Get(FeedbackSlot slot) const { in Get()
153 MaybeObject* FeedbackVector::get(int index) const { in get()
160 void FeedbackVector::Set(FeedbackSlot slot, MaybeObject* value, in Set()
165 void FeedbackVector::set(int index, MaybeObject* value, WriteBarrierMode mode) { in set()
173 void FeedbackVector::Set(FeedbackSlot slot, Object* value, in Set()
178 void FeedbackVector::set(int index, Object* value, WriteBarrierMode mode) { in set()
182 inline MaybeObject** FeedbackVector::slots_start() { in slots_start()
251 void FeedbackVector::ComputeCounts(int* with_type_info, int* generic, in ComputeCounts()
254 *FeedbackVector::MegamorphicSentinel(GetIsolate())); in ComputeCounts()
355 Handle<Symbol> FeedbackVector::UninitializedSentinel(Isolate* isolate) { in UninitializedSentinel()
359 Handle<Symbol> FeedbackVector::GenericSentinel(Isolate* isolate) { in GenericSentinel()
363 Handle<Symbol> FeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel()
367 Handle<Symbol> FeedbackVector::PremonomorphicSentinel(Isolate* isolate) { in PremonomorphicSentinel()
371 Symbol* FeedbackVector::RawUninitializedSentinel(Isolate* isolate) { in RawUninitializedSentinel()
393 FeedbackVector::AssertNoLegacyTypes(feedback); in GetFeedback()
411 FeedbackVector::AssertNoLegacyTypes(feedback); in SetFeedback()
420 FeedbackVector::AssertNoLegacyTypes(MaybeObject::FromObject(feedback_extra)); in SetFeedbackExtra()
429 FeedbackVector::AssertNoLegacyTypes(feedback_extra); in SetFeedbackExtra()