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

  /external/v8/src/
compilation-info.h 81 JavaScriptFrame* osr_frame() const { return osr_frame_; } function in class:v8::internal::final
215 void SetOptimizingForOsr(BailoutId osr_ast_id, JavaScriptFrame* osr_frame) {
218 osr_frame_ = osr_frame;
compiler.h 145 JavaScriptFrame* osr_frame);
compiler.cc 812 JavaScriptFrame* osr_frame = nullptr) {
816 bool ignition_osr = osr_frame && osr_frame->is_interpreted();
862 info->SetOptimizingForOsr(osr_ast_id, osr_frame);
    [all...]
  /external/v8/src/compiler/
pipeline.cc 579 if (info()->osr_frame() && !info()->is_optimizing_from_bytecode()) {
799 &graph_reducer, data->info()->osr_frame(), data->jsgraph());
    [all...]

Completed in 81 milliseconds