Home
last modified time | relevance | path

Searched refs:bound_this (Results 26 – 48 of 48) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-create-lowering.cc901 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
928 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
H A Djs-call-reducer.cc4050 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
4052 bound_this.IsNullOrUndefined() in ReduceJSCall()
4060 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
4105 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
4112 NodeProperties::ReplaceValueInput(node, bound_this, n.ReceiverIndex()); in ReduceJSCall()
4123 NodeProperties::CanBeNullOrUndefined(broker(), bound_this, effect) in ReduceJSCall()
H A Djs-heap-broker.cc635 ObjectData* bound_this() const { return bound_this_; } in bound_this() function in v8::internal::compiler::JSBoundFunctionData
1560 bound_this_ = broker->GetOrCreateData(function->bound_this()); in Serialize()
3419 BIMODAL_ACCESSOR(JSBoundFunction, Object, bound_this) in BIMODAL_ACCESSOR()
H A Dserializer-for-background-compilation.cc2071 target.AsJSBoundFunction().bound_this().object(), zone); in UnrollBoundFunction()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-call-reducer.cc4312 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
4314 bound_this.IsNullOrUndefined() in ReduceJSCall()
4337 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
4385 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
4392 NodeProperties::ReplaceValueInput(node, bound_this, n.ReceiverIndex()); in ReduceJSCall()
4403 NodeProperties::CanBeNullOrUndefined(broker(), bound_this, effect) in ReduceJSCall()
H A Dheap-refs.cc1977 ObjectRef JSBoundFunctionRef::bound_this() const { in bound_this() function in v8::internal::compiler::JSBoundFunctionRef
1980 return MakeRefAssumeMemoryFence(broker(), object()->bound_this()); in bound_this()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-heap-profiler.cc379 const v8::HeapGraphNode* bound_this = GetProperty( in TEST() local
381 CHECK(bound_this); in TEST()
382 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-heap-broker.cc593 ObjectData* bound_this() const { return bound_this_; } in bound_this() function in v8::internal::compiler::JSBoundFunctionData
1487 bound_this_ = broker->GetOrCreateData(function->bound_this()); in Serialize()
3364 BIMODAL_ACCESSOR(JSBoundFunction, Object, bound_this) in BIMODAL_ACCESSOR()
H A Dserializer-for-background-compilation.cc2028 target.AsJSBoundFunction().bound_this().object(), zone); in UnrollBoundFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.cc2686 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
2728 result->set_bound_this(*bound_this); in NewJSBoundFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.cc2540 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
2582 result->set_bound_this(*bound_this); in NewJSBoundFunction()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-printer.cc1266 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
H A Dobjects-inl.h2288 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset) in ACCESSORS()
H A Dobjects.h3338 DECL_ACCESSORS(bound_this, Object)
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.cc2892 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
2937 raw.set_bound_this(*bound_this, SKIP_WRITE_BARRIER); in NewJSBoundFunction()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.cc3190 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
3233 result->set_bound_this(*bound_this); in NewJSBoundFunction()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Dobjects-printer.cc1470 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Dobjects-printer.cc1264 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/
H A Dobjects-printer.cc1208 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dheap-snapshot-generator.cc839 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dheap-snapshot-generator.cc846 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc932 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences()
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dheap-snapshot-generator.cc894 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()

12