Searched refs:CompilePolymorphic (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ic/ |
D | ic-compiler.cc | 45 return CompilePolymorphic(&types, &handlers, name, stub_type, check); in CompileMonomorphic() 261 Handle<Code> code = ic_compiler.CompilePolymorphic( in ComputeKeyedLoadPolymorphic() 279 return ic_compiler.CompilePolymorphic(types, handlers, name, type, PROPERTY); in ComputePolymorphic()
|
D | ic-compiler.h | 82 Handle<Code> CompilePolymorphic(TypeHandleList* types,
|
/external/v8/src/ic/arm64/ |
D | ic-compiler-arm64.cc | 36 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/x64/ |
D | ic-compiler-x64.cc | 73 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/ia32/ |
D | ic-compiler-ia32.cc | 39 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/mips/ |
D | ic-compiler-mips.cc | 18 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/arm/ |
D | ic-compiler-arm.cc | 35 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/mips64/ |
D | ic-compiler-mips64.cc | 18 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|
/external/v8/src/ic/x87/ |
D | ic-compiler-x87.cc | 39 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types, in CompilePolymorphic() function in v8::internal::PropertyICCompiler
|