Searched refs:to_print (Results 1 – 2 of 2) sorted by relevance
395 ABI to_print; in DumpABI() local402 to_print = ABI::kArm64; in DumpABI()406 to_print = ABI::kMips64; in DumpABI()410 to_print = ABI::kX86_64; in DumpABI()420 to_print = io_vec.iov_len == 18 * sizeof(uint32_t) ? ABI::kArm : ABI::kArm64; in DumpABI()424 to_print = ABI::kMips64; // TODO Figure out how this should work. in DumpABI()428 to_print = io_vec.iov_len == 17 * sizeof(uint32_t) ? ABI::kX86 : ABI::kX86_64; in DumpABI()435 switch (to_print) { in DumpABI()
218 auto print_stack = [&](ObjPtr<mirror::Object> to_print, const std::string& msg) in Dump()224 if (stack_for_object.Read() == to_print.Ptr()) { in Dump()