Home
last modified time | relevance | path

Searched refs:ReplaceCode (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/cctest/compiler/
Dfunction-tester.h69 function->ReplaceCode(*code); in Compile()
81 function->ReplaceCode(*code); in Compile()
Dtest-codegen-deopt.cc211 t.function->ReplaceCode(*t.result_code); in TEST()
300 t.function->ReplaceCode(*t.result_code); in TEST()
Dtest-changes-lowering.cc70 function->ReplaceCode(*code); in CallWithPotentialGC()
/external/v8/src/
Doptimizing-compiler-thread.cc129 function->ReplaceCode(function->shared()->code()); in DisposeOptimizedCompileJob()
248 function->ReplaceCode( in InstallOptimizedFunctions()
Ddebug.cc1885 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()
Dcompiler.cc681 shared->ReplaceCode(*info->code()); in GetUnoptimizedCodeCommon()
894 function->ReplaceCode(*code); in EnsureCompiled()
1330 shared->ReplaceCode(*current_code); in GetOptimizedCode()
Druntime.cc2958 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()
Dfactory.cc1387 result->ReplaceCode(code); in NewFunctionFromSharedFunctionInfo()
Dobjects-inl.h5644 void SharedFunctionInfo::ReplaceCode(Code* value) { in ReplaceCode() function
5862 void JSFunction::ReplaceCode(Code* code) { in ReplaceCode() function
Dobjects.h6584 inline void ReplaceCode(Code* code);
7195 inline void ReplaceCode(Code* code);
Dobjects.cc9864 ReplaceCode(recompiled); in EnableDeoptimizationSupport()
/external/v8/test/cctest/
Dtest-alloc.cc144 function->ReplaceCode(CcTest::i_isolate()->builtins()->builtin( in TEST()