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

  /external/v8/src/
compiler.h 47 static bool CompileBaseline(Handle<JSFunction> function);
builtins.h 229 V(CompileBaseline, BUILTIN, kNoExtraICState) \
    [all...]
compiler.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 48 if (!Compiler::CompileBaseline(function)) {
runtime.h 123 F(CompileBaseline, 1, 1) \
    [all...]

Completed in 178 milliseconds