V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::BytecodeAnalysis Class Reference

Public Member Functions

 BytecodeAnalysis (Handle< BytecodeArray > bytecode_array, Zone *zone, bool do_liveness_analysis)
 
void Analyze (BailoutId osr_bailout_id)
 
bool IsLoopHeader (int offset) const
 
int GetLoopOffsetFor (int offset) const
 
const LoopInfoGetLoopInfoFor (int header_offset) const
 
const ZoneVector< ResumeJumpTarget > & resume_jump_targets () const
 
bool HasOsrEntryPoint () const
 
int osr_entry_point () const
 
const BytecodeLivenessStateGetInLivenessFor (int offset) const
 
const BytecodeLivenessStateGetOutLivenessFor (int offset) const
 
std::ostream & PrintLivenessTo (std::ostream &os) const
 

Detailed Description

Definition at line 95 of file bytecode-analysis.h.


The documentation for this class was generated from the following files: