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

  /external/v8/src/
compiler.h 252 static bool CompileLazy(CompilationInfo* info);
handles.h 329 bool CompileLazy(Handle<JSFunction> function,
v8-counters.h 48 HT(compile_lazy, V8.CompileLazy) \
compiler.cc 350 bool Compiler::CompileLazy(CompilationInfo* info) {
handles.cc 695 bool result = Compiler::CompileLazy(info);
709 bool CompileLazy(Handle<JSFunction> function,
ic.cc     [all...]

Completed in 52 milliseconds