Searched refs:bitstring_path_to_root (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 2531 HIntConstant* bitstring_path_to_root = nullptr; in BuildTypeCheck() local 2541 bitstring_path_to_root = graph_->GetIntConstant(static_cast<int32_t>(path_to_root), dex_pc); in BuildTypeCheck() 2555 bitstring_path_to_root, in BuildTypeCheck() 2568 bitstring_path_to_root, in BuildTypeCheck()
|
H A D | nodes.h | 7627 HIntConstant* bitstring_path_to_root, 7644 DCHECK_EQ(check_kind == TypeCheckKind::kBitstringCheck, bitstring_path_to_root != nullptr); 7648 SetRawInputAt(2, bitstring_path_to_root); 7732 HIntConstant* bitstring_path_to_root, 7742 bitstring_path_to_root, 7823 HIntConstant* bitstring_path_to_root, 7833 bitstring_path_to_root,
|