Home
last modified time | relevance | path

Searched defs:is_tagged (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dtnode.h224 static const bool is_tagged = std::is_base_of<Object, T>::value || member
232 static const bool is_tagged = false; member
240 static const bool is_tagged = member
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc1736 bool is_tagged = code()->IsReference(output_vreg); in MeetConstraintsAfter() local
1814 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore() local
1605 AllocateFixed( UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) AllocateFixed() argument

Completed in 10 milliseconds