Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-alloc.cc155 function->ReplaceCode(Isolate::Current()->builtins()->builtin( in TEST()
/external/v8/src/
Dcompiler.cc647 function->ReplaceCode(*code); in CompileLazy()
658 function->ReplaceCode(*code); in CompileLazy()
Druntime.cc2185 target->ReplaceCode(shared->code()); in RUNTIME_FUNCTION()
8050 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
8065 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
8079 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
8187 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
8388 function->ReplaceCode(function->shared()->code()); in RUNTIME_FUNCTION()
Dbootstrapper.cc2103 function->ReplaceCode(function->shared()->code()); in InstallJSBuiltins()
Dobjects-inl.h3877 void JSFunction::ReplaceCode(Code* code) { in ReplaceCode() function
Dobjects.h5722 inline void ReplaceCode(Code* code);
Dobjects.cc7385 ReplaceCode(builtins->builtin(Builtins::kLazyRecompile)); in MarkForLazyRecompilation()
7420 function->ReplaceCode(function->shared()->code()); in CompileLazy()
/external/v8/src/x64/
Ddeoptimizer-x64.cc104 function->ReplaceCode(function->shared()->code()); in DeoptimizeFunction()
/external/v8/src/mips/
Ddeoptimizer-mips.cc100 function->ReplaceCode(function->shared()->code()); in DeoptimizeFunction()
/external/v8/src/arm/
Ddeoptimizer-arm.cc101 function->ReplaceCode(function->shared()->code()); in DeoptimizeFunction()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc198 function->ReplaceCode(function->shared()->code()); in DeoptimizeFunction()