Home
last modified time | relevance | path

Searched refs:CompileBaseline (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcompiler.h53 static bool CompileBaseline(Handle<JSFunction> function);
Dcompiler.cc1277 bool Compiler::CompileBaseline(Handle<JSFunction> function) { in CompileBaseline() function in v8::internal::Compiler
/external/v8/src/runtime/
Druntime-compiler.cc50 if (!Compiler::CompileBaseline(function)) { in RUNTIME_FUNCTION()
Druntime.h128 F(CompileBaseline, 1, 1) \
/external/v8/src/builtins/
Dbuiltins.h166 ASM(CompileBaseline) \