Home
last modified time | relevance | path

Searched refs:NeedsExactContext (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Doperator-properties.h28 static bool NeedsExactContext(const Operator* op);
H A Doperator-properties.cc23 bool OperatorProperties::NeedsExactContext(const Operator* op) { in NeedsExactContext() function in v8::internal::compiler::OperatorProperties
61 return Runtime::NeedsExactContext(CallRuntimeParametersOf(op).id()); in NeedsExactContext()
H A Dbytecode-graph-builder.cc4267 *current_input++ = OperatorProperties::NeedsExactContext(op) in MakeNode()
/third_party/node/deps/v8/src/runtime/
H A Druntime.cc98 bool Runtime::NeedsExactContext(FunctionId id) { in NeedsExactContext() function in v8::internal::Runtime
H A Druntime.h781 static bool NeedsExactContext(FunctionId id);

Completed in 11 milliseconds