HomeSort by relevance Sort by last modified time
    Searched refs:jsfunction (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
js-inlining.h 31 Handle<JSFunction> jsfunction,
33 void AddClosureToFrameState(Node* frame_state, Handle<JSFunction> jsfunction);
common-operator.h 47 MaybeHandle<JSFunction> jsfunction = MaybeHandle<JSFunction>())
51 jsfunction_(jsfunction) {}
56 MaybeHandle<JSFunction> jsfunction() const { return jsfunction_; } function in class:v8::internal::compiler::FINAL
62 MaybeHandle<JSFunction> jsfunction_;
102 MaybeHandle<JSFunction> jsfunction = MaybeHandle<JSFunction>());
    [all...]
js-inlining.cc 56 static void Parse(Handle<JSFunction> function, CompilationInfoWithZone* info) {
64 // A facade on a JSFunction's graph to facilitate inlining. It assumes the
92 // Counts JSFunction, Receiver, arguments, context but not effect, control.
238 // The inlinee uses the context from the JSFunction object. This will
248 // {inliner_inputs} counts JSFunction, Receiver, arguments, but not
264 // JSFunction object.
315 Node* jsfunction() { return call_->InputAt(0); } function in class:v8::internal::compiler::JSCallFunctionAccessor
325 // {value_inputs} includes jsfunction and receiver.
339 Handle<JSFunction> jsfunction) {
    [all...]
common-operator.cc 103 // Outputs are formal parameters, plus context, receiver, and JSFunction.
217 OutputFrameStateCombine state_combine, MaybeHandle<JSFunction> jsfunction) {
220 FrameStateCallInfo(type, bailout_id, state_combine, jsfunction));
code-generator.cc 312 if (!descriptor->jsfunction().is_null()) {
314 Handle<Object>::cast(descriptor->jsfunction().ToHandleChecked()));
instruction.h 715 jsfunction_(state_info.jsfunction()) {}
724 MaybeHandle<JSFunction> jsfunction() const { return jsfunction_; } function in class:v8::internal::compiler::FrameStateDescriptor
782 MaybeHandle<JSFunction> jsfunction_;

Completed in 290 milliseconds