Searched refs:bitstring_path_to_root (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2344 HIntConstant* bitstring_path_to_root = nullptr; in BuildTypeCheck() local 2354 bitstring_path_to_root = graph_->GetIntConstant(static_cast<int32_t>(path_to_root), dex_pc); in BuildTypeCheck() 2368 bitstring_path_to_root, in BuildTypeCheck() 2383 bitstring_path_to_root, in BuildTypeCheck()
|
D | nodes.h | 7259 HIntConstant* bitstring_path_to_root, in HTypeCheckInstruction() argument 7276 DCHECK_EQ(check_kind == TypeCheckKind::kBitstringCheck, bitstring_path_to_root != nullptr); in HTypeCheckInstruction() 7280 SetRawInputAt(2, bitstring_path_to_root); in HTypeCheckInstruction() 7364 HIntConstant* bitstring_path_to_root, in HInstanceOf() argument 7374 bitstring_path_to_root, in HInstanceOf() 7455 HIntConstant* bitstring_path_to_root, in HCheckCast() argument 7465 bitstring_path_to_root, in HCheckCast()
|