/external/chromium_org/v8/src/x64/ |
D | stub-cache-x64.cc | 1546 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1614 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileArrayCodeCall() 2094 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2148 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2251 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2536 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/chromium_org/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1609 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1682 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileArrayCodeCall() 2172 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2232 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2336 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2628 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/chromium_org/v8/src/arm/ |
D | stub-cache-arm.cc | 1521 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1589 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileArrayCodeCall() 2078 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2129 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2219 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2508 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/chromium_org/v8/src/mips/ |
D | stub-cache-mips.cc | 1507 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1574 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileArrayCodeCall() 2057 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2107 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2216 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2504 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1271 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1861 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 1944 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2068 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2409 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 1243 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1809 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 1890 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2240 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 1404 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1972 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2047 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2176 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2489 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 1405 void CallStubCompiler::GenerateLoadFunctionFromCell( in GenerateLoadFunctionFromCell() function in v8::internal::CallStubCompiler 1972 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileStringFromCharCodeCall() 2047 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathFloorCall() 2187 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileMathAbsCall() 2494 GenerateLoadFunctionFromCell(cell, function, &miss); in CompileCallGlobal()
|
/external/v8/src/ |
D | stub-cache.h | 824 void GenerateLoadFunctionFromCell(Handle<JSGlobalPropertyCell> cell,
|
/external/chromium_org/v8/src/ |
D | stub-cache.h | 995 void GenerateLoadFunctionFromCell(Handle<Cell> cell,
|