Home
last modified time | relevance | path

Searched refs:BuildAllocateBigInt (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc305 Node* BuildAllocateBigInt(Node* bitfield, Node* digit);
2910 BuildAllocateBigInt(nullptr, nullptr)); in LowerChangeInt64ToBigInt()
2922 __ Goto(&done, BuildAllocateBigInt(bitfield, absolute_value)); in LowerChangeInt64ToBigInt()
2936 BuildAllocateBigInt(nullptr, nullptr)); in LowerChangeUint64ToBigInt()
2939 __ Goto(&done, BuildAllocateBigInt(__ Int32Constant(bitfield), value)); in LowerChangeUint64ToBigInt()
6679 Node* EffectControlLinearizer::BuildAllocateBigInt(Node* bitfield, in BuildAllocateBigInt() function in v8::internal::compiler::EffectControlLinearizer

Completed in 11 milliseconds