Searched refs:needed (Results 1 – 4 of 4) sorted by relevance
18 Set<String> needed = new HashSet<String>(standardCharsets); in main() local21 needed.remove(canonicalName); in main()23 System.out.println("Missing: " + needed); in main()
101 @ TODO: just save the registers that are needed in artPortableResolutionTrampoline.
4299 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17; in AppendChunk() local4301 if (bytesLeft < needed) { in AppendChunk()4306 if (bytesLeft < needed) { in AppendChunk()4308 << needed << " bytes)"; in AppendChunk()
1119 // arg2: optimization_flags (primary to note whether null checking is needed)