Searched refs:CompileConstructStub (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ | ||
D | stub-cache.h | 842 Handle<Code> CompileConstructStub(Handle<JSFunction> function); |
D | runtime.cc | 7916 Handle<Code> code = compiler.CompileConstructStub(function); in TrySettingInlineConstructStub() |
/external/v8/src/x64/ | ||
D | stub-cache-x64.cc | 2949 Handle<Code> ConstructStubCompiler::CompileConstructStub( in CompileConstructStub() function in v8::internal::ConstructStubCompiler |
/external/v8/src/ia32/ | ||
D | stub-cache-ia32.cc | 3126 Handle<Code> ConstructStubCompiler::CompileConstructStub( in CompileConstructStub() function in v8::internal::ConstructStubCompiler |
/external/v8/src/arm/ | ||
D | stub-cache-arm.cc | 3163 Handle<Code> ConstructStubCompiler::CompileConstructStub( in CompileConstructStub() function in v8::internal::ConstructStubCompiler |
/external/v8/src/mips/ | ||
D | stub-cache-mips.cc | 3151 Handle<Code> ConstructStubCompiler::CompileConstructStub( in CompileConstructStub() function in v8::internal::ConstructStubCompiler |