OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tenured
(Results
1 - 7
of
7
) sorted by null
/external/v8/test/mjsunit/regress/
regress-embedded-cons-string.js
50
// Concurrent recompilation eventually finishes, embeds
tenured
cons string.
/external/v8/src/interpreter/
bytecode-array-builder.h
131
PretenureFlag
tenured
);
bytecode-array-builder.cc
567
Handle<SharedFunctionInfo> shared_info, PretenureFlag
tenured
) {
569
DCHECK(FitsInImm8Operand(
tenured
));
572
static_cast<uint8_t>(
tenured
));
575
static_cast<uint8_t>(
tenured
));
[
all
...]
interpreter.cc
32
static_cast<int>(Bytecode::kLast) + 1,
TENURED
);
1651
Node*
tenured
= __ SmiTag(
tenured
_raw);
local
[
all
...]
/external/v8/test/mjsunit/harmony/
private.js
316
//
tenured
, so that we only have to clear the cache between mark compacts,
/external/v8/test/mjsunit/es6/
symbols.js
402
//
tenured
, so that we only have to clear the cache between mark compacts,
/external/v8/src/compiler/
bytecode-graph-builder.cc
1062
PretenureFlag
tenured
=
local
[
all
...]
Completed in 202 milliseconds