Home
last modified time | relevance | path

Searched refs:include_stack_check_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h371 : block_id_(block_id), include_stack_check_(include_stack_check) { } in block_id_()
378 bool include_stack_check() const { return include_stack_check_; } in include_stack_check()
382 bool include_stack_check_; variable
/external/v8/src/x64/
Dlithium-x64.h372 : block_id_(block_id), include_stack_check_(include_stack_check) { } in block_id_()
379 bool include_stack_check() const { return include_stack_check_; } in include_stack_check()
383 bool include_stack_check_; variable
/external/v8/src/ia32/
Dlithium-ia32.h372 : block_id_(block_id), include_stack_check_(include_stack_check) { } in block_id_()
379 bool include_stack_check() const { return include_stack_check_; } in include_stack_check()
383 bool include_stack_check_; variable
/external/v8/src/
Dhydrogen-instructions.h806 include_stack_check_(false) { } in HGoto()
809 include_stack_check_ = include_stack_check; in set_include_stack_check()
811 bool include_stack_check() const { return include_stack_check_; } in include_stack_check()
820 bool include_stack_check_;