Home
last modified time | relevance | path

Searched refs:osr_expr_stack_height_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.h387 int osr_expr_stack_height() { return osr_expr_stack_height_; } in osr_expr_stack_height()
390 osr_expr_stack_height_ = height; in set_osr_expr_stack_height()
519 int osr_expr_stack_height_; variable
Dcompiler.cc180 osr_expr_stack_height_(0), in CompilationInfo()