Searched defs:construct_stub (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dfactory.cc774 Handle<Code> construct_stub = local
850 result->shared()->set_construct_stub(*construct_stub);
H A Dheap.cc1858 Code* construct_stub = Builtins::builtin(Builtins::JSConstructStubGeneric); local
1859 share->set_construct_stub(construct_stub);
H A Dparser.cc1961 Handle<Code> construct_stub = Handle<Code>(fun->shared()->construct_stub()); local
1964 boilerplate->shared()->set_construct_stub(*construct_stub);

Completed in 112 milliseconds