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

  /external/v8/src/
compiler.h 669 MUST_USE_RESULT static MaybeHandle<Code> GetLazyCode(
compiler.cc 828 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) {
886 MaybeHandle<Code> maybe_code = Compiler::GetLazyCode(function);
    [all...]
runtime.cc     [all...]

Completed in 68 milliseconds