Searched refs:GetLazyCode (Results 1 – 3 of 3) sorted by relevance
669 MUST_USE_RESULT static MaybeHandle<Code> GetLazyCode(
828 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { in GetLazyCode() function in v8::internal::Compiler886 MaybeHandle<Code> maybe_code = Compiler::GetLazyCode(function); in EnsureCompiled()
8495 Compiler::GetLazyCode(function)); in RUNTIME_FUNCTION()