Home
last modified time | relevance | path

Searched refs:PopulationCountFallback (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc556 TNode<IntPtrT> CodeStubAssembler::PopulationCountFallback( in PopulationCountFallback() function in v8::internal::CodeStubAssembler
624 PopulationCountFallback(ReinterpretCast<UintPtrT>(value))); in PopulationCount64()
634 PopulationCountFallback(ReinterpretCast<UintPtrT>(value)); in PopulationCount32()
637 TNode<IntPtrT> res = PopulationCountFallback( in PopulationCount32()
Dcode-stub-assembler.h559 TNode<IntPtrT> PopulationCountFallback(TNode<UintPtrT> value);