Home
last modified time | relevance | path

Searched refs:CreateAndAttachFeedbackVector (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.h217 static void CreateAndAttachFeedbackVector(Isolate* isolate,
Djs-function.cc548 CreateAndAttachFeedbackVector(isolate, function, compiled_scope); in EnsureFeedbackVector()
552 void JSFunction::CreateAndAttachFeedbackVector( in CreateAndAttachFeedbackVector() function in v8::internal::JSFunction
613 CreateAndAttachFeedbackVector(isolate, function, is_compiled_scope); in InitializeFeedbackCell()
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc392 JSFunction::CreateAndAttachFeedbackVector(isolate_, function, in OnInterruptTick()
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc88 JSFunction::CreateAndAttachFeedbackVector(isolate, function, in RUNTIME_FUNCTION()