Searched defs:ast_id_ (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlithium.h456 ast_id_(ast_id),
470 int ast_id() const { return ast_id_; }
517 int ast_id_; member in class:v8::internal::LEnvironment
H A Dhydrogen-instructions.h1250 : ast_id_(ast_id),
1258 bool HasAstId() const { return ast_id_ != AstNode::kNoNumber; }
1259 int ast_id() const { return ast_id_; }
1262 ast_id_ = id;
1308 int ast_id_;
3358 explicit HOsrEntry(int ast_id) : ast_id_(ast_id) {
3362 int ast_id() const { return ast_id_; }
3371 int ast_id_; member in class:v8::HOsrEntry
H A Dhydrogen.h421 int ast_id() const { return ast_id_; }
422 void set_ast_id(int id) { ast_id_ = id; }
561 int ast_id_; member in class:v8::internal::HEnvironment
/external/chromium_org/v8/src/
H A Dlithium.h529 ast_id_(ast_id),
546 BailoutId ast_id() const { return ast_id_; }
637 BailoutId ast_id_; member in class:v8::internal::LEnvironment
H A Dhydrogen.h553 BailoutId ast_id() const { return ast_id_; }
554 void set_ast_id(BailoutId id) { ast_id_ = id; }
724 BailoutId ast_id_; member in class:v8::internal::HEnvironment
H A Dhydrogen-instructions.h1601 : ast_id_(ast_id),
1611 bool HasAstId() const { return !ast_id_.IsNone(); }
1612 BailoutId ast_id() const { return ast_id_; }
1615 ast_id_ = id;
1679 BailoutId ast_id_; member in class:v8::HSimulate
4835 BailoutId ast_id() const { return ast_id_; }
4844 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {
4849 BailoutId ast_id_; member in class:v8::HOsrEntry

Completed in 198 milliseconds