Lines Matching full:comparison
841 Remove DoubleNotEqual floating point comparison condition for now -
843 this comparison would actually give you not-equal-or-unordered, which
2253 - speed up string comparison, especially for short strings
2528 Checking register file bounds should be a ptr comparison (m_end is a Register*).
3286 populated/searched/cleared the map and add platform-specific comparison operators
4575 populated/searched/cleared the map and add platform-specific comparison operators
4652 - Generate inline code for comparison of constant immediate int as first operand to another
8529 Cache the VM entry for Array.sort when using a JS comparison function.
10322 (JSC::JSPropertyNameIterator::next): We can use a pointer comparison to
11018 Fixed <rdar://problem/6584057> Optimize sort by JS numeric comparison
11019 function not to run the comparison function
11026 whether a CodeBlock performs a sort-like numeric comparison.
11035 made it harder / weirder to detect the numeric comparison pattern in
11776 Simplify MacroAssembler interface, by combining comparison methods.
15973 Fix rounding / bounds / signed comparison bug in ExecutableAllocator.
17302 Change the special cases in bytecode generation for comparison to null
37113 (KJS::WRECompiler::generateAssertionEOL): Do a register-to-register comparison rather than immediate-to-register.