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

  /external/v8/src/compiler/
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...]
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 58 milliseconds