Home
last modified time | relevance | path

Searched refs:PropertyICCompiler (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ic/
Dic-compiler.cc14 Handle<Code> PropertyICCompiler::ComputeKeyedLoadMonomorphicHandler( in ComputeKeyedLoadMonomorphicHandler()
49 Handle<Code> PropertyICCompiler::ComputeKeyedStoreMonomorphicHandler( in ComputeKeyedStoreMonomorphicHandler()
58 PropertyICCompiler compiler(isolate); in ComputeKeyedStoreMonomorphicHandler()
64 void PropertyICCompiler::ComputeKeyedStorePolymorphicHandlers( in ComputeKeyedStorePolymorphicHandlers()
72 PropertyICCompiler compiler(isolate); in ComputeKeyedStorePolymorphicHandlers()
78 void PropertyICCompiler::CompileKeyedStorePolymorphicHandlers( in CompileKeyedStorePolymorphicHandlers()
129 Handle<Code> PropertyICCompiler::CompileKeyedStoreMonomorphicHandler( in CompileKeyedStoreMonomorphicHandler()
Dic-compiler.h14 class PropertyICCompiler : public PropertyAccessCompiler {
34 explicit PropertyICCompiler(Isolate* isolate) in PropertyICCompiler() function
Dic.cc1322 PropertyICCompiler::ComputeKeyedLoadMonomorphicHandler( in UpdateLoadElement()
1352 PropertyICCompiler::ComputeKeyedLoadMonomorphicHandler( in UpdateLoadElement()
1877 PropertyICCompiler::ComputeKeyedStoreMonomorphicHandler(monomorphic_map, in UpdateStoreElement()
1911 PropertyICCompiler::ComputeKeyedStoreMonomorphicHandler( in UpdateStoreElement()
1925 PropertyICCompiler::ComputeKeyedStoreMonomorphicHandler(receiver_map, in UpdateStoreElement()
1987 PropertyICCompiler::ComputeKeyedStorePolymorphicHandlers( in UpdateStoreElement()
/external/v8/src/ic/ppc/
Dic-compiler-ppc.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-ppc.cc668 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/s390/
Dic-compiler-s390.cc15 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-s390.cc653 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/arm64/
Dic-compiler-arm64.cc15 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-arm64.cc655 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/mips64/
Dic-compiler-mips64.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-mips64.cc648 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/mips/
Dic-compiler-mips.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-mips.cc645 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/arm/
Dic-compiler-arm.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-arm.cc658 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/x87/
Dic-compiler-x87.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-x87.cc548 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/x64/
Dic-compiler-x64.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-x64.cc551 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/ia32/
Dic-compiler-ia32.cc16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
Dic-ia32.cc548 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()