Home
last modified time | relevance | path

Searched refs:GetLazyCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompiler.h669 MUST_USE_RESULT static MaybeHandle<Code> GetLazyCode(
Dcompiler.cc828 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { in GetLazyCode() function in v8::internal::Compiler
886 MaybeHandle<Code> maybe_code = Compiler::GetLazyCode(function); in EnsureCompiled()
Druntime.cc8495 Compiler::GetLazyCode(function)); in RUNTIME_FUNCTION()