• Home
  • Raw
  • Download

Lines Matching refs:width

865   u4 width = 4;  in indexString()  local
877 width = 4; in indexString()
881 width = 8; in indexString()
886 width = 4; in indexString()
892 width = 4; in indexString()
914 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString()
916 outSize = snprintf(buf.get(), bufSize, "<type?> // type@%0*x", width, index); in indexString()
925 snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", escaped.c_str(), width, index); in indexString()
927 outSize = snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", st, width, index); in indexString()
930 outSize = snprintf(buf.get(), bufSize, "<string?> // string@%0*x", width, index); in indexString()
940 backDescriptor, name, signature.ToString().c_str(), width, index); in indexString()
942 outSize = snprintf(buf.get(), bufSize, "<method?> // method@%0*x", width, index); in indexString()
952 backDescriptor, name, typeDescriptor, width, index); in indexString()
954 outSize = snprintf(buf.get(), bufSize, "<field?> // field@%0*x", width, index); in indexString()
959 width, index, width, index); in indexString()
962 outSize = snprintf(buf.get(), bufSize, "[obj+%0*x]", width, index); in indexString()
983 method.c_str(), proto.c_str(), width, index, width, secondary_index); in indexString()
988 outSize = snprintf(buf.get(), bufSize, "call_site@%0*x", width, index); in indexString()
992 outSize = snprintf(buf.get(), bufSize, "method_handle@%0*x", width, index); in indexString()
999 outSize = snprintf(buf.get(), bufSize, "%s // proto@%0*x", proto.c_str(), width, index); in indexString()
1001 outSize = snprintf(buf.get(), bufSize, "<?> // proto@%0*x", width, index); in indexString()