Home
last modified time | relevance | path

Searched refs:EnsureFeedbackVector (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-test.cc331 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in OptimizeFunctionOnNextCall()
337 bool EnsureFeedbackVector(Isolate* isolate, Handle<JSFunction> function) { in EnsureFeedbackVector() function
360 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in EnsureFeedbackVector()
456 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in RUNTIME_FUNCTION()
478 EnsureFeedbackVector(isolate, function); in RUNTIME_FUNCTION()
500 if (!EnsureFeedbackVector(isolate, function)) { in RUNTIME_FUNCTION()
628 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Djs-function.h214 V8_EXPORT_PRIVATE static void EnsureFeedbackVector(
Djs-function.cc538 void JSFunction::EnsureFeedbackVector(Isolate* isolate, in EnsureFeedbackVector() function in v8::internal::JSFunction
/third_party/node/deps/v8/src/debug/
Dliveedit.cc1084 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
1128 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
Ddebug-coverage.cc814 JSFunction::EnsureFeedbackVector(isolate, func, &is_compiled_scope); in SelectMode()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2124 JSFunction::EnsureFeedbackVector(isolate, function, is_compiled_scope); in Compile()
2196 JSFunction::EnsureFeedbackVector(isolate, function, is_compiled_scope); in Compile()
2216 JSFunction::EnsureFeedbackVector(isolate, function, is_compiled_scope); in Compile()
3546 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in Compile()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3951 JSFunction::EnsureFeedbackVector(isolate_, result, &is_compiled_scope); in Build()