Home
last modified time | relevance | path

Searched refs:construct_stub (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Djs-inlining.cc271 Code* construct_stub = function->shared()->construct_stub(); in NeedsImplicitReceiver() local
272 return construct_stub != *isolate->builtins()->JSBuiltinsConstructStub() && in NeedsImplicitReceiver()
273 construct_stub != *isolate->builtins()->ConstructedNonConstructable(); in NeedsImplicitReceiver()
Djs-typed-lowering.cc2102 Callable callable(handle(shared->construct_stub(), isolate()), in ReduceJSCallConstruct()
/external/v8/src/
Dapi-natives.cc448 Handle<Code> construct_stub = in CreateApiFunction() local
501 result->shared()->set_construct_stub(*construct_stub); in CreateApiFunction()
Ddeoptimizer.cc1362 Code* construct_stub = builtins->builtin(Builtins::kJSConstructStubGeneric); in DoComputeConstructStubFrame() local
1443 value = reinterpret_cast<intptr_t>(construct_stub); in DoComputeConstructStubFrame()
1473 construct_stub->instruction_start() + in DoComputeConstructStubFrame()
1478 reinterpret_cast<intptr_t>(construct_stub->constant_pool()); in DoComputeConstructStubFrame()
Dfactory.cc2139 Handle<Code> construct_stub = in NewSharedFunctionInfo() local
2142 share->set_construct_stub(*construct_stub); in NewSharedFunctionInfo()
Dobjects-inl.h5615 ACCESSORS(SharedFunctionInfo, construct_stub, Code, kConstructStubOffset) in ACCESSORS()
Dobjects.h6551 DECL_ACCESSORS(construct_stub, Code)
/external/v8/src/full-codegen/
Dfull-codegen.cc1362 Handle<Code> construct_stub = Handle<Code>(fun->shared()->construct_stub()); in VisitNativeFunctionLiteral() local
1368 shared->set_construct_stub(*construct_stub); in VisitNativeFunctionLiteral()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1381 TagObject(shared->construct_stub(), construct_stub_name); in ExtractSharedFunctionInfoReferences()
1383 "construct_stub", shared->construct_stub(), in ExtractSharedFunctionInfoReferences()
/external/v8/src/crankshaft/
Dhydrogen.cc9933 constructor->shared()->construct_stub() == in VisitCallNew()
9935 constructor->shared()->construct_stub() == in VisitCallNew()