Home
last modified time | relevance | path

Searched refs:bound_target_function (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.cc266 Handle<JSReceiver> bound_target_function( in ReduceJSCallFunction() local
267 function->bound_target_function(), isolate()); in ReduceJSCallFunction()
280 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSCallFunction()
/external/v8/src/runtime/
Druntime-observe.cc105 Handle<JSBoundFunction>::cast(observer)->bound_target_function()); in RUNTIME_FUNCTION()
Druntime-object.cc1256 handle(Handle<JSBoundFunction>::cast(callable)->bound_target_function(), in RUNTIME_FUNCTION()
Druntime-debug.cc162 result->set(1, function->bound_target_function()); in GetInternalProperties()
/external/v8/src/
Dobjects-debug.cc557 CHECK(bound_target_function()->IsCallable()); in JSBoundFunctionVerify()
560 CHECK_EQ(IsConstructor(), bound_target_function()->IsConstructor()); in JSBoundFunctionVerify()
Dobjects-printer.cc852 os << "\n - bound_target_function = " << Brief(bound_target_function()); in JSBoundFunctionPrint()
Dapi.cc4541 auto bound_target_function = i::handle( in GetBoundFunction() local
4542 bound_function->bound_target_function(), bound_function->GetIsolate()); in GetBoundFunction()
4543 return Utils::CallableToLocal(bound_target_function); in GetBoundFunction()
Dobjects-inl.h5457 ACCESSORS(JSBoundFunction, bound_target_function, JSReceiver, in ACCESSORS()
Dobjects.h7237 DECL_ACCESSORS(bound_target_function, JSReceiver)
Dobjects.cc1965 reinterpret_cast<void*>(bound_function->bound_target_function())); in JSObjectShortPrint()
5077 handle(function->bound_target_function())); in GetFunctionRealm()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1118 js_fun->bound_target_function()); in ExtractJSObjectReferences()