HomeSort by relevance Sort by last modified time
    Searched refs:FillCache (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
stub-cache.cc 599 static Object* FillCache(Object* code) {
632 return FillCache(compiler.CompileCallInitialize(flags));
642 return FillCache(compiler.CompileCallPreMonomorphic(flags));
652 return FillCache(compiler.CompileCallNormal(flags));
662 return FillCache(compiler.CompileCallMegamorphic(flags));
672 return FillCache(compiler.CompileCallMiss(flags));
683 return FillCache(compiler.CompileCallDebugBreak(flags));
697 return FillCache(compiler.CompileCallDebugPrepareStepIn(flags));
708 Object* result = FillCache(compiler.CompileLazyCompile(flags));
    [all...]
top.h 386 static void FillCache();

Completed in 308 milliseconds