Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc332 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in OptimizeFunctionOnNextCall()
338 bool EnsureFeedbackVector(Isolate* isolate, Handle<JSFunction> function) { in EnsureFeedbackVector() function
361 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in EnsureFeedbackVector()
457 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in RUNTIME_FUNCTION()
479 EnsureFeedbackVector(isolate, function); in RUNTIME_FUNCTION()
501 if (!EnsureFeedbackVector(isolate, function)) { in RUNTIME_FUNCTION()
629 JSFunction::EnsureFeedbackVector(isolate, function, &is_compiled_scope); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
H A Djs-function.h214 V8_EXPORT_PRIVATE static void EnsureFeedbackVector(
H A Djs-function.cc538 void JSFunction::EnsureFeedbackVector(Isolate* isolate, in EnsureFeedbackVector() function in v8::internal::JSFunction
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc1084 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
1128 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
H A Ddebug-coverage.cc814 JSFunction::EnsureFeedbackVector(isolate, func, &is_compiled_scope); in SelectMode()
/third_party/node/deps/v8/src/codegen/
H A 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/
H A Dfactory.cc3951 JSFunction::EnsureFeedbackVector(isolate_, result, &is_compiled_scope); in Build()

Completed in 21 milliseconds