HomeSort by relevance Sort by last modified time
    Searched refs:bytecode_analysis (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
bytecode-graph-builder.h 270 const BytecodeAnalysis* bytecode_analysis() const { function in class:v8::internal::compiler::BytecodeGraphBuilder
274 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) {
275 bytecode_analysis_ = bytecode_analysis;
bytecode-graph-builder.cc 587 bytecode_analysis()->GetInLivenessFor(
622 bytecode_analysis()->GetOutLivenessFor(
632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(),
634 bytecode_analysis.Analyze(osr_ast_id_);
635 set_bytecode_analysis(&bytecode_analysis);
645 bytecode_analysis.PrintLivenessTo(of);
    [all...]

Completed in 189 milliseconds