Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcompiler.h625 MUST_USE_RESULT static MaybeHandle<Code> GetCodeForDebugging(
Dcompiler.cc709 MaybeHandle<Code> Compiler::GetCodeForDebugging(Handle<JSFunction> function) { in GetCodeForDebugging() function in v8::internal::Compiler
Ddebug.cc1952 MaybeHandle<Code> code = Compiler::GetCodeForDebugging(function); in EnsureFunctionHasDebugBreakSlots()