Home
last modified time | relevance | path

Searched refs:compiled_scope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.h216 IsCompiledScope* compiled_scope);
219 IsCompiledScope* compiled_scope);
235 IsCompiledScope* compiled_scope,
Djs-function.cc540 IsCompiledScope* compiled_scope) { in EnsureFeedbackVector() argument
541 DCHECK(compiled_scope->is_compiled()); in EnsureFeedbackVector()
548 CreateAndAttachFeedbackVector(isolate, function, compiled_scope); in EnsureFeedbackVector()
554 IsCompiledScope* compiled_scope) { in CreateAndAttachFeedbackVector() argument
555 DCHECK(compiled_scope->is_compiled()); in CreateAndAttachFeedbackVector()
569 isolate, shared, closure_feedback_cell_array, compiled_scope); in CreateAndAttachFeedbackVector()