#include <ic-state.h>
Definition at line 179 of file ic-state.h.
◆ State
Enumerator |
---|
UNINITIALIZED | |
SMI | |
NUMBER | |
STRING | |
INTERNALIZED_STRING | |
UNIQUE_NAME | |
OBJECT | |
KNOWN_OBJECT | |
GENERIC | |
Definition at line 187 of file ic-state.h.
◆ GetStateName()
Definition at line 457 of file ic-state.cc.
460 return "UNINITIALIZED";
466 return "INTERNALIZED_STRING";
470 return "UNIQUE_NAME";
474 return "KNOWN_OBJECT";
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
References v8::internal::GENERIC, INTERNALIZED_STRING, NULL, STRING, v8::internal::UNINITIALIZED, and UNREACHABLE.
Referenced by v8::internal::CompareIC::UpdateCaches().
◆ NewInputState()
◆ StateToType()
Definition at line 483 of file ic-state.cc.
488 return Type::SignedSmall(zone);
490 return Type::Number(zone);
492 return Type::String(zone);
494 return Type::InternalizedString(zone);
496 return Type::UniqueName(zone);
498 return Type::Receiver(zone);
500 return map.is_null() ? Type::Receiver(zone) :
Type::Class(
map, zone);
502 return Type::Any(zone);
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf map
TypeImpl< ZoneTypeConfig > Type
References v8::internal::GENERIC, INTERNALIZED_STRING, map, v8::None, NULL, STRING, v8::internal::UNINITIALIZED, and UNREACHABLE.
Referenced by v8::internal::TypeFeedbackOracle::CompareType().
◆ TargetState()
The documentation for this class was generated from the following files: