Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-info.h270 int osr_expr_stack_height() { return osr_expr_stack_height_; } in osr_expr_stack_height()
273 osr_expr_stack_height_ = height; in set_osr_expr_stack_height()
383 int osr_expr_stack_height_; variable
Dcompilation-info.cc99 osr_expr_stack_height_(-1), in CompilationInfo()