Searched refs:PropertyICCompiler (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ic/ |
D | ic-compiler.cc | 14 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()
|
D | ic-compiler.h | 14 class PropertyICCompiler : public PropertyAccessCompiler { 34 explicit PropertyICCompiler(Isolate* isolate) in PropertyICCompiler() function
|
D | ic.cc | 1322 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/ |
D | ic-compiler-ppc.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-ppc.cc | 668 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/s390/ |
D | ic-compiler-s390.cc | 15 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-s390.cc | 653 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/arm64/ |
D | ic-compiler-arm64.cc | 15 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-arm64.cc | 655 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/mips64/ |
D | ic-compiler-mips64.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-mips64.cc | 648 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/mips/ |
D | ic-compiler-mips.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-mips.cc | 645 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/arm/ |
D | ic-compiler-arm.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-arm.cc | 658 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/x87/ |
D | ic-compiler-x87.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-x87.cc | 548 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/x64/ |
D | ic-compiler-x64.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-x64.cc | 551 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|
/external/v8/src/ic/ia32/ |
D | ic-compiler-ia32.cc | 16 void PropertyICCompiler::GenerateRuntimeSetProperty( in GenerateRuntimeSetProperty()
|
D | ic-ia32.cc | 548 PropertyICCompiler::GenerateRuntimeSetProperty(masm, language_mode); in GenerateMegamorphic()
|