Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h572 ScopeInfoRef scope_info() const;
855 class ScopeInfoRef : public HeapObjectRef { class in v8::internal::compiler::HeapObjectType
865 ScopeInfoRef OuterScopeInfo() const;
899 ScopeInfoRef scope_info() const;
H A Djs-operator.h366 CreateFunctionContextParameters(const ScopeInfoRef& scope_info, in CreateFunctionContextParameters()
372 ScopeInfoRef scope_info(JSHeapBroker* broker) const { in scope_info()
889 ScopeInfoRef ScopeInfoOf(JSHeapBroker* broker,
1097 const Operator* CreateFunctionContext(const ScopeInfoRef& scope_info,
1099 const Operator* CreateCatchContext(const ScopeInfoRef& scope_info);
1100 const Operator* CreateWithContext(const ScopeInfoRef& scope_info);
1101 const Operator* CreateBlockContext(const ScopeInfoRef& scpope_info);
H A Djs-operator.cc1426 const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
1437 const ScopeInfoRef& scope_info) { in CreateCatchContext()
1446 const ScopeInfoRef& scope_info) { in CreateWithContext()
1455 const ScopeInfoRef& scope_info) { in CreateBlockContext()
1463 ScopeInfoRef ScopeInfoOf(JSHeapBroker* broker, const Operator* op) { in ScopeInfoOf()
H A Dbytecode-graph-builder.cc293 base::Optional<ScopeInfoRef> TryGetScopeInfo();
1749 base::Optional<ScopeInfoRef> BytecodeGraphBuilder::TryGetScopeInfo() { in TryGetScopeInfo()
1760 ScopeInfoRef scope_info = shared_info_.scope_info(); in TryGetScopeInfo()
1773 base::Optional<ScopeInfoRef> maybe_scope_info = TryGetScopeInfo(); in CheckContextExtensions()
1778 ScopeInfoRef scope_info = maybe_scope_info.value(); in CheckContextExtensions()
2193 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); in VisitCreateBlockContext()
2200 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); in VisitCreateFunctionContext()
2209 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); in VisitCreateEvalContext()
2220 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(1); in VisitCreateCatchContext()
2230 ScopeInfoRef scope_inf in VisitCreateWithContext()
[all...]
H A Dheap-refs.cc1552 ScopeInfoRef ScopeInfoRef::OuterScopeInfo() const { in OuterScopeInfo()
1693 ScopeInfoRef NativeContextRef::scope_info() const { in scope_info()
2196 ScopeInfoRef SharedFunctionInfoRef::scope_info() const { in scope_info()
H A Djs-generic-lowering.cc676 ScopeInfoRef scope_info = parameters.scope_info(broker()); in LowerJSCreateFunctionContext()
816 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateCatchContext()
822 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateWithContext()
828 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateBlockContext()
H A Djs-create-lowering.cc1215 ScopeInfoRef scope_info = parameters.scope_info(broker()); in ReduceJSCreateFunctionContext()
1255 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateWithContext()
1276 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateCatchContext()
1297 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateBlockContext()

Completed in 24 milliseconds