Home
last modified time | relevance | path

Searched defs:bound_target_function (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-create-lowering.cc900 Node* bound_target_function = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBoundFunction() local
Djs-call-reducer.cc4104 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
4735 ObjectRef bound_target_function = function.bound_target_function(); in ReduceJSConstruct() local
4775 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local
Djs-native-context-specialization.cc632 JSReceiverRef bound_target_function = function.bound_target_function(); in ReduceJSOrdinaryHasInstance() local
Djs-heap-broker.cc634 ObjectData* bound_target_function() const { return bound_target_function_; } in bound_target_function() function in v8::internal::compiler::JSBoundFunctionData
/external/v8/src/api/
Dapi.cc5124 auto bound_target_function = i::handle( in GetBoundFunction() local