Searched refs:CompileLoadElement (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ | ||
D | stub-cache.h | 645 Handle<Code> CompileLoadElement(Handle<Map> receiver_map); |
D | stub-cache.cc | 423 code = compiler.CompileLoadElement(receiver_map); in ComputeKeyedLoadOrStoreElement() |
/external/v8/src/x64/ | ||
D | stub-cache-x64.cc | 2899 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement( in CompileLoadElement() function in v8::internal::KeyedLoadStubCompiler |
/external/v8/src/ia32/ | ||
D | stub-cache-ia32.cc | 3077 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement( in CompileLoadElement() function in v8::internal::KeyedLoadStubCompiler |
/external/v8/src/arm/ | ||
D | stub-cache-arm.cc | 3019 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement( in CompileLoadElement() function in v8::internal::KeyedLoadStubCompiler |
/external/v8/src/mips/ | ||
D | stub-cache-mips.cc | 3009 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement( in CompileLoadElement() function in v8::internal::KeyedLoadStubCompiler |