Home
last modified time | relevance | path

Searched refs:set_optimizable (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcompiler.cc640 if (shared->optimization_disabled()) code->set_optimizable(false); in CompileLazy()
Dfull-codegen.cc316 code->set_optimizable(info->IsOptimizable() && in MakeCode()
Dobjects-inl.h3014 void Code::set_optimizable(bool value) { in set_optimizable() function
3667 code()->set_optimizable(false); in BOOL_GETTER()
Dobjects.h4229 inline void set_optimizable(bool value);
Dobjects.cc7788 code()->set_optimizable(false); in DisableOptimization()
7883 code()->set_optimizable(true); in ResetForNewContext()
Druntime.cc2181 shared->code()->set_optimizable(false); in RUNTIME_FUNCTION()
2195 target->shared()->code()->set_optimizable(false); in RUNTIME_FUNCTION()