Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h143 MUST_USE_RESULT static MaybeHandle<Code> GetOptimizedCodeForOSR(
Dcompiler.cc1886 MaybeHandle<Code> Compiler::GetOptimizedCodeForOSR(Handle<JSFunction> function, in GetOptimizedCodeForOSR() function in v8::internal::Compiler
/external/v8/src/runtime/
Druntime-compiler.cc335 maybe_result = Compiler::GetOptimizedCodeForOSR(function, ast_id, frame); in RUNTIME_FUNCTION()