Searched refs:ast_id_ (Results 1 - 4 of 4) 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.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
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.cc7614 ast_id_(AstNode::kNoNumber) {
7629 ast_id_(other->ast_id()) {
7647 ast_id_(AstNode::kNoNumber) {
7674 ast_id_ = other->ast_id_;

Completed in 451 milliseconds