5 #ifndef V8_TYPE_INFO_H_
6 #define V8_TYPE_INFO_H_
43 SmallMapList* receiver_types);
45 SmallMapList* receiver_types,
49 SmallMapList* receiver_types);
51 SmallMapList* receiver_types,
54 SmallMapList* receiver_types);
bool LoadIsUninitialized(TypeFeedbackId id)
bool LoadIsBuiltin(TypeFeedbackId id, Builtins::Name builtin_id)
void KeyedPropertyReceiverTypes(TypeFeedbackId id, SmallMapList *receiver_types, bool *is_string)
void CollectReceiverTypes(TypeFeedbackId id, SmallMapList *types)
void CompareType(TypeFeedbackId id, Type **left, Type **right, Type **combined)
Handle< Context > native_context_
void ProcessRelocInfos(ZoneList< RelocInfo > *infos)
bool CallIsMonomorphic(TypeFeedbackId aid)
Handle< TypeFeedbackVector > feedback_vector_
void BinaryType(TypeFeedbackId id, Type **left, Type **right, Type **result, Maybe< int > *fixed_right_arg, Handle< AllocationSite > *allocation_site, Token::Value operation)
Handle< Object > GetInfo(TypeFeedbackId id)
KeyedAccessStoreMode GetStoreMode(TypeFeedbackId id)
Handle< JSFunction > GetCallTarget(int slot)
void BuildDictionary(Handle< Code > code)
void CreateDictionary(Handle< Code > code, ZoneList< RelocInfo > *infos)
void CountReceiverTypes(TypeFeedbackId id, SmallMapList *receiver_types)
Handle< AllocationSite > GetCallNewAllocationSite(int slot)
byte ToBooleanTypes(TypeFeedbackId id)
bool StoreIsUninitialized(TypeFeedbackId id)
void RelocateRelocInfos(ZoneList< RelocInfo > *infos, Code *old_code, Code *new_code)
Handle< AllocationSite > GetCallAllocationSite(int slot)
Handle< JSFunction > GetCallNewTarget(int slot)
void GetRelocInfos(Handle< Code > code, ZoneList< RelocInfo > *infos)
DISALLOW_COPY_AND_ASSIGN(TypeFeedbackOracle)
Handle< UnseededNumberDictionary > dictionary_
byte ForInType(int feedback_vector_slot)
void SetInfo(TypeFeedbackId id, Object *target)
bool KeyedArrayCallIsHoley(TypeFeedbackId id)
bool CallNewIsMonomorphic(int slot)
void PropertyReceiverTypes(TypeFeedbackId id, Handle< String > name, SmallMapList *receiver_types)
Isolate * isolate() const
void KeyedAssignmentReceiverTypes(TypeFeedbackId id, SmallMapList *receiver_types, KeyedAccessStoreMode *store_mode)
bool StoreIsKeyedPolymorphic(TypeFeedbackId id)
Type * CountType(TypeFeedbackId id)
static bool CanRetainOtherContext(Map *map, Context *native_context)
void AssignmentReceiverTypes(TypeFeedbackId id, Handle< String > name, SmallMapList *receiver_types)
TypeFeedbackOracle(Handle< Code > code, Handle< TypeFeedbackVector > feedback_vector, Handle< Context > native_context, Zone *zone)
bool CallIsMonomorphic(int slot)
Isolate * isolate() const
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
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 expose gc extension under the specified name show built in functions in stack traces use random jit cookie to mask large constants minimum length for automatic enable preparsing CPU profiler sampling interval in microseconds trace out of bounds accesses to external arrays default size of stack region v8 is allowed to maximum length of function source code printed in a stack trace min size of a semi the new space consists of two semi spaces print one trace line following each garbage collection do not print trace line after scavenger collection print cumulative GC statistics in name
Debugger support for the V8 JavaScript engine.