Searched refs:ReplaceCode (Results 1 – 12 of 12) sorted by relevance
69 function->ReplaceCode(*code); in Compile()81 function->ReplaceCode(*code); in Compile()
211 t.function->ReplaceCode(*t.result_code); in TEST()300 t.function->ReplaceCode(*t.result_code); in TEST()
70 function->ReplaceCode(*code); in CallWithPotentialGC()
129 function->ReplaceCode(function->shared()->code()); in DisposeOptimizedCompileJob()248 function->ReplaceCode( in InstallOptimizedFunctions()
1885 if (!code.is_null()) function->ReplaceCode(*code.ToHandleChecked()); in EnsureFunctionHasDebugBreakSlots()1888 function->ReplaceCode(function->shared()->code()); in EnsureFunctionHasDebugBreakSlots()1986 function->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()1987 function->shared()->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()1996 function->ReplaceCode(shared_code); in PrepareForBreakPoints()1998 function->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()1999 function->shared()->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()2040 function->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()2041 function->shared()->ReplaceCode(*lazy_compile); in PrepareForBreakPoints()
681 shared->ReplaceCode(*info->code()); in GetUnoptimizedCodeCommon()894 function->ReplaceCode(*code); in EnsureCompiled()1330 shared->ReplaceCode(*current_code); in GetOptimizedCode()
2958 target_shared->ReplaceCode(source_shared->code()); in RUNTIME_FUNCTION()2974 target->ReplaceCode(source_shared->code()); in RUNTIME_FUNCTION()8498 function->ReplaceCode(*code); in RUNTIME_FUNCTION()8522 function->ReplaceCode(*unoptimized); in RUNTIME_FUNCTION()8530 function->ReplaceCode(*code); in RUNTIME_FUNCTION()8532 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()8617 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()8900 function->ReplaceCode(*result); in RUNTIME_FUNCTION()8913 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
1387 result->ReplaceCode(code); in NewFunctionFromSharedFunctionInfo()
5644 void SharedFunctionInfo::ReplaceCode(Code* value) { in ReplaceCode() function5862 void JSFunction::ReplaceCode(Code* code) { in ReplaceCode() function
6584 inline void ReplaceCode(Code* code);7195 inline void ReplaceCode(Code* code);
9864 ReplaceCode(recompiled); in EnableDeoptimizationSupport()
144 function->ReplaceCode(CcTest::i_isolate()->builtins()->builtin( in TEST()