Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfOp.h65 bool dex_pc_set() { return dex_pc_set_; } in dex_pc_set() function
DDwarfSection.cpp407 if (is_dex_pc != nullptr && op.dex_pc_set()) { in EvalExpression()
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp1577 EXPECT_TRUE(this->op_->dex_pc_set()); in TYPED_TEST_P()
1581 EXPECT_FALSE(this->op_->dex_pc_set()); in TYPED_TEST_P()
1586 EXPECT_FALSE(this->op_->dex_pc_set()); in TYPED_TEST_P()