Searched refs:PositionType (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-pipeline.h58 : position_type_(PositionType::kNone),
62 : position_type_(is_statement ? PositionType::kStatement
63 : PositionType::kExpression),
75 position_type_ = PositionType::kStatement;
84 position_type_ = PositionType::kExpression;
90 position_type_ = PositionType::kExpression;
108 return position_type_ == PositionType::kStatement;
111 return position_type_ == PositionType::kExpression;
114 bool is_valid() const { return position_type_ != PositionType::kNone; }
116 position_type_ = PositionType
131 enum class PositionType : uint8_t { kNone, kExpression, kStatement }; class in class:v8::internal::interpreter::final
[all...]
/external/v8/src/
H A Dlog.cc431 JitCodeEvent::PositionType position_type);
488 JitCodeEvent::PositionType position_type) {
/external/v8/include/
H A Dv8.h5330 enum PositionType { POSITION, STATEMENT_POSITION }; enum in struct:v8::JitCodeEvent
5360 PositionType position_type;

Completed in 166 milliseconds