Searched refs:EnsureFeedbackVector (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 332 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 D | js-function.h | 214 V8_EXPORT_PRIVATE static void EnsureFeedbackVector(
|
H A D | js-function.cc | 538 void JSFunction::EnsureFeedbackVector(Isolate* isolate, in EnsureFeedbackVector() function in v8::internal::JSFunction
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 1084 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript() 1128 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
|
H A D | debug-coverage.cc | 814 JSFunction::EnsureFeedbackVector(isolate, func, &is_compiled_scope); in SelectMode()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 2124 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 D | factory.cc | 3951 JSFunction::EnsureFeedbackVector(isolate_, result, &is_compiled_scope); in Build()
|
Completed in 21 milliseconds