Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc381 bool CodeAssembler::TryToIntPtrConstant(TNode<Smi> tnode, intptr_t* out_value) { in TryToIntPtrConstant() function in v8::internal::compiler::CodeAssembler
387 return TryToIntPtrConstant(ReinterpretCast<IntPtrT>(tnode), out_value); in TryToIntPtrConstant()
390 bool CodeAssembler::TryToIntPtrConstant(TNode<IntegralT> node, in TryToIntPtrConstant() function in v8::internal::compiler::CodeAssembler
605 CODE_ASSEMBLER_COMPARE(IntPtrEqual, WordT, intptr_t, TryToIntPtrConstant, ==)
606 CODE_ASSEMBLER_COMPARE(WordEqual, WordT, intptr_t, TryToIntPtrConstant, ==)
607 CODE_ASSEMBLER_COMPARE(WordNotEqual, WordT, intptr_t, TryToIntPtrConstant, !=)
H A Dcode-assembler.h572 bool TryToIntPtrConstant(TNode<IntegralT> node, intptr_t* out_value);
573 bool TryToIntPtrConstant(TNode<Smi> tnode, intptr_t* out_value);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc330 if (TryToIntPtrConstant(value, &constant)) { in WordIsPowerOfTwo()
766 if (TryToIntPtrConstant(value, &constant_value)) { in IsValidPositiveSmi()
792 if (TryToIntPtrConstant(value, &constant_value)) { in SmiUntag()
1224 if (TryToIntPtrConstant(size_in_bytes, &size_in_bytes_constant)) {
1375 if (TryToIntPtrConstant(size_in_bytes, &size_constant)) {
3753 if (TryToIntPtrConstant(capacity, &const_capacity) &&
8453 if (TryToIntPtrConstant(left, &left_constant) &&
8454 TryToIntPtrConstant(right, &right_constant)) {
8465 if (TryToIntPtrConstant(left, &left_constant) &&
8466 TryToIntPtrConstant(righ
[all...]
H A Dcode-stub-assembler.h358 if (TryToIntPtrConstant(node, out)) { in ToParameterConstant()
366 if (TryToIntPtrConstant(node, &constant)) { in ToParameterConstant()

Completed in 22 milliseconds