Searched refs:is_tagged (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | tnode.h | 224 static const bool is_tagged = std::is_base_of<Object, T>::value || 232 static const bool is_tagged = false; 240 static const bool is_tagged = 241 is_valid_type_tag<T1>::is_tagged && is_valid_type_tag<T2>::is_tagged; 242 static const bool value = is_tagged; 253 static_assert(is_valid_type_tag<T1>::is_tagged && 254 is_valid_type_tag<T2>::is_tagged,
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 1606 UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) { in AllocateFixed() argument 1636 if (is_tagged) { in AllocateFixed() 1736 bool is_tagged = code()->IsReference(output_vreg); in MeetConstraintsAfter() local 1742 AllocateFixed(first_output, instr_index, is_tagged, false); in MeetConstraintsAfter() 1814 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore() local 1815 AllocateFixed(cur_input, instr_index, is_tagged, true); in MeetConstraintsBefore()
|
D | register-allocator.h | 1194 bool is_tagged, bool is_input);
|