Home
last modified time | relevance | path

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

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