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

/external/v8/src/crankshaft/
H A Dlithium.h416 ast_id_(ast_id),
434 BailoutId ast_id() const { return ast_id_; }
528 BailoutId ast_id_; member in class:v8::internal::final
H A Dhydrogen.h562 BailoutId ast_id() const { return ast_id_; }
563 void set_ast_id(BailoutId id) { ast_id_ = id; }
738 BailoutId ast_id_; member in class:v8::internal::final
H A Dhydrogen-instructions.h1552 : ast_id_(ast_id),
1563 bool HasAstId() const { return !ast_id_.IsNone(); }
1564 BailoutId ast_id() const { return ast_id_; }
1567 ast_id_ = id;
1646 BailoutId ast_id_; member in class:final
4575 BailoutId ast_id() const { return ast_id_; }
4584 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {
4589 BailoutId ast_id_; member in class:final::final

Completed in 1995 milliseconds