Home
last modified time | relevance | path

Searched refs:ElementHandlerCompiler (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.h258 class ElementHandlerCompiler : public PropertyHandlerCompiler {
260 explicit ElementHandlerCompiler(Isolate* isolate) in ElementHandlerCompiler() function
265 virtual ~ElementHandlerCompiler() {} in ~ElementHandlerCompiler()
Dhandler-compiler.cc378 void ElementHandlerCompiler::CompileElementHandlers( in CompileElementHandlers()
Dic-compiler.cc258 ElementHandlerCompiler compiler(isolate); in ComputeKeyedLoadPolymorphic()
/external/v8/src/
Dcode-stubs.cc748 ElementHandlerCompiler::GenerateStoreSlow(masm); in Generate()
Dbuiltins.cc1308 ElementHandlerCompiler::GenerateStoreSlow(masm); in Generate_KeyedStoreIC_Slow()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc304 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc303 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc296 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc309 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc309 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc298 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc298 void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { in GenerateStoreSlow()