Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dast.h809 virtual BailoutId StackCheckId() const OVERRIDE { return body_id_; } in StackCheckId()
810 BailoutId BodyId() const { return body_id_; } in BodyId()
818 body_id_(id_gen->GetNextId()) {} in WhileStatement()
826 const BailoutId body_id_; variable
856 virtual BailoutId StackCheckId() const OVERRIDE { return body_id_; } in StackCheckId()
857 BailoutId BodyId() const { return body_id_; } in BodyId()
873 body_id_(id_gen->GetNextId()) {} in ForStatement()
885 const BailoutId body_id_; variable
940 BailoutId BodyId() const { return body_id_; } in BodyId()
943 virtual BailoutId StackCheckId() const OVERRIDE { return body_id_; } in StackCheckId()
[all …]