Home
last modified time | relevance | path

Searched refs:ConstructStubCompiler (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dstub-cache.h791 class ConstructStubCompiler: public StubCompiler {
793 explicit ConstructStubCompiler() {} in ConstructStubCompiler() function
Dstub-cache.cc1846 MaybeObject* ConstructStubCompiler::GetCode() { in GetCode()
Druntime.cc7155 ConstructStubCompiler compiler; in TrySettingInlineConstructStub()
/external/v8/src/mips/
Dstub-cache-mips.cc573 MaybeObject* ConstructStubCompiler::CompileConstructStub(JSFunction* function) { in CompileConstructStub()
/external/v8/src/x64/
Dstub-cache-x64.cc3032 MaybeObject* ConstructStubCompiler::CompileConstructStub(JSFunction* function) { in CompileConstructStub()
/external/v8/src/ia32/
Dstub-cache-ia32.cc3210 MaybeObject* ConstructStubCompiler::CompileConstructStub(JSFunction* function) { in CompileConstructStub()
/external/v8/src/arm/
Dstub-cache-arm.cc3288 MaybeObject* ConstructStubCompiler::CompileConstructStub(JSFunction* function) { in CompileConstructStub()