Home
last modified time | relevance | path

Searched refs:raw_feedback_cell (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function-inl.h33 ACCESSORS(JSFunction, raw_feedback_cell, FeedbackCell, kFeedbackCellOffset) in TQ_OBJECT_CONSTRUCTORS_IMPL()
34 RELEASE_ACQUIRE_ACCESSORS(JSFunction, raw_feedback_cell, FeedbackCell, in TQ_OBJECT_CONSTRUCTORS_IMPL()
39 return FeedbackVector::cast(raw_feedback_cell().value()); in TQ_OBJECT_CONSTRUCTORS_IMPL()
44 return ClosureFeedbackCellArray::cast(raw_feedback_cell().value()); in closure_feedback_cell_array()
128 raw_feedback_cell().value().IsFeedbackVector(); in has_feedback_vector()
133 raw_feedback_cell().value().IsClosureFeedbackCellArray(); in has_closure_feedback_cell_array()
279 raw_feedback_cell().reset_feedback_vector(gc_notify_updated_slot); in ResetIfCodeFlushed()
Djs-function.h202 DECL_ACCESSORS(raw_feedback_cell, FeedbackCell)
207 DECL_RELEASE_ACQUIRE_ACCESSORS(raw_feedback_cell, FeedbackCell)
Djs-function.cc215 raw_feedback_cell().set_interrupt_budget( in SetInterruptBudget()
526 if (function->raw_feedback_cell() == isolate->heap()->many_closures_cell()) { in EnsureClosureFeedbackCellArray()
532 function->raw_feedback_cell().set_value(*feedback_cell_array, in EnsureClosureFeedbackCellArray()
573 DCHECK(function->raw_feedback_cell() != in CreateAndAttachFeedbackVector()
575 function->raw_feedback_cell().set_value(*feedback_vector, kReleaseStore); in CreateAndAttachFeedbackVector()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc447 ObjectData* raw_feedback_cell() const { in raw_feedback_cell() function in v8::internal::compiler::JSFunctionData
644 broker, function->raw_feedback_cell(kAcquireLoad)); in Cache()
717 *feedback_cell_->object() != f->raw_feedback_cell()) { in IsConsistentWithHeapState()
1136 return raw_feedback_cell(dependencies).feedback_vector(); in feedback_vector()
2160 JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP(FeedbackCell, raw_feedback_cell, in JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP_RELEVANT_C()
Djs-inlining-heuristic.cc78 function.raw_feedback_cell(broker->dependencies()); in CanConsiderForInlining()
Djs-inlining.cc362 return function.raw_feedback_cell(broker()->dependencies()); in DetermineCallContext()
Dheap-refs.h470 FeedbackCellRef raw_feedback_cell(
Dpipeline.cc1174 if (compilation_info()->closure()->raw_feedback_cell().map() == in PrepareJobImpl()
1322 closure.raw_feedback_cell(data->dependencies()), in DECL_PIPELINE_PHASE_CONSTANTS()
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc285 if (!fun.raw_feedback_cell(cage_base).value(cage_base).IsUndefined()) { in ClearReconstructableDataForSerialization()
286 fun.raw_feedback_cell(cage_base).set_value( in ClearReconstructableDataForSerialization()
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc547 } else if (func.raw_feedback_cell().interrupt_budget() < in CollectAndMaybeResetCounts()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc888 VerifyPointer(isolate, raw_feedback_cell(isolate)); in JSFunctionVerify()
889 CHECK(raw_feedback_cell(isolate).IsFeedbackCell()); in JSFunctionVerify()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2406 Handle<FeedbackCell> new_feedback_cell(result->raw_feedback_cell(), in Compile()
2422 Handle<FeedbackCell> new_feedback_cell(result->raw_feedback_cell(), in Compile()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1187 TagObject(js_fun.raw_feedback_cell(), "(function feedback cell)"); in ExtractJSObjectReferences()
1188 SetInternalReference(entry, "feedback_cell", js_fun.raw_feedback_cell(), in ExtractJSObjectReferences()