Lines Matching refs:FeedbackVector
37 FeedbackVector::GetIndex(slot));
43 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex);
203 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex);
208 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot) const {
213 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot,
219 FeedbackSlot FeedbackVector::GetTypeProfileSlot() const {
222 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex);
247 Handle<FeedbackVector> FeedbackVector::New(
258 Handle<FeedbackVector> vector =
327 Handle<FeedbackVector> result = Handle<FeedbackVector>::cast(vector);
337 Handle<FeedbackVector> NewFeedbackVectorForTesting(
350 return FeedbackVector::New(isolate, shared, closure_feedback_cell_array,
357 Handle<FeedbackVector> FeedbackVector::NewWithOneBinarySlotForTesting(
365 Handle<FeedbackVector> FeedbackVector::NewWithOneCompareSlotForTesting(
373 void FeedbackVector::AddToVectorsForProfilingTools(
374 Isolate* isolate, Handle<FeedbackVector> vector) {
384 void FeedbackVector::SaturatingIncrementProfilerTicks() {
389 void FeedbackVector::SetOptimizedCode(Handle<CodeT> code) {
407 void FeedbackVector::ClearOptimizedCode() {
415 void FeedbackVector::reset_tiering_state() {
419 void FeedbackVector::set_tiering_state(TieringState state) {
425 void FeedbackVector::reset_flags() {
431 TieringState FeedbackVector::osr_tiering_state() {
435 void FeedbackVector::set_osr_tiering_state(TieringState marker) {
444 void FeedbackVector::EvictOptimizedCodeMarkedForDeoptimization(
459 bool FeedbackVector::ClearSlots(Isolate* isolate) {
462 FeedbackVector::RawUninitializedSentinel(isolate));
495 void NexusConfig::SetFeedbackPair(FeedbackVector vector,
509 FeedbackVector vector, FeedbackSlot slot) const {
517 FeedbackNexus::FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot)
525 FeedbackNexus::FeedbackNexus(FeedbackVector vector, FeedbackSlot slot)
533 FeedbackNexus::FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot,