OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unoptimized
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/v8/test/mjsunit/regress/
regress-1079.js
34
return
unoptimized
.apply(null, arguments);
37
// It's not crucial that this is
unoptimized
.
38
function
unoptimized
() {
function
regress-1060.js
28
// Make sure that we do not record multiple bailouts in the
unoptimized
code
regress-1118.js
54
// Run for a bit as long as h is
unoptimized
.
regress-fast-literal-transition.js
31
// checked in LFastLiteral, so that
unoptimized
code can transition the
regress-prepare-break-while-recompile.js
54
// and (shared)
unoptimized
code on foo, and sets both to lazy-compile builtin.
regress-969.js
33
// assignment was lingering). This is hard to observe in the
unoptimized
/external/v8/test/mjsunit/regress/
regress-1079.js
34
return
unoptimized
.apply(null, arguments);
37
// It's not crucial that this is
unoptimized
.
38
function
unoptimized
() {
function
regress-1060.js
28
// Make sure that we do not record multiple bailouts in the
unoptimized
code
regress-1118.js
54
// Run for a bit as long as h is
unoptimized
.
regress-969.js
33
// assignment was lingering). This is hard to observe in the
unoptimized
/external/chromium_org/v8/src/
full-codegen.cc
451
// real state of the
unoptimized
code at the return site.
[
all
...]
compiler.cc
421
// Recompile the
unoptimized
version of the code if the current version
431
CompilationInfoWithZone
unoptimized
(info()->shared_info());
434
unoptimized
.SetFunction(info()->function());
435
unoptimized
.SetScope(info()->scope());
436
unoptimized
.SetContext(info()->context());
437
if (should_recompile)
unoptimized
.EnableDeoptimizationSupport();
438
bool succeeded = FullCodeGenerator::MakeCode(&
unoptimized
);
442
shared->EnableDeoptimizationSupport(*
unoptimized
.code());
443
// The existing
unoptimized
code was replaced with the new one.
445
Logger::LAZY_COMPILE_TAG, &
unoptimized
, shared)
[
all
...]
runtime.cc
[
all
...]
objects.cc
10141
Code*
unoptimized
= code();
local
[
all
...]
/external/libvpx/libvpx/build/make/
rtcd.sh
308
unoptimized
() {
function
361
unoptimized
/external/v8/src/
compiler.cc
257
// Recompile the
unoptimized
version of the code if the current version
265
CompilationInfo
unoptimized
(info->shared_info());
268
unoptimized
.SetFunction(info->function());
269
unoptimized
.SetScope(info->scope());
270
if (should_recompile)
unoptimized
.EnableDeoptimizationSupport();
271
bool succeeded = FullCodeGenerator::MakeCode(&
unoptimized
);
275
shared->EnableDeoptimizationSupport(*
unoptimized
.code());
276
// The existing
unoptimized
code was replaced with the new one.
278
Logger::LAZY_COMPILE_TAG, &
unoptimized
, shared);
282
// Check that the
unoptimized
, shared code is ready fo
[
all
...]
runtime.cc
[
all
...]
/external/chromium_org/v8/test/mjsunit/
getters-on-elements.js
113
// The sneak case should be caught by
unoptimized
code too.
setters-on-elements.js
131
// The sneak case should be caught by
unoptimized
code too.
/cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js
964
/* //
unoptimized
generic versions
1007
/* // generic
unoptimized
versions
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js
958
/* //
unoptimized
generic versions
1001
/* // generic
unoptimized
versions
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js
958
/* //
unoptimized
generic versions
1001
/* // generic
unoptimized
versions
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js
958
/* //
unoptimized
generic versions
1001
/* // generic
unoptimized
versions
[
all
...]
/external/chromium_org/v8/benchmarks/
earley-boyer.js
964
/* //
unoptimized
generic versions
1007
/* // generic
unoptimized
versions
[
all
...]
/external/v8/benchmarks/
earley-boyer.js
964
/* //
unoptimized
generic versions
1007
/* // generic
unoptimized
versions
[
all
...]
Completed in 574 milliseconds
1
2