Home
last modified time | relevance | path

Searched refs:KeyedStoreStubCompiler (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dstub-cache-mips.cc557 MaybeObject* KeyedStoreStubCompiler::CompileStoreField(JSObject* object, in CompileStoreField()
566 MaybeObject* KeyedStoreStubCompiler::CompileStoreSpecialized( in CompileStoreSpecialized()
/external/v8/src/
Dstub-cache.h670 class KeyedStoreStubCompiler: public StubCompiler {
672 explicit KeyedStoreStubCompiler(StrictModeFlag strict_mode) in KeyedStoreStubCompiler() function
Dstub-cache.cc524 KeyedStoreStubCompiler compiler(strict_mode); in ComputeKeyedStoreSpecialized()
758 KeyedStoreStubCompiler compiler(strict_mode); in ComputeKeyedStoreField()
1747 MaybeObject* KeyedStoreStubCompiler::GetCode(PropertyType type, String* name) { in GetCode()
/external/v8/src/x64/
Dstub-cache-x64.cc2488 MaybeObject* KeyedStoreStubCompiler::CompileStoreField(JSObject* object, in CompileStoreField()
2526 MaybeObject* KeyedStoreStubCompiler::CompileStoreSpecialized( in CompileStoreSpecialized()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2659 MaybeObject* KeyedStoreStubCompiler::CompileStoreField(JSObject* object, in CompileStoreField()
2697 MaybeObject* KeyedStoreStubCompiler::CompileStoreSpecialized( in CompileStoreSpecialized()
/external/v8/src/arm/
Dstub-cache-arm.cc3180 MaybeObject* KeyedStoreStubCompiler::CompileStoreField(JSObject* object, in CompileStoreField()
3218 MaybeObject* KeyedStoreStubCompiler::CompileStoreSpecialized( in CompileStoreSpecialized()